From 26bafa2e73aa2e483daa0b108a556c005f9f204b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 22 Jul 2020 16:34:46 -0700 Subject: [PATCH] docs: Fix versions in stretch=>buster documentation. --- docs/production/upgrade-or-modify.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/production/upgrade-or-modify.md b/docs/production/upgrade-or-modify.md index f2233f3763..20959a855b 100644 --- a/docs/production/upgrade-or-modify.md +++ b/docs/production/upgrade-or-modify.md @@ -339,11 +339,11 @@ working correctly. ``` apt remove upstart -y /home/zulip/deployments/current/scripts/zulip-puppet-apply -f - pg_dropcluster 9.5 main --stop + pg_dropcluster 11 main --stop systemctl stop postgresql - pg_upgradecluster -m upgrade 9.3 main - pg_dropcluster 9.3 main - apt remove postgresql-9.3 + pg_upgradecluster -m upgrade 9.6 main + pg_dropcluster 9.6 main + apt remove postgresql-9.6 systemctl start postgresql service memcached restart ```