Replies: 7 comments 4 replies
-
Hey @rmayergfx. First of all, when you upgrade I recommend going into a fixed version (right now latest is You should be able to upgrade from the old version to the new one, the problem you have is that in the meantime we added a new migration system and that's the problem you are experiencing. Can you give me the output of:
The good thing is that you have a backup so you haven't lost any data and even in the remote case we could not upgrade your database to v1.5.4, we could do it manually using a script. The only manual interaction we will need to do once your Shiori is running is converting the content from FTS4 to FTS5, which is done by a separate utility. Instructions here. |
Beta Was this translation helpful? Give feedback.
-
@fmartingr |
Beta Was this translation helpful? Give feedback.
-
Her we go: sqlite3 shiori.db ".schema bookmark_content" sqlite3 shiori.db ".schema bookmark" sqlite3 shiori.db "SELECT * FROM schema_migrations" ` |
Beta Was this translation helpful? Give feedback.
-
it was this docker: |
Beta Was this translation helpful? Give feedback.
-
Hey @rmayergfx, an user came to Matrix with the same symptoms and yourself and the following steps worked for its problem (which seemed the same as yours):
Migrations should apply correctly after those changes. You can, alternatively, re-run the shiori-utils script, I introduced a change to automatically leave the database in a usable state. |
Beta Was this translation helpful? Give feedback.
-
Sorry, |
Beta Was this translation helpful? Give feedback.
-
Download to PC will not be the problem, but how to convert this on Windows 10, i have no experience with sql, total novice. |
Beta Was this translation helpful? Give feedback.
-
Starting with shiori i used a older image from docker search radhifadlillah/shiori as this shows 21 installations and seems nice to me. Was a big mistake, after some issues i found, that this is since 3 years not updated and now i have too many bookmarks inside this old db.
Did a fresh setup with ghcr.io/go-shiori/shiori:latest. but i need to convert or export the old data to get it working with this version.
Some documentation/help would be great.
Tried to copy archive thumb and shiori.db into the new setup and testet the rights, but it always shows
Error running migration: Dirty database version 2. Fix and force version.
Problem is, inside this old Database are websites which are now no longer avail, as they are changed/shutdown/deleted.
Beta Was this translation helpful? Give feedback.
All reactions