Open lonix1 opened 4 years ago
Hi,
Apparently iceScrum does not work with PostgreSQL 12. Our documentation has been updated accordingly.
There is no easy fix or workaround so you will have to use an earlier version. Version 11 should work fine.
That's a pity because as you know postgres uses much less memory even on a small server. (It's also faster in my experience.)
But I will use mariadb instead, at least it works... Thanks for your reply!
You can still use Postgres!
It's only the latest version (12) that does not work with iceScrum, earlier versions work fine.
If you don't mind, I reopen the issue as it is a real one and keeping track of it may help other users!
This still happens with postgres 13.2 and the latest version of iceScrum
Hi,
Thanks for the report. This issue is still open as the support of recent Postgres versions (starting from version 12) is not available yet, which includes version 13.2
I'm using the
latest
icescrum image, with the12.2
postgresql image.Steps:
docker-compose.yml
docker-compose up
docker restart icescrum
My
docker-compose.yml
:If I use mariadb, everything works perfectly.
Any idea what is my mistake?