edgedb-cli icon indicating copy to clipboard operation
edgedb-cli copied to clipboard

Add an `--overwrite`/`--force`/`--create` flag for restore

Open mmastrac opened this issue 10 months ago • 0 comments

gel restore -I instance branch currently fails if there's data or the branch doesn't exist.

It would save an extra step if we allowed the restore to overwrite, create or otherwise stomp the existing state of the database via an extra flag.

mmastrac avatar Mar 11 '25 19:03 mmastrac