When importing backed up users, v-restore-user only works when the backup files are located in the /backups/ directory, even when full paths to v-restore-user and the backup file are used. The script simply gives an error of "invalid archive" if the backups are in another directory.
Backup should import regardless of location or a more explicit error message should be generated.
Ubuntu 18.0.4 latest
Latest release 1.0.6
Release
Clean install, but presumably would occur on an existing install too.
Hi @animeai,
Thanks for your issue report, much appreciated. We've been able to reproduce this internally and believe this behavior may also linked to the inability to properly move the backup storage location; the team is working on improving the backup system and its reliability before we ship 1.1.0 and will let you know when a fix is implemented.
I'm not opening a new issue, because I think what I'm about to describe is related to what @kristankenney mentioned. If you think this deserves a new topic, please let me know.
In one Hestia server (identical specs as @animeai ), I have changed the location of the backup folder. In that specific installation, it is impossible to download the backup files from Web UI. When clicking on the icon to download the backup file, a blank page is displayed.
Solved here:
https://github.com/serghey-rodin/vesta/pull/1975
Hi @theotherpeople
Thanks for pointing us to the fix for ftp, I've added it with the following commit: https://github.com/hestiacp/hestiacp/commit/ed0f00a1ab88a33a3f470e484e9cb596ae662442
But it's just a partitial fix for ftp based restores, there is still a issue with restoring it from cli with another location than /backup.
Most helpful comment
Solved here:
https://github.com/serghey-rodin/vesta/pull/1975