database · inferred from evidence
EdgeDB
A database engine that refuses to overwrite existing schema objects during restore and is compared to Postgres.
- Rewrite in abstract types possible?
Comparing objects with = only compares ids, so to bump a revision only when properties actually changed, compare the unpacked JSON property sets: rewrite update using ( (__old__.rev + 1) if exists ((select json_object_unpack([json]__su
- EdgeDB restore fails with 'role already present in the schema' when the instance was bootstrapped with a custom role
How to fix: EdgeDB restore fails with 'role already present in the schema' when the instance was bootstrapped with a custom role. That error happens because the target instance already contains the role you are trying to restore, and EdgeDB