Backup files
Hello Railway team, I have a question, I have a node js project that has a folder in the public that
10 Replies
Project ID:
N/A
That seems like a statement and not a question
@Sebastian Blueberry can you provide more context please?
N/A
What happens is that I uploaded a project through github and I upload images when I make a new upload, I lose the images that I already had and I want to see if I can make a backup of that folder in some way
You would want to use volumes.
Container storage is ephemeral and wipes with every deploy.
And there are no ways to access those folders or download them?
You can do that via code
that you would need to make
Make sure you read the entire page. You would need to either setup your application to read/download those files, or you can use a file browser template from railway.app/templates