Multiple deployment attempts before success
coachben
HOBBYOP

4 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::

  1. 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.

  1. 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

$10 Bounty

2 Replies

Railway
BOT

4 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


  1. Were there any error logs during deployment?

  2. Make sure that your database service doesn't have serverless enabled. You should be using the railway.internal host to connect to your database (You can also just use DATABASE_URL).


Loading...