You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to install planka v2 with a docker-compose
I cannot start the docker-compose with up -d
Error: dependency failed to start: container planka-postgres-1 is unhealthy
what can I do?
Desired behavior
No response
Steps to reproduce
Install with docker-compose
Error: dependency failed to start: container planka-postgres-1 is unhealthy
Other information
No response
The text was updated successfully, but these errors were encountered:
Hi! It's difficult to say what might be wrong without seeing the logs or knowing more about your environment and installation method. You can try retrieving the logs by running docker logs planka-postgres-1.
Hi! It's difficult to say what might be wrong without seeing the logs or knowing more about your environment and installation method. You can try retrieving the logs by running docker logs planka-postgres-1.
here are the logs:
✘ Container planka-postgres-1 Error 0.8s
dependency failed to start: container planka-postgres-1 is unhealthy
root@docker:~/planka# docker logs planka-postgres-1
PostgreSQL Database directory appears to contain a database; Skipping initialization
2025-06-06 14:24:41.494 UTC [1] FATAL: database files are incompatible with server
2025-06-06 14:24:41.494 UTC [1] DETAIL: The data directory was initialized by PostgreSQL version 14, which is not compatible with this version 16.9.
Ah, that makes sense. Your PostgreSQL version has changed, and the previous data isn't compatible with the new version. You'll need to back up the existing data and restore it into the new version.
Where is the problem occurring?
None
What browsers are you seeing the problem on?
No response
Current behavior
I try to install planka v2 with a docker-compose
I cannot start the docker-compose with up -d
Error:
dependency failed to start: container planka-postgres-1 is unhealthy
what can I do?
Desired behavior
No response
Steps to reproduce
Install with docker-compose
Error:
dependency failed to start: container planka-postgres-1 is unhealthy
Other information
No response
The text was updated successfully, but these errors were encountered: