-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import data from 2309 to v0.19.0 is force closed. #3299
Comments
@rsyqvthv All versions in the PR were 0.420.6969 AFAIK (btw. a nice name @mauriciocolli). The database structure was changed multiple times in that PR. So there are no migrations in the app. However, you might want to post your table structure here and maybe someone has time to help you. |
thanks reply me quickly, I export my PR version database to the zip file. any one would like to help me can download this sql file here: === I had tried bit to compare this structure to the v0.19 version, only diff I can tell is: add "sort_order" column to "feed_group" I tried to manually add these, but still have the ui error, subscription error .... then force stop. ==== :( |
I find a way to sort out this problem by: open db file use sqlite tool (in PC) dump 2309 database backup and extract newpipe.db, move to PC, rename it as 2309.db open both of them with solve table structure difference first, in 2309.db window:
export tables from 2309 db
then save to file, I name it as clean up in 019.db
import to 019.db import to newpipe v0.19 :) === |
A month has passed, I think this can now be closed ;-) |
I was using NewPipe PR#2309 Version 0.420.6969,
export database to new release v0.19
the v0.19 won't start after import database, ui error shows then force closed.
I can import feed if I dump them from the v0.420
but I would like to keep my bookmarks, I have lots of them in pr#2309, manually doing this is extremely time consuming.
I tried to do with SQL, but I am really a noob of that, really no idea what's different of tables between my pr#2309 and v0.19
how can I achieve to import bookmarks and settings from my current pr#2309 to new release v0.19?
Thanks.
The text was updated successfully, but these errors were encountered: