-
Notifications
You must be signed in to change notification settings - Fork 292
Open
Description
Describe the bug
We start a local db instance from a backup using the following command:
supabase db start --from-backup supabase/backup
The supabase/backup file is a unzipped version of a backup from supabase.
This command used for work perfectly find for us until recently.
To Reproduce
Steps to reproduce the behavior:
- Download a backup from supabase for your database.
- Unzip the backup into a folder
- run the command like
supabase db start --from-backup <path to unzipped backup>
Expected behavior
Expect the DB to start with backup loaded.
Screenshots
N/A
System information
Rerun the failing command with --create-ticket
flag.
- Ticket ID: [e.g. ab1ac733e31e4f928a4d7c8402543712]
- Version of OS: [e.g. Ubuntu 22.04]
- Version of CLI: [e.g. v1.60.0]
- Version of Docker: [e.g. v25.0.3]
- Versions of services: [output from
supabase services
command]
Additional context
Crash report: c12bd51a4dc5455ebe0de3c888e46377
Metadata
Metadata
Assignees
Labels
No labels