Restoring from Backup, tar: /restore/builds.tar: Cannot open: No such file or directorytar
- 0
- Self Hosted
Hi, I am using this https://gist.github.com/stnguyen90/fee636ff652b8ecbf761935b2aa254fb backup and restore script, i tried to restore a recent backup but i am receiving this error:
tar: /restore/builds.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Whenever a backup is taken builds.tar is not created as well. Can anyone suggest what is going wrong and a new proper backup and restore method. Upgrading AppWrite is a risky move and now it seems like the backup and restore script isn't working well either.
what version of appwrite?
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...