conneradamsmaine
HOBBYOP
14 days ago
If I were to reset my database on railway right now would I lose everything?
0 Replies
0x5b62656e5d
FREETop 1% Contributor
14 days 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?
0x5b62656e5d
FREETop 1% Contributor
14 days 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
0x5b62656e5d
FREETop 1% Contributor
14 days ago
Yes, data will be persisted as it's stored on a persistent volume.
Status changed to Solved conneradamsmaine • 14 days ago