How to access instance files?
Project ID: 23c3d643-4724-4ac9-b8c5-6d088ea5d7a0
My python bot logs data to a JSON file in the instance. I would like to retrieve this JSON file or at least the contents, but I see no way to actually access the instance. Any help would be appreciated
Solution:Jump to solution
SSH access to the containers isn’t possible. If you need to access files or save them between deployments, save them to a cloud storage bucket
5 Replies
Project ID:
23c3d643-4724-4ac9-b8c5-6d088ea5d7a0
Solution
SSH access to the containers isn’t possible. If you need to access files or save them between deployments, save them to a cloud storage bucket
Railway has volumes that may be getting SSH access soon, but atm it’s not possible
dang ok thanks
i mean, theres this
https://railway.app/template/guiCBv
but it kinda sounds you should build an api endpoint to return you the json data