5 months ago
We are facing issue with Persistant storage, after each deployment video recorded on the system automatically removed
It is urgent please provide quick help !
8 Replies
5 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
5 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 5 months ago
5 months ago
Please provide more details about your deployment. What are you exactly trying to do?
5 months ago
Are you sure your app is using the file system and isnt storing everything in ram?
5 months ago
you can't save the video in the filesystem, you need to save it in services like S3, R2, gcp buket, or save it in a volume
5 months ago
yes, by filesystem i mean a volume
5 months ago
if it disappear after a deployment it means you are not writing it in the filesystem, there are templates like this
https://railway.com/deploy/simple-s3
that might help you
5 months ago
Did you add a Volume to your service as said in the docs: https://docs.railway.com/guides/volumes ?

