organization · inferred from evidence
EdgeDB team
The team behind EdgeDB that announced plans to make dumps tolerant of overlapping roles in beta 2.
- EdgeDB restore fails with 'role already present in the schema' when the instance was bootstrapped with a...
A full EdgeDB dump would not restore with `SchemaError: role 'myuser' is already present in the schema`, even with --allow-non-empty --all. The root cause is that unlike Postgres, EdgeDB refuses to restore schema objects that already exist