Persistant storage
jigneshflair
PROOP

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 !

$10 Bounty

8 Replies

Railway
BOT

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!


brody
EMPLOYEE

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


khalidrafi
FREE

5 months ago

Please provide more details about your deployment. What are you exactly trying to do?


irazvan2745
FREE

5 months ago

Are you sure your app is using the file system and isnt storing everything in ram?


fra
HOBBYTop 5% Contributor

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


irazvan2745
FREE

5 months ago

yes, by filesystem i mean a volume


fra
HOBBYTop 5% Contributor

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


khalidrafi
FREE

5 months ago

Did you add a Volume to your service as said in the docs: https://docs.railway.com/guides/volumes ?


irazvan2745
FREE

5 months ago

we all said the same exact thing skull emoji


Loading...