5,734 questions
0
votes
1
answer
29
views
How to backup vuforia unty project smallest size? [duplicate]
How the best way to backup vuforia project smallest size in the best way.
Thanks
I tried backup Assets and Project Setting Folder, but vuforia not recognized in when im open backup project.
0
votes
2
answers
325
views
BigQuery Scheduled Snapshots Work Only on Initial Run. Why?
I have recently implemented Scheduled Snapshots as suggested by Googles Guide.
The initial run went smooth and well, however further executions fail with the following error message:
Access Denied: ...
1
vote
1
answer
5k
views
Postgres wal archiving: archive_command not being executed
here is my configuration file:
wal_level = replica
archive_mode = on
archive_command = 'touch /var/backups/test'
archive_timeout = 1min
Permissions are ok. Postgres user can write into the aproppiate ...
0
votes
1
answer
216
views
Uploaded a large video, then used lfs which broke my GitHub page
I am facing troubles with my GitHub local repository.
This is what happened:
I wanted to upload a video. So I committed and pushed using Bash.
Because the video was bigger than 100 Mo, I got an error ...
0
votes
2
answers
513
views
Web Deploy Automatic Backups not creating backup
I tried to set up Automatic Backups on a server running websites on IIS version 10.
On IIS, I have set the backups on site level with Configuration Editor:
As well as on global level by editing the ...
0
votes
0
answers
1k
views
Encountered a SQL72014 error when I tried to restore the database backup
Using SSMS, I have created a .bacpac file and encountered errors SQL72014 and SQL2045 when trying to restore the database:
Failed to import package.
Error SQL72014: Framework Microsoft SqlClient Data ...
0
votes
0
answers
819
views
Postgres sql script to export specific data from one DB and restore into another DB having same schema
The scenarios are as follows: I need assistance with a pgsql dump and restore query
There are two servers A & B with the same database schema, and I would like to export specific data from server ...
0
votes
1
answer
964
views
Editing (my own) decompiled source code - Java (IntelliJ)
Kia ora,
I failed to back up my Java (IntelliJ) project during the period I need to revert to. I have a *.jar version of the project, which would serve me well, but I need to be able to edit the ...
-1
votes
1
answer
103
views
Looking for cloud-to-cloud data transfer tool [closed]
I need to make a backup from Wasabi bucket to Amazon S3 bucket each week. Basically, transfer data between this 2 clouds.
My current solution is to download data from a source bucket to a local ...
0
votes
1
answer
950
views
Automating Postgres Database Backup at Midnight
I own cloud VM to run my DB base web applicaitons on Windows OS. I am looking for a method to backup the database automatically at every midnight. Postgres does not seem to have an automatic scheduler ...
2
votes
3
answers
1k
views
When trying to restore a database backup from Azure SQL on a local SSMS, it doesn't do it and shows errors
When trying to restore a database backup from Azure SQL on a local SSMS (v19.x), it can't proceed and shows errors:
Could not import package.
Warning SQL72012: The object [Identity_2023-02-14_Data] ...
0
votes
0
answers
46
views
How do I copy subfolders into another location
I'm making a program to back up files and folders to a destination.
The problem I'm currently facing is if I have a folder inside a folder and so on, with files in between them, I can't Sync them at ...
2
votes
0
answers
353
views
How to make directory format backup
Creating backup in directory format using
pg_dump -f "sba" -Fdirectory --jobs=32 --verbose sba
throws error
pg_dump: error: could not stat file "sba/282168.data.gz": value too ...
1
vote
1
answer
158
views
How do I restore an IBM MongoDB database that I have accidentally deleted
I have an IBM Cloud Databases for MongoDB deployment and I have accidentally deleted some documents. How can I restore the lost data?
1
vote
0
answers
337
views
In Delphi is there a way to backup and restore a postgres database using FireDAC or cmd
Is there a way to create postgresql backup/restore database with Delphi application
Is there a way to do this with Delphi?
var
program_path: string;
begin
program_path:= c:/myprogram.exe
...
0
votes
2
answers
982
views
Is there a parameter for the authentification mechanism for MongoDb Connection when using Powershell?
I want to do a Mongodump Backup of a database using a Powershell Skript, which i got from this page:
text
I am getting an error which relates to a wrong authentification mechanism (SCRAM-SHA-1 instead ...
0
votes
1
answer
291
views
I have a backup error on SQL SERVER 12, how can i solve
I have a backup issue in sql server. Backup plans are stopping working in first step of backup job.
this is the error description
Backup.LOG,,,The job failed. The Job was invoked by User sa. The ...
1
vote
1
answer
241
views
How to restore a DB from a Heroku pg:backups copy
If I run heroku pg:backups --app MY_APP, I see:
=== Backups
No backups. Capture one with heroku pg:backups:capture
=== Restores
No restores found. Use heroku pg:backups:restore to restore a backup
==...
1
vote
0
answers
448
views
How to use rsync on LTFS (Linear Tape File System)
I'm trying to set up a simple backup solution using LTFS and backintime (which uses rsync). The first backup works fine. Rsync writes all files to the tape. However, when I try to update the backup, ...
1
vote
0
answers
29
views
How backup automated process to my WordPress Sites using code?
I have used the code below on the c-panel WordPress repository and created a backup folder in the public HTML folder. But not working on I need to know code issue and where I should customize to get ...
0
votes
1
answer
272
views
Is it possible to run a Postgres Database as a Docker container and backup it periodically to a NAS?
I am struggeling to get this working. It is no problem for me to set up a Postgres Database with Docker and acess it from other clients with Dbeaver or PGAdmin. My problem is, I am not able to perform ...
0
votes
1
answer
136
views
How can I get the backed-up Database name?
I try to backup multiple SQL Server databases using this code:
$date = Get-Date -format "yyyyMMdd_hhmmssfff"
Get-SqlDatabase -ServerInstance localhost | Out-GridView -PassThru | Backup-...
0
votes
0
answers
8k
views
Postgresql 13.9 pg_dump 12.12 server version mismatch
While taking the backup of the postgressql database I am getting below issue
pg_dump -Fc -h localhost -U postgres -d <user> -f <filename>`
pg_dump: error: server version: 13.9; pg_dump ...
0
votes
1
answer
486
views
Is there a way to keep on restoring SQL database backups periodically, and meanwhile access the database from another application?
I'm periodically getting backups of an SQL database which I would like to restore in my machine. I'm able to do that with RESTORE fullDB WITH NORECOVERY; RESTORE differentialDB WITH RECOVERY;
However, ...
1
vote
1
answer
114
views
How can a ensure a database user has privileges to make backups while I'm upgrading to CockroachDB 22.2?
In CockroachDB 22.2, the SELECT grant no longer applies on the database level, and you don't need it in order to take a backup. But in earlier versions if the user does not have SELECT on the database ...