-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
getodk/central-backend
#1510Labels
backendRequires a change to the API serverRequires a change to the API server
Description
The pg_repack extension can be helpful. Yet adding it to the Central database can cause backup restore to fail. We've discussed a couple different ideas about how to resolve this:
- Run
pg_restorewith--no-acland/or--no-owner
a. We've confirmed that--no-aclby itself allows the restore to go through.
b. Maybe we always include this in thepg_restorecommand that we run, or maybe we add it as an option to Central's backup restore CLI. - Only back up the
publicschema and/or only restore thepublicschema
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendRequires a change to the API serverRequires a change to the API server
Type
Projects
Status
✅ done