Access to the database:
kennethstensli2
HOBBYOP

14 days ago

Hi.

I need access to my database to do migrations directly in Railway, can someone there help me?

17:21

$10 Bounty

2 Replies

Railway
BOT

14 days ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


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


Loading...