-
Notifications
You must be signed in to change notification settings - Fork 71
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
Can't install using postgresql 12 #43
Comments
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 |
It is still happening.
Could it be resolved by upgrading the dependencies of the project? Postgresql is quite powerful for low-end hardware. And it is advertised that ice-scrum supports the postgresql. If you can provide a pathforward I can try to fix it. |
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?
The text was updated successfully, but these errors were encountered: