Replies: 3 comments
-
|
この質問を撤回します。無視してください。 |
Beta Was this translation helpful? Give feedback.
-
|
Wrong pause date usually means dashboard pulled snapshot metadata from earliest recorded pause event in project history, not the most recent one. If project got paused, unpaused, then paused again later, some backend jobs track only first pause timestamp for retention calc, which explains why it shows 2024 despite real activity through 2026. |
Beta Was this translation helpful? Give feedback.
-
|
backups on serverless database providers like neon and supabase have been a problem for me, compound that with soc2 and it was such a tedious and repetitive thing that I tried to make a product for it. happy to share the code, solution or any technical details you might need but basically the solution is to keep a worker in fly.io constantly monitoring the database. i could use some feedback on the tool because it might actually solve this problem |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a Supabase project that is currently shown as paused for more than 90 days, but the displayed pause date is inconsistent with the actual project history.
The project was created in 2025, and the most recent pause occurred in July 2026. However, the dashboard shows a pause date from 2024 and says that the project can no longer be restored through the dashboard.
I downloaded the database backup provided by the paused-project dashboard and inspected the decompressed SQL dump.
The backup contains:
It only contains definitions for Supabase-managed schemas such as auth, realtime, and storage.
I verified the decompression by extracting the archive in two different ways and confirming that both files had the same SHA-256 hash.
I also attempted to restore the backup into a new Supabase project using PostgreSQL 17 and a Session pooler connection. The connection succeeded, but no application tables or data were restored.
This matters because some participant logs from a completed research experiment were not exported to CSV and may only exist in the original database.
Has anyone encountered:
I have already opened a private support ticket and can provide the project reference, backup file, screenshots, and restore logs privately if a Supabase team member needs them.
Beta Was this translation helpful? Give feedback.
All reactions