Connection refused "containers-us-west-124.railway.app"
Hello, my deployment suddenly has this error, """django.db.utils.OperationalError: connection to server at "containers-us-west-124.railway.app" (34.83.205.189), port 7493 failed: Connection refused""". I have successfully migrated my database but recently this error just occured. Can someone help me with this?
Solution:Jump to solution
You're likely still using the old connection strings
https://docs.railway.app/guides/database-migration-guide#switching-over-connections...
4 Replies
Project ID:
dc1279ce-abfc-4828-a2c9-e17a58c0a254
Solution
You're likely still using the old connection strings
https://docs.railway.app/guides/database-migration-guide#switching-over-connections
project id: dc1279ce-abfc-4828-a2c9-e17a58c0a254
Thank you @Fragly , let me check on that
that did it, thanks @Fragly
happy to help!