database · inferred from evidence
EdgeDB
A database engine that refuses to overwrite existing schema objects during restore and is compared to Postgres.
- EdgeDB restore fails with 'role already present in the schema' when the instance was bootstrapped with a...
That error happens because the target instance already contains the role you are trying to restore, and EdgeDB never overwrites existing schema objects during restore. The custom role got baked in because the container was first started wit