Losing my files each time a redeploy triggers
kaysera14
HOBBYOP

2 years ago

Hey all, I have this project running in Nodejs that everytime it redeploys erases the files, how can i prevent this from happening? I've considered to maybe get a backup and reupload it everytime, but so far I have not found a solution.

Solved

2 Replies

brody
EMPLOYEE

2 years ago

You would need to store your files in a volume -

https://docs.railway.app/guides/volumes


Status changed to Solved Railway over 1 year ago


kaysera14
HOBBYOP

2 years ago

Tysm, solved!


Loading...