Is it possible to downgrade from 2.0.9 to 2.0.8?
Yes. Depending on which version of 2.0.9.x you have been using, it may have updated your Duplicati-server.sqlite
file. If you have not changed anything, there is a backup of the database which is created prior to upgrading.
If you have changed things, you will need to revert the database, which is currently a manual process.
For this downgrade, do the following:
- Make a copy of the current database
- Open the database with a tool such as SQLite DB Browser
- Delete the table TokenFamily
- In the Version table, change the version back to 6
- Save the database
There is also an upgrade to the server password that cannot be reverted. You need to set the password again by using --webservice-password=
when starting the server (if you use the TrayIcon you normally don’t need to do anything).
Thanks for the help, I’ll try that.