Only public instead of private database URL is working
Hey,
I have a problem, that the private url
${{Postgres.DATABASE_PRIVATE_URL}}
could not be resolved any more, instead only ${{Postgres.DATABASE_URL}}
is working as a reference to connect to the database.
When using the private URL, the following error is reported:
Before my last deployment this we could use the PRIVATE_URL
without any issues.
I have seen some other issues which required to add a sleep at the beginning of the execution of the application, could this help?28 Replies
Project ID:
531444d2-18a9-4eed-88ec-772659191e1f
yes please add the sleep 3
it does not work
please show me your new start command
i have added it in the docker entrypoint
let's see your dockerfile please
it is 90 % the default rails dockerfile
i only have to copy more files because i have to use some vendor gems
is rails able to look up ipv6 addresses?
good question ...
`
this is where the error comes from, so nothing rails related but maybe ruby related
i don't think this could be a problem, this is the latest release of ruby, the std library shows several methods for ipv6
does your database have a volume
yes
should i restart the db?
is private networking enabled
can't hurt
Ready to talk privately ·
it is saying
i had to restart redis, postgres and my applications; it seems to work now again with private networking.
awesome
does not work again ... a restart does not help either
additional the performance is now much worse than before
my app is at least 10x slower now ...
to be honest this is a total disaster for my business
Same for me
+1
We're currently experiencing intermittent networking issues impacti...
We're currently experiencing intermittent networking issues impacting some services in europe-west4 - Incident details - Railway Status
@Pepijn could you share a link to your impacted service please?
@trust!NICKOL ^ too
Railway
404 - Page not found
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
Railway
404 - Page not found
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
Railway
404 - Page not found
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
Railway
404 - Page not found
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
this is happening for me too from yesterdaym using public url for now which adds up 100ms delay 🙈
sql which usually took 0.2 ms are at 20-30 ms now
Hey y'all. We've rolled out a fix for the private networking issue (our DNS server didn't land on that new box for some reason)
The public networking one we're in the process of rolling back. Please see the incident for updates
ok