Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postgresql: Grant postgres role to eda
During the postgresql upgrade, we need to grant temporary the postgres role to the eda postgresql user and remove it after the pg_restore is over. pg_restore: error: could not execute query: ERROR: must be member of role "postgres" Command was: ALTER SCHEMA public OWNER TO postgres; Signed-off-by: Dimitri Savineau <[email protected]>
- Loading branch information