Backup does not seem to work
I just tried to have the S3 template working in Railway.
Somehow it cannot connect to the DB.
Other services are able to connect to the DB with the same Database url.
Solution:Jump to solution
1. this template deploys from a Dockerfile that's based on an alpine image, you will need that alpine work around variable.
2. this template uses pg_isready, you should not need a sleep anywhere...
17 Replies
Project ID:
0a83d4ac-14fa-437e-80f1-2a5c67cbd3e8
0a83d4ac-14fa-437e-80f1-2a5c67cbd3e8
Could you try adding a 3 second sleep to your start command?
in what way? (unsure what the default startup command is)
like for nodejs:
lets see if index.js is the correct one
I'm doubtful it will be, why not just check the
package.json
?i copied the default template thingy into the GH of a customer of mine.
cant access it bcause i dont have full access in the organisation of him
ooh okay
<:e_guh:1114526512339763341> brody is here
hope I wasn't wrong..
you where
no worries fragly π
my bad
Solution
1. this template deploys from a Dockerfile that's based on an alpine image, you will need that alpine work around variable.
2. this template uses pg_isready, you should not need a sleep anywhere
could it be because the region is not the same?
ah, lets see if i can find that apline env variable somewehre
ENABLE_ALPINE_PRIVATE_NETWORKING got it π
linking to docs pages on mobile is not fun, so I didn't π
its solved, thanks