Skip to main content

Questions tagged [data-loss]

The tag has no usage guidance.

data-loss
0 votes
0 answers
30 views

how to dump svn repository when server files were lost

My svn server computer had a power outage, and when I restarted my svn server, I find some files in directory of revs were lost, and now my svn dump sript can't execute. The error is 'svnadmin: ...
dupeng's user avatar
  • 1
1 vote
0 answers
19 views

If multiple Python processes write data into InfluxDB, only parts are written

I have multiple Python processes, running on a server (RPI5) by cron, which read data from web API's, and write it then into a common InfluxDB database - on the same bucket. However, some of the data ...
lambruscoAcido's user avatar
0 votes
1 answer
40 views

No more Sentinel-2 data available on GEE from February 7th, 2024

I want to analyze Sentinel-2 data from January to the present, but the data is only accessible until February 7th, 2024. Here's an example of the GEE code for visualizing Sentinel-2 data in RGB, which ...
theo marichal's user avatar
0 votes
0 answers
70 views

Get DLP Policies from compliance.microsoft.com

I am looking for powershell commands or a rest API to log in to compliance.microsoft.com and get all Data Loss Prevention (DLP) policies. In the GUI I log into compliance.microsoft.com, navigate to ...
Roger McCarrick's user avatar
0 votes
0 answers
29 views

Retrace dataloss

I'm working on a project about finding dataloss on android app. My problem is that once i'm done testing an app using a dataloss detection tool, i get a list of dataloss but since i'm new to android ...
Cafueri's user avatar
1 vote
0 answers
40 views

Databricks value is null after loading a saved df when using specific type in schema

I am facing an issue when using databricks, when I set a specific type in my schema and read a json, its values are fine, but after saving my df and loading again, the value is gone. I have this ...
Henrique Lino's user avatar
0 votes
0 answers
52 views

how to recover the temporary layer saved accidentally as xlsx file

As the topic. I created a temporary Point layer to calculate and mark objects passing through flowing waters (rivers, streams) on the OSM map. I accidentally saved my temporary layer as xlsx, I only ...
Andrzej's user avatar
1 vote
1 answer
116 views

Table not in engine - InnoDB/MySQL

Today I ran into an issue where the XAMPP MariaDB wouldn't start, no matter what. The logs looked like this: 2024-01-29 13:14:05 0 [Note] Starting MariaDB 10.4.28-MariaDB source revision ...
VicTheWise's user avatar
0 votes
1 answer
86 views

Rebuild a compromised cluster on Elasticsearch

I'm using an elasticsearch cluster with 3 nodes (one of them is a master and the other two are master-eligible). Unfortunately, all of them have been stopped at the same time and after restarting them ...
sicdb's user avatar
  • 25
0 votes
0 answers
33 views

Weird Data Loss in pyserial

I'm trying to receive data from a COM port and send it to another COM port with some filter applied on data. but I have a weird problem and I can't find the source of it. the data contains ZPL ...
SirAmir's user avatar
  • 46
0 votes
0 answers
40 views

UITableView with Dynamic Sections, Custom Dropdown Views, and Repeated Data Issue on Scrolling

I'm working on a UITableView where each section has a single row containing custom dropdown views, text fields, etc. The issue I'm facing is that when I select multiple items from a dropdown view in ...
Sushil Dhital's user avatar
-1 votes
1 answer
87 views

Can me sync redis's data into db?

i am creating a ranking system and will using redis zset as solution. We need a backup to avoid data loss. sync the data to another storage is it a best way? solution that can help us to face other ...
Darryl Johnson's user avatar
0 votes
1 answer
106 views

Debugging data-loss issue in Delta Table (difference observed through operation metrics as well)

In our service we noticed the data loss in Delta Table where the total no of rows are not aligned with the input that we had fed during the merge. I confirmed the difference through counting the rows ...
Deepak Singhal's user avatar
0 votes
1 answer
91 views

"How can I recover my WordPress project after reinstalling settings and losing data in Docker Compose?"

[artpy@fedora GeekTech]$ docker-compose up [+] Running 4/4 ✔ Network geektech_default Created 0.0s ✔ Container geektech-adminer-1 Created ...
Artpy's user avatar
  • 1
0 votes
0 answers
29 views

Tabula pd df loss data

I need to take a table from a PDF file. the code is: pdf=tabula.read_pdf(arquivo, pages=(1,2), lattice=True) I convert both df to lists, as code below: lista=pdf[1].values.tolist() lista2=pdf[2]....
Fellipe Zambrano's user avatar

15 30 50 per page
1
2 3 4 5
15