Kevin Yeap
Kevin Yeap
Views that use deprecated operators will cause upgrade to fail. This happens during metadata restore on the target cluster because pg_restore will error trying to create a view using types...
Views that use deprecated operators will cause upgrade to fail. This happens during metadata restore on the target cluster because pg_restore will error trying to create a view using types...
Add pg_upgrade flag `--check-not-in-place`. This flag is meant to be used with upgrade using gpbackup. The following was assumed when evaluating which checks should be run when this flag is...
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...
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...