-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: pgbelt now supports non-public schemas! (#398)
* feat: adding schema key to model * feat: pglogical role permissions now cover non-public schemas (grant and revoke) fix: oops wrong var name * feat: dump commands now target named schema based on model * doc: update requirements for owner user * doc: update comment * feat: support named schema in analyze_pkey command and all uses of that * feat: saving in-progress work for precheck and integration testing fix: comment update and update due to rebase * refactor: precheck code into separate functions for easier readability * feat: precheck updated to flag schema mismatching (for non-public schema support) * feat: revamp precheck to check both SRC and DST DBs, and check for owner CREATE permissions in the target DB fix: missed some stuff * fix: status command needs to throw error when no source DBs tables are detected due to size detection code * doc: update docs with schema feature (and remove config.md, very outdated) * fix: ignore flake8 for preflight data structure comments * fix: schema on src and dst must be the same according to pglogical plugin * fix: schema word is reserved in Pydantic fix: missed some spots * fix: various fixes from integration testing * doc: update line about schemas in quickstart reqs
- Loading branch information
Showing
14 changed files
with
559 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.