PostgreSQL DB Upgrade #8028
Replies: 1 comment 1 reply
-
It seems you should not just switch the docker image from postgresql 11 to 18 right away. Major version changes often need more work since the data might not line up. I think checking the wiki js docs first makes sense to see what versions are supported. From there a staged upgrade could work or dumping the data and restoring it elsewhere. |
Beta Was this translation helpful? Give feedback.
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. I use Wiki.js in the current version in a Docker Compose project, but still with the
postgres:11-alpinedb image. The Wiki.js docs use v15. Meanwhile v18 is available.Just replacing
postgres:11-alpinewithpostgres:18-alpinefailed. Can somebody point out what the latest supported PostgreSQL version for Wiki.js is and how to upgrade from v11 to ...?Beta Was this translation helpful? Give feedback.
All reactions