Error while connecting to database through private network
Hi everyone,
I just migrate my postgres database and thus change some environment variable.
I've set my database url to "postgres.railway.internal" as host but I got this error when running my app :
Do you know why ?
Have a good say π
8 Replies
Project ID:
62a7d631-15d2-4bde-a633-b2e28b306105
62a7d631-15d2-4bde-a633-b2e28b306105
try adding a
sleep 3
to the beginning of your current start command!
sleep 3 && <whatever your current start command is>
It worked by waiting ^^
I got this error btw : pq: permission denied for schema public
When I create my users and database I do that :
It worked well before the migration
I will dig to see if I find something
where are you running those commands
On heidiSQL with the POSTGRES_USER
It's a pgAdmin like
well the new database is postgres 15
I found a solution, I've created the database with the corresponding user π
You can close this thread