Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
29 views

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.
Ridho Dwi Ramadhan's user avatar
0 votes
2 answers
325 views

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: ...
WonderfulWonder's user avatar
1 vote
1 answer
5k views

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 ...
Vincent Adams's user avatar
0 votes
1 answer
216 views

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 ...
Pierre's user avatar
  • 3
0 votes
2 answers
513 views

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 ...
Divan's user avatar
  • 412
0 votes
0 answers
1k views

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 ...
Ch Ishani's user avatar
0 votes
0 answers
819 views

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 ...
Sunny 's user avatar
  • 478
0 votes
1 answer
964 views

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 ...
Jordan MacLachlan's user avatar
-1 votes
1 answer
103 views

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 ...
Gerson's user avatar
  • 11
0 votes
1 answer
950 views

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 ...
Raky's user avatar
  • 908
2 votes
3 answers
1k views

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] ...
ReviveDigitalTeam's user avatar
0 votes
0 answers
46 views

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 ...
Coder101's user avatar
2 votes
0 answers
353 views

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 ...
Andrus's user avatar
  • 28.2k
1 vote
1 answer
158 views

I have an IBM Cloud Databases for MongoDB deployment and I have accidentally deleted some documents. How can I restore the lost data?
Daniel Mermelstein's user avatar
1 vote
0 answers
337 views

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 ...
user21123633's user avatar
0 votes
2 answers
982 views

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 ...
Blümchenpeter's user avatar
0 votes
1 answer
291 views

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 ...
Burak Cem Dursun's user avatar
1 vote
1 answer
241 views

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 ==...
Vitor Baptista's user avatar
1 vote
0 answers
448 views

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, ...
user1380653's user avatar
1 vote
0 answers
29 views

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 ...
S A M's user avatar
  • 11
0 votes
1 answer
272 views

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 ...
Tom's user avatar
  • 73
0 votes
1 answer
136 views

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-...
Geri Reshef's user avatar
0 votes
0 answers
8k views

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 ...
G_developer's user avatar
0 votes
1 answer
486 views

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, ...
Nin's user avatar
  • 31
1 vote
1 answer
114 views

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 ...
histocrat's user avatar
  • 2,411

1
3 4
5
6 7
115