How to upgrade postgresql from 14 to 17 Posted on 2025-07-21 In Tutorial Views: Word count in article: 229 Reading time ≈ 1 mins. Log into your server as root. 12345sudo apt install -y postgresql-commonsudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.shsudo apt updatesudo apt install postgresql-17 postgresql-client-17sudo pg_upgradecluster 14 main # migrates 14 → 17 in place