Is it possible to enter running deployment? I.e. run "manage.py shell" for django apps
In dokku I can use something like
dokku enter my-app
, in docker it's docker exec -ti /bin/bash
etc. Is it possible to "enter" running deployment in railway (or enter a one-time spinoff container)?7 Replies
Project ID:
N/A
N/A
Solution
There is no way to ssh into a Railway deployment unfortunately
Thanks. That's a bummer. Is there any other possiblity? Like terminal access through their webapp? How people are dubugging issues in production?
Unfortunately not, people debug via the logs that railway provide
all stdout / stderr gets sent to the logs UI
Got it. Okay, too bad already invested some time to get my app deployed at railway. This is fundamental feature for me, cant understand how logging could be enough in some situations.
Anyway, thanks for help!
Happy to help 🙂