gpupgrade
gpupgrade copied to clipboard
GPDB major version upgrade utility
This README serves as a starting point to understanding how gpupgrade uses pg_upgrade in it's workflow. It captures important context and changes we made that deviates from upstream. It also...
Gucs/settings can be applied to certain roles or certain databases and are stored in pg_db_role_settings Upgrade would also try to restore these roles/settings on target cluster Some of these settings...
Runs a subset of pg_upgrade checks against a source gpdb6 cluster in preparation for upgrade using gpbackup. Only checks relevant for upgrading using gpbackup. gpdb commit reference: https://github.com/greenplum-db/gpdb/pull/xxxxx gpupgrade check...
The port for mirror PG process is different from the value in gp_segment_configuration after upgrade.
hi all, we have a problem when Upgrade main greenplum version 5.29.12 to 6.25.2 on centos 7, when our initialization process has failed in substep saving_source_cluster_config. you can see the...
This tests the functionality added to pg_upgrade --check in order to flag views referencing removed tables/columns as non-upgradeable 6X PR for removed tables/columns list: https://github.com/greenplum-db/gpdb/pull/17446 7X PR for checks: https://github.com/greenplum-db/gpdb/pull/17447