16 days ago
Hey everyone,
I’m running a marketplace webapp hosted on Railway (Hobby plan), and I just noticed that all of my product data is suddenly gone.
No intentional deletes or major changes from my side, so I’m not sure what caused it, maybe a deployment or config issue.
Has anyone experienced something similar?
- Is there any way to recover data (backups, snapshots, etc.) on the Hobby plan?
- Or is everything permanently lost if no external backup was set up?
Would really appreciate any guidance or suggestions
3 Replies
Status changed to Awaiting Railway Response Railway • 16 days ago
Status changed to Open brody • 16 days ago
0x5b62656e5d
Was the data stored in the container itself? Or in a volume?
16 days ago
I was using PostgreSQL on Railway (not container storage)
I was using PostgreSQL on Railway (not container storage)
16 days ago
You can check if the database is empty by going into the Database tab after clicking on the Postgres service.
Also, you can only restore the data if you have created backups, which you can access through the Backups tab in your service panel.