Multiple deployment attempts before success
coachben
HOBBYOP
6 months ago
Hello guys
Just curious what is the best way to deploy a Wordpress app on your platform.
I have had to do multiple deployments and deleting them before being successful..
Key to note::
- I can deploy same app on 2 services calling the same repo.. The deploy process was just failing... second one went through after deleting the first one.
- What am I supposed to do if I lose db connection? Tried all the db variables to no success... until I deleted everything + volume for success :-) . Some guide would be resourceful. otherwise I now have a running success
2 Replies
Railway
BOT
6 months ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 502 Connection Dial Timeout
- 🧵 Railway not connecting to AWS on startup
- 🧵 MySQL Issues – Disk Usage and Connection Failure
- 🧵 PostgreSQL Database Connection Issues - ECONNRESET Errors
If you find the answer from one of these, please let us know by solving the thread!
6 months ago
- Were there any error logs during deployment?
- Make sure that your database service doesn't have serverless enabled. You should be using the
railway.internalhost to connect to your database (You can also just useDATABASE_URL).