-
|
Hi, Today ive tryed to migration from NPM 2.14.0 using SQLite DB to the latest NPMPlus. Hier is the log from the first start after changing the compose.yml files: This is the (working) NPM docker-compose file: And this my docker-compose file used to migrate: Ive found other discussions, but the problem there was always, that NPM used an external DB Server, which is not the case here. Any idea what could be the problem? |
Beta Was this translation helpful? Give feedback.
Answered by
KhamulAT
May 14, 2026
Replies: 1 comment 4 replies
-
|
can you try to temporary remove for migration? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Iam not sure why this happened, but i fixed it ... i removed all npm (and npmplus) docker images, pulled fresh.
Then the missing migration files showed up in my npm container (did not appear before i removed/repulled the images ... NPM always showed the latest version in the footer)
Then startet a fresh migration and now npmplus is working.