Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php7_postgresql: Update postgresql version handling #13574

Merged
merged 2 commits into from Nov 3, 2021

Conversation

dzedro
Copy link
Contributor

@dzedro dzedro commented Nov 1, 2021

Post db upgrade is done differently on latest version, I guess starting on 14

Upgrade Complete
----------------
Optimizer statistics are not transferred by pg_upgrade.
Once you start the new server, consider running:
    /usr/lib/postgresql14/bin/vacuumdb --all --analyze-in-stages

Running this script will delete the old cluster's data files:
    ./delete_old_cluster.sh

Post db upgrade is done differently on latest version, I guess starting on 14

```
Upgrade Complete
----------------
Optimizer statistics are not transferred by pg_upgrade.
Once you start the new server, consider running:
    /usr/lib/postgresql14/bin/vacuumdb --all --analyze-in-stages

Running this script will delete the old cluster's data files:
    ./delete_old_cluster.sh
```

https://progress.opensuse.org/issues/101788
@dzedro dzedro merged commit e987215 into os-autoinst:master Nov 3, 2021
@dzedro dzedro deleted the sql branch November 3, 2021 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready Ready for review
Projects
None yet
1 participant