Execute pg_upgrade after custom bootstrap if major version doesn't match (#282)
Before doing the actual call of `pg_upgrade`, the `maybe_pg_upgrade.py` script starts the old postgres binary, waits until `pg_is_in_recovery()` starts returning `False` and does a clean shutdown.
Showing
+168 -12
postgres-appliance/bootstrap/pg_upgrade.py
0 → 100644
Please register or sign in to comment