R
Railway•6mo ago
lukaszb

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)?
Solution:
There is no way to ssh into a Railway deployment unfortunately
Jump to solution
7 Replies
Percy
Percy•6mo ago
Project ID: N/A
lukaszb
lukaszb•6mo ago
N/A
Solution
Fragly
Fragly•6mo ago
There is no way to ssh into a Railway deployment unfortunately
lukaszb
lukaszb•6mo ago
Thanks. That's a bummer. Is there any other possiblity? Like terminal access through their webapp? How people are dubugging issues in production?
Fragly
Fragly•6mo ago
Unfortunately not, people debug via the logs that railway provide all stdout / stderr gets sent to the logs UI
lukaszb
lukaszb•6mo ago
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!
Fragly
Fragly•6mo ago
Happy to help 🙂