meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:databases:psql:upgradeto17 [2025/08/05 09:35] – created niziak | linux:databases:psql:upgradeto17 [2025/11/07 19:18] (current) – niziak | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| <code bash> | <code bash> | ||
| - | sudo sh -c ' | + | sudo apt install curl ca-certificates |
| - | wget --quiet -O - https:// | + | sudo install -d / |
| + | sudo curl -o / | ||
| + | |||
| + | . / | ||
| + | sudo sh -c "echo 'deb [signed-by=/ | ||
| sudo apt update | sudo apt update | ||
| </ | </ | ||
| Line 9: | Line 14: | ||
| <code bash> | <code bash> | ||
| apt install postgresql-17 | apt install postgresql-17 | ||
| - | pg_upgradecluster 15 main | + | pg_upgradecluster 15 main -v 17 |
| Success. Please check that the upgraded cluster works. If it does, | Success. Please check that the upgraded cluster works. If it does, | ||