Problems migrating miniflux database v1 to v2 #1891
js32
started this conversation in
Installation & Configuration
Replies: 1 comment 1 reply
-
I suggest installing the very first version of Miniflux v2 to migrate from v1. The database schema changed many times between the v2.0.0 and v2.0.44. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I'm having problems migrating the sqlite database of my old mini flux legacy installation to a news one. I could keep the old installation as it is running smoothly for years but I want to upgrade to Ubuntu 22.04 and mini flux doesn't seem to be compatible with php8, as far as I can tell.
Im running Ubuntu 20.04.6 LTS and followed these guides: Installation, Migration.
I'm running the following command
php scripts/migrate-v2.php --dsn="pgsql:host=localhost;dbname=miniflux;user=miniflux;password=PASSWORD"
and get the following error
My next step would be to add a column "fever_password" to the postgresql database table but I am not sure how.
Or is there any other way?
Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions