When dumping a nextcloud database, restore fails when using pgbackweb as it uses `pg_dump` ([documented in this issue](https://www.reddit.com/r/NextCloud/comments/1r8h82f/backup_validation_db_restore_fails_role_oc_admin/?sort=new)). A dump and restore is successful using `pg_dumpall` instead, as it also dumps roles and permissions.
When dumping a nextcloud database, restore fails when using pgbackweb as it uses
pg_dump(documented in this issue).A dump and restore is successful using
pg_dumpallinstead, as it also dumps roles and permissions.