How to get Volume Data
I have an application where I'm using sqlite with a volume mount. At some point, I want to export the sqlite data or do analytics over it. What is the proper way to download that sqlite data from my volume mount and is that even possible in railway?
7 Replies
Project ID:
N/A
it seems like only 1 service can be attached to the volume, so I don't know how I can even setup a remote web ui to view the data when it's attached to my running service
you would need to juggle the volume around to the filebrowser template
juggle, meaning I'd need to turn off my running service?
correct
eh, ok maybe instead I'll just add an "export" button to my api which streams back my sqlite database 😆
Solution
and protect that endpoint