How can I open a console or terminal on Railway
pedrroeduardo
PROOP

a year ago

Hey! Quick question: how can I open a console or terminal on Railway to run Django commands like makemigrations, migrate, or createsuperuser? I'm trying to execute them manually but I can't find where to do that. Thanks in advance!

1 Replies

a year ago

Hey, you can SSH into a container using the Railway CLI.
https://docs.railway.com/reference/cli-api#ssh


Loading...