You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information about the upgrade, in particular about tested upgrade paths, refer to the Upgrading section of the README.
If your databases use hash indexes, you must rebuild them after pg_upgrade by running /var/vcap/store/postgres/pg_upgrade_tmp/reindex_hash.sql after the bosh deploy.
Removed property databases.databases[n].run_on_every_startup deprecated since v20
Fixed issue in stopping pg_janitor child processes
Improved control jobs serviceability. Note that by default debug traces for control jobs are no longer printed; set the databases.enable_trace property to true to enable them.
The creation of roles and databases has been moved to a new monit process pg_janitor.
You can now run custom code before or after PostgreSQL starts/stops or periodically. For more information about this feature refer to the Hooks section of the README.