5,734 questions
Best practices
0
votes
0
replies
13
views
Looking for recommendations for a resilient home setup
This might be a weird question but I'd like to run it by you. My current setup to store data is as follows:
NAS Synology DS224+ with 2x4TB HDD (avoiding Docker containers)
Daily backup on a Synology ...
0
votes
1
answer
44
views
Should I disallow backups of sqlite to the same physical media? [closed]
Looking at the Sqlite backup options
https://oldmoe.blog/2024/04/30/backup-strategies-for-sqlite-in-production/
I have a question that is orthogonal to the backup method used:
suppose on Windows I ...
0
votes
0
answers
52
views
Accessing sqlite fts5 from a Windows client, in particular for backup purposes
I have a large fts5 virtual table (currently about 90GB).
Because the sqlite ODBC driver, which I use (version 3.43.2) as my main sqlite scripting client, doesn't support fts5, I populate and use fts5 ...
1
vote
0
answers
32
views
Is it possible to perform a schema-only mongodump without exporting data?
I'm currently automating the mongodump process for both our staging and production databases using a Python script. For this use case, I only need to export the metadata—such as collection names, ...
0
votes
1
answer
61
views
The error message indicates that the database attachment failed for server 'SERVER\SSQ' due to a Transaction-SQL statement or batch execution issue
My client's SQL Server database file is corrupted, and there is no backup. We only found the MDF and LDF files copied using NAT backup software. I need to use these files to rebuild the database. The ...
1
vote
1
answer
229
views
Aws cross-account backup copy and restoration failing due to insufficient privileges
I am creating backups of my DynamoDB tables using AWS Backup in my source account A and storing the recovery point ARNs in a vault named X in source account A .
I need to copy and restore the backup ...
0
votes
0
answers
24
views
GitLab Backup and Restore Issue: 404 Errors and Stylesheet Application Problem
I took a backup of my GitLab instance running on one machine. After restoring it on a different machine with the same GitLab version installed, I validated that the installation works correctly. The ...
1
vote
0
answers
49
views
How to delete old app backups or keep the phone from restoring that data in Android?
We are developing an app for a client and the app had always set android:allowBackup="true" in the android manifest. We got the request to not allow backups, so we set allowBackup to false, ...
0
votes
0
answers
47
views
WordPress Backup Error "Please install the VarDumper class with `composer require symfony/var-dumper`, or remove this helper."
Whenever I take a backup of my WordPress website and import it to another site, I get this error.
Please install the VarDumper class with `composer require symfony/var-dumper`, or remove this helper.&...
0
votes
0
answers
38
views
Seeking Help: Automating Weekly Attendance Backup for ZKTeco K40 Using PHP and Cron Job
I am a PHP developer working with a Zkteco K40 device, and I need assistance setting up a Cron job to automate a weekly backup of attendance data. Specifically, I want to retrieve the attendance data ...
1
vote
1
answer
311
views
Azure blob storage backup with large number of containers
I operate a SAAS software system in which user data is stored in Azure blob storage with a separate container for each user. The storage account currently contains just over 1000 containers. I need to ...
0
votes
0
answers
85
views
how to create a remote repository with borgwarehouse
Can someone help me with BorgWarehouse?
I don’t know how to create a remote repository on BorgWarehouse. I can do this using the CLI, but nothing appears in BorgWarehouse—the storage remains at 0.0%.
...
0
votes
0
answers
41
views
If rsync can't link what does it do?
I am using BackInTime for backing up my files. I am getting a bunch of errors of the following form:
Error: rsync: link "previous_backup_file" => "current_backup_file" failed: ...
0
votes
0
answers
101
views
How to restore SSAS .db from folder backup
I couldn't connect to (microsoft analysis service) SSAS from SSMS because it threw some errors with old databases.
I followed this guide https://learn.microsoft.com/en-us/answers/questions/1159973/...
0
votes
0
answers
273
views
PostgreSQL Not Starting After Restoring from Backup
I am facing an issue with PostgreSQL not starting after I restored a backup. The problem occurred after I changed the server's system time and then restored the backup. The backup was created with UTC ...
0
votes
2
answers
301
views
High swap consumption during database backup with mariabackup
We are experiencing a swap consumption problem when backing up our database.
Every evening at 01am we run the mariabackup command and during the process swap usage rises sharply until it reaches 100% ...
0
votes
1
answer
157
views
problem in backing up mysql database in laravel 11 using a route
I want to backup mysql database in laravel 11 using a route. I tried some ways and all of them had problem:
using Spatie/db-dumper:
protected $signature = 'backup:database';
public function handle()
{...
-1
votes
1
answer
128
views
Remove azure fileshare with RSV backup enabled via terraform gives error of share or snapshots may have active leases
I have two recovery service vaults in two different regions, south east asia and west europe.
But I only get this error message when using terraform to destroy the azure fileshare that has snapshot ...
0
votes
1
answer
774
views
gitlab-backup create faile -> Backup::Error: gitaly-backup exit status 1
When I am using command "gitlab-backup create --trace" to backup my gitlab data, the errors as follows:
{"level":"error","msg":"create: pipeline: 3 ...
0
votes
0
answers
50
views
Backup github and restore when github down
I need to backup github repo and restore it to another git server (eg: gitlab/bitbucket etc, with all those issue/pull request/tag/branches restore)
Assumption:
The backup will not be sync to ...
1
vote
0
answers
47
views
Lotus Notes 9.1 Backup and LotusScript
I’m working with IBM Notes 9.1 and need some assistance. My manager mentioned that they want to back up the existing information. One option they explored was manually downloading each incident along ...
0
votes
1
answer
61
views
How much data in S3 will be backup for the first time?
Let say I have a S3 bucket which I created it and uploaded files to it a year ago. I kept it unchanged for a year. Now I turn on backup on it using continuous backup and set the total retention period ...
0
votes
1
answer
198
views
APISIX Backup and Restore Steps 3.8.0 version
Requirement: Backup and Restore steps for Apisix 3.8.0 version.
its Etcd pods method or any other,
0
votes
0
answers
190
views
Rsync --compare-dest with remote directory giving errors
On local Win11 machine, I'm using rsync v3.3 through Cygwin v3.5.3 and on my remote ubuntu 22.04 machine, I'm using rsync v3.2.7.
I have a source directory in my local machine whilst compare and ...
1
vote
1
answer
284
views
recover deleted firestore collection
I accidentally deleted firestore collection. then I interuppted that in between and it resulted in partial deletion. I want to restore my data.
Point in time recovery was not enabled and I made above ...