How to switch from develop to latest? #4317
Replies: 2 comments
-
The issue you are facing is probably because you may have at some point tried a branch/PR that had a new schema migration (changes to the DB layout). This causes migrations to get out-of-sequence, and it breaks the migration system we use. Sorry, but there's nothing much that can be done, except for manipulating the migration table ( By the way, you are using a very old version. |
Beta Was this translation helpful? Give feedback.
-
May it be possible to "easily" extract all Playlists and import them on a fresh installation? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I try to switch the branches, since develop still show's ( [0.54.5-SNAPSHOT] (74348a3)
Deluan said, I just have to switch the Tags, but as soon as I change the tags, I receive the following error:
panic: no such table genre
What's the safest way to get to the latest build without losing all my data?
Thanks all.
Beta Was this translation helpful? Give feedback.
All reactions