Need help: All data suddenly disappeared from all tables despite no reset or destructive action #34773
Replies: 12 comments 13 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Just experienced this today as well. No backend logic had been changed. @jlpt-server-storage how did you solve this? |
Beta Was this translation helpful? Give feedback.
-
|
Same here |
Beta Was this translation helpful? Give feedback.
-
|
This also just happened to me. Everything was there last night, and now everything is gone |
Beta Was this translation helpful? Give feedback.
-
|
That seems to be 100% correct. Wasn’t doing a db reset, but for some
reason Cursor decided to add code to the regression suite that dropped
every table. Luckily was just testing stuff, but wow … that’s a new one.
…On Thu, Jul 17, 2025 at 8:03 PM GaryAustin1 ***@***.***> wrote:
Do you use an AI for code development? I've seen a couple of users say an
AI is running supabase db reset --linked which wipes all data...
Otherwise getting a backup or contacting support are your options.
—
Reply to this email directly, view it on GitHub
<#34773 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACLZC4VXNHCTEIJ633LOB7D3JA2UPAVCNFSM6AAAAAB2RVO3XOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZZHEZTKNA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Adding SQLite for a local database for tests seems to have fixed this for me. |
Beta Was this translation helpful? Give feedback.
-
|
it just happened to me. I was working normally on my project when suddenly after a small refresh no data on the web. Restarted the server still same issue. Went into supabase table and found that there is nothing in them 9 tables are now empty. |
Beta Was this translation helpful? Give feedback.
-
|
@julien-zgh my tables reappeared later. In my case I was not even using any AI agents accessing the db. Also make sure you're checking the tables in the right schema on supabase. |
Beta Was this translation helpful? Give feedback.
-
|
I emailed the support team and got the following |
Beta Was this translation helpful? Give feedback.
-
|
I just lost about 3gb of data of my SaaS project after it got paused. Just restored it to move some important stuff that I couldn't afford to lose into my self hosted postgres and literally all tables vanished. Funny enough my project got paused even though my system constantly reads and writes to it I messaged the support but I don't have high hopes, probably never touching supabase ever again after this, I literally lost over 10 months of work Not even the tables were preserved, only my custom triggers and automations |
Beta Was this translation helpful? Give feedback.
-
|
I'm not the only one. Supabase is not a reliable solution. I see how many people are in the same situation I am. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I’m reporting a critical issue:
All data in all tables of my Supabase project suddenly disappeared, even though the project was still active and functioning normally.
📌 Project Details:
🧾 What happened:
❓ What I need:
This is a severe incident. I’m happy to upgrade my plan if needed to restore the data, but I need confirmation on whether it’s possible and what happened.
Thanks for looking into this.
Beta Was this translation helpful? Give feedback.
All reactions