2 years ago
Hello Railway Support,
I'm encountering an issue while trying to deploy Listmonk on Railway. The deployment is failing during the build process with the following error:
Error: process "/bin/sh -c ./listmonk --idempotent --yes --upgrade || ./listmonk --install --yes --upgrade" did not complete successfully: exit code: 1
The relevant part of my Dockerfile is:
startLine: 3
endLine: 5
This error occurs both when trying to upgrade and install Listmonk.
I've verified that:
The config.toml file is being read correctly.
The database connection string appears to be correct (roundhouse.proxy.rlwy.net:53638/railway).
Could you please help me troubleshoot this issue? Specifically:
Is there a problem with the database connection from the Listmonk container to the Railway-provided PostgreSQL database?
Are there any network restrictions or firewall rules that might be preventing the connection?
Is the database fully provisioned and ready to accept connections when the Listmonk container tries to connect?
Any guidance on resolving this database connection issue would be greatly appreciated.
Thank you for your assistance.
ⓘ Deployment information is only viewable by project members and Railway employees.
0 Replies