#Backup and restore

19 messages · Page 1 of 1 (latest)

latent nexus
#

I have tried to make a full backup of my Appwrite server, without success. It is hosted in a Docker Desktop inside a Windows machine. All the scripts that I have seen on the Internet have not worked so far. I will be very grateful from any help on the matter

shell meteor
latent nexus
shell meteor
#

You need to run the command in the same folder where the docker compose file is located

latent nexus
#

I'll try again, previous time was not successful

shell meteor
latent nexus
# shell meteor If you get some error, send it here

$ ./backup.sh
tar: /backup/uploads.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: /backup/cache.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: /backup/config.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: /backup/certificates.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: /backup/functions.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: /backup/builds.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

#

this was the issue

#

it creates the dump from database and a copy of .yml and .env files, the rest have this error

#

I took the scripts from this page

shell meteor
#

Are you using some external storage provider like S3?

latent nexus
latent nexus
#

I'm using the Git console to run the commands

shell meteor