Write files on Railway
Hey! I'd like to know if it's possible to write files to the server on Railway?
I am hosting a Discord bot and would like to store channel transcripts on my Railway server.
6 Replies
Project ID:
N/A
N/A
Solution
Yes, you can write files. You would need to use a volume
Otherwise the files that you write will be wiped out with each new deploy
have a read of the volumes docs
https://docs.railway.app/reference/volumes
Thank you for your answers 🙂 I'll have a read of that