Table data lost after project restore from paused state (Free Tier) #39271
Replies: 3 comments
|
Supabase/postgres would not delete or lose a single table or data during that process. Not clear what went wrong. My guess though is at some point you or your AI deleted the table, so you would have to depend on one of those backups being before that point. |
|
Hit something similar a while back a restore that looked fine but wasn't, and no way to know until it actually mattered. I'm building a small tool that backs up Supabase projects and then actually restores them on a schedule to prove the backup is good, instead of just assuming a scheduled backup means you're safe. Still early. If that's something you'd want to try once it's ready, happy to add you to an early access list no pitch, just trying to figure out if this is worth building for people who've actually hit this. |
|
Same happened to me yesterday |
Uh oh!
There was an error while loading. Please reload this page.
Table data lost after project restore from paused state (Free Tier)
Hey everyone 👋
I had my Supabase project on the free tier, and it was automatically paused due to inactivity.
After I restored the project, I noticed that one of my database tables is now completely empty, even though it previously had data.
Has anyone faced this before?
Project info:
Any guidance or confirmation would really help 🙏
Just want to know if recovery is possible or if I’ll need to rebuild the table manually.
Thanks in advance!
All reactions