We have a docker based installed, running the latest version ( [v2.0.0.beta5 +141]).
Trying to check our backups, so have a second server also running the same version. Have created a backup on the primary server, but when I upload to the second server, the backup never appears in the list.
Have checked the logs and it has the following error:
Job exception: No such file or directory @ unlink_internal - /var/www/discourse/public/backups/default/forum-2018-04-03-114255-v20180328180317.tar.gz
If I check the backup directory (/var/www/discourse/public/backups/default), there are no files.
I saw a similar problem yesterday. There seems to be a problem with the code that uploads the backup file. It looks like it’s not finishing and sticking all of the files together into the backup file.
We solved the problem by uploading via scp, but then something else kept the file from restoring.