I had a docker that work perfectly but I had to remove it do to a drive crash. I was able to retain a copy of the urbackup DB, I have reinstall my docker station using the uroni\urbackup image and after the server was up I have copy the DB files over. now I get this error but everything seem to be working. How do I repair the DB using the docker terminal? I have it setup on a QNAP system. Any help will be appreciated.
Anyone?
I’m not sure what version of QNAP OS you are running, but on mine to run urbackup commands from the command line I have to:
Log into QNAP shell as admin
cd /share/CACHEDEV1_DATA/.qpkg/QUrBackup/bin (your location might be different, I am on very old QNAP version)
When running urbackup commands on qnap I have to add “-u admin” or the commands won’t run, your version might be different. So you could try the repair-database command:
urbackupsrv -u admin repair-database or might be urbackupsrv repair-database -u admin
And then you might have to clean up files:
urbackupsrv cleanup -u admin -a 0
For help with commands:
urbackupsrv -u admin --help