I’m re-ordering the backup jobs in the interface, and someone suggested in a topic here (sorry, I can’t remember who it was) that one way would be to export jobs to json files and reimport them in the desired order, and so I did.
The problem is that when re-importing the json file the database is changed! See:
Hmm…that might have been me - sorry if I missed that the databases changed.
This is done on purpose to help avoid accidentally having two jobs pointing to the same database. To resolve this you could do one of these:
use the “Database…” menu “Repair” button to rebuild the database at the new location. This is the safest option, but also the slowest as it involves downloading index files (NOT full backups) from the destination
in your file manager just rename the old .sqlite file to the appropriate new name. Be careful you’re renaming the correct file!
use the “Database…” menu and manually paste the correct / original database path in the “Local database path” field then click the “Save” button (which becomes active after the field has changed). Note that you might be prompted about things including using an existing database. Be careful you’re selecting the correct file!