14 days ago
Hi.
I need access to my database to do migrations directly in Railway, can someone there help me?
17:21
2 Replies
14 days ago
Hey there! We've found the following might help you get unblocked faster:
🧵 Urgent: Unable to connect to production database via SSH (critical data)
🧵 Request Temporary Access to PostgreSQL Database for Backup
If you find the answer from one of these, please let us know by solving the thread!
14 days ago
theres 2 ways you can do this, ssh into the service directly (right click the service and copy ssh command) and perform your migrations directly.alternatively way is to get your
DATABASE_PUBLIC_URL (within the variable tab in your database) and run your migrations locally or from any tool that supports that connection string.
Attachments