This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ubuntu_upgrade_pg [2019/01/26 13:35] ian |
ubuntu_upgrade_pg [2020/02/13 22:55] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Upgrade of PostgreSQL and Ubuntu upgrade ====== | ||
| + | |||
| + | |||
| 1. Create a snapshot with XenServer | 1. Create a snapshot with XenServer | ||
| Line 63: | Line 66: | ||
| < | < | ||
| - | # apt-get remove postgresql postgresql\*-9.3 | + | # apt-get remove postgresql postgresql.*-9.3 |
| </ | </ | ||
| Line 74: | Line 77: | ||
| < | < | ||
| # apt-get dist-upgrade | # apt-get dist-upgrade | ||
| - | |||
| - | # apt-mark hold bacula-fd | ||
| # do-release-upgrade | # do-release-upgrade | ||
| Line 83: | Line 84: | ||
| < | < | ||
| - | sudo sh -c 'echo "deb http:// | + | # sudo sh -c 'echo "deb http:// |
| + | |||
| + | # apt update | ||
| + | |||
| + | # apt full-upgrade | ||
| </ | </ | ||