11 days ago
Looks like my database has been nuked, with the schema and data gone. The existing connection URL hasn't changed. I noticed Railway triggered a deployment of all my services 2 days ago and I assume this is when it happened. How could this result in data loss and can it be recovered?
2 Replies
11 days ago
Hello,
Your database doesn't have a volume, without a volume data cannot persist, running a database without a volumes means your database was writing to ephemeral storage, so the data cannot be recovered.
Status changed to Awaiting User Response Railway • 11 days ago
11 days ago
Ah, I had figured the postgres instance had this configured but that makes sense. Will fix that up, cheers.
Status changed to Awaiting Railway Response Railway • 11 days ago
Status changed to Solved brody • 11 days ago