Downgrade issues: Difference between revisions
imported>Davidak m backup note |
Add a section about how to fix 1Password after downgrading to a lower version. Mainly where the data is located. |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
{{Note| If you know a program that does not work well after a downgrade, please add it here with it's behavior and error message. Try to maintain alphabetic order.}} | {{Note| If you know a program that does not work well after a downgrade, please add it here with it's behavior and error message. Try to maintain alphabetic order.}} | ||
== 1Password == | |||
The 1Password app will refuse to open if the data was written using a newer version.<blockquote>Your saved data appears to be newer than this version of 1Password can use.</blockquote>The easiest way to solve this is to delete and sync all data again. Make sure you are logged in to 1Password on another device or that you have access to the account email, password, and secret key. Delete the local data <code>rm -rf .config/1Password</code> and start the app again. It will prompt you to log in again. Settings will have reverted to the defaults. | |||
== Atom == | == Atom == | ||
Forgets open files, unsaved text is lost. | Forgets open files, unsaved text is lost. | ||
== Davinci Resolve == | |||
The project database at <pre>/home/<user>/.local/share/DaVinciResolve/Resolve Disk Database</pre> only works with one major version. It is upgraded after a software update (manually) and can't get downgraded. | |||
When starting a downgraded software version, you get the error: | |||
<pre> | |||
database is incompatible | |||
</pre> | |||
== Electrum == | == Electrum == | ||
Line 38: | Line 51: | ||
WARNING: Failed to initialize config: config file version (36) is newer than supported version (35). If this is expected, use -allow-newer-config to override | WARNING: Failed to initialize config: config file version (36) is newer than supported version (35). If this is expected, use -allow-newer-config to override | ||
</pre> | </pre> | ||
syncthing will however store a copy of its configuration when upgrading next to <code>config.xml</code>, so you might be able to shut down syncthing, take a backup up the new file and then copy the old file into place. | |||
[[Category:NixOS]] | |||
[[Category:Nix]] |