conneradamsmaine
HOBBYOP
3 months ago
If I were to reset my database on railway right now would I lose everything?
8 Replies
3 months ago
If you wiped your database, you'd lose all data stored in the database.
If I just reset the instance though? Because it seems like all instances have volatile disk?
3 months ago
If you repdeloyed the postgres instance, no. The data is stored on a persistent volume that's mounted ot the instance.
Just wanted to confirm because I like to do instance restarts every now and then. Clear memory, let everything start up fresh but I didn't want to lose everything
3 months ago
Yes, data will be persisted as it's stored on a persistent volume.
Status changed to Solved conneradamsmaine • 3 months ago