Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nueuE-0003KY-Tn for pgsql-admin@arkaria.postgresql.org; Fri, 27 May 2022 18:41:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nueuB-0004RB-K4 for pgsql-admin@arkaria.postgresql.org; Fri, 27 May 2022 18:41:47 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nueuB-0004R2-78 for pgsql-admin@lists.postgresql.org; Fri, 27 May 2022 18:41:47 +0000 Received: from mail-vk1-xa2f.google.com ([2607:f8b0:4864:20::a2f]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nueu8-0006bm-FD for pgsql-admin@lists.postgresql.org; Fri, 27 May 2022 18:41:46 +0000 Received: by mail-vk1-xa2f.google.com with SMTP id ay20so2385406vkb.5 for ; Fri, 27 May 2022 11:41:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=hdFq9vgV/7mI27GH+XN1ie6s1kJFPnp1rlnaYtfyYU4=; b=WiKUY4Owu5G6BLFAvoapIC+TdQJo6hbhb5H3EGmqajWg032RN0YNsv2rXcukzy1aPW pD+XUYIOnfRWQCqPtQ8A5zym5W0JLIr4ERGMfltiMVHnmQBi0gIRM9vEVLytuRoZpJh2 2u3lHbjZbP2qfkUi5f5QAPrNtz7Ep1iI7lY3yWcdk1MO8YQW8w+MDesJEvTeERlHIn9N v2+Bwj3Q7qPV2iqVNbQR21X/NzFsG3jYN+/r34rAnRNtbFQWLiFnyDoUO+1y4fX+WRRY YTxmB/c8ooN+dGNAI5aQW92jsT+qviPm89KpKzYdr52scXEZkDNWVxLU+Mij+88W2LyT ycsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=hdFq9vgV/7mI27GH+XN1ie6s1kJFPnp1rlnaYtfyYU4=; b=eBU7DR86JhOfkIClIL/hcK+xWBnuJV9BgYAUd1mTy1rWwzYsNi+92kz9iLjYPP/oKn ZR0iQKea8tBJyWN8d9gt0JXNfq50nA1tBA+cS+i4JWOD8aT6NOs3qJtAjeE8fSZoxQDF mDMYy7dOwNe2ZNZPvfZewswO9+eI1PZRH2aXuSkbEpO61L43K6XZefWynYl2iQRaFr3n gh6UKfOd4FN3SthCjmQ23Yi4lFbeYZEaw9xc9GJCYSBTcK6Hyz7I2ODfFiq9gIFQKlr/ 0OpsuD6RAxjWlluF2kjeH7aIh+da6KNJGE+xByVdPaL3AujnnQWXSJ0rok2ym2kBpWJI 6ebA== X-Gm-Message-State: AOAM5319djnM573xNp0ylYtUzBdEUpx64HJ7MQI+v9kflzLE3fCzDByP w/Kpkxg1RimuhzBkBNyfBZWl2VS1PJRertC3aSsWvYBrXs7Uuw== X-Google-Smtp-Source: ABdhPJzpvxwvvN50yyCYWQhh5OlUpOMG0gtKImI3tjvHrt9WcupFOFnFq89L527UQwuQD71/N3EnriP/Bcx2bYyI9Ic= X-Received: by 2002:a1f:9e0a:0:b0:357:9732:1e96 with SMTP id h10-20020a1f9e0a000000b0035797321e96mr11820649vke.20.1653676902393; Fri, 27 May 2022 11:41:42 -0700 (PDT) MIME-Version: 1.0 From: Nikhil Shetty Date: Sat, 28 May 2022 00:11:31 +0530 Message-ID: Subject: Adding more detail to pg_upgrade documentation To: Pgsql-admin Content-Type: multipart/alternative; boundary="000000000000572df105e002a8fa" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000572df105e002a8fa Content-Type: text/plain; charset="UTF-8" Hi, We are upgrading from Postgres 11 to 13. During upgrade we found that the physical slots on the old cluster are not copied to the new cluster. This information is not mentioned in the documentation - https://www.postgresql.org/docs/13/pgupgrade.html Just thought it would be good to have this detail Thanks and Regards, Nikhil --000000000000572df105e002a8fa Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

We are upgrading from Postgres 11 t= o 13. During upgrade we found that the physical slots on the old cluster ar= e not copied to the new cluster.

This information = is not mentioned in the documentation=C2=A0-=C2=A0https://www.postgresql.org/docs/13/pgu= pgrade.html

Just thought it would be good to h= ave this detail

Thanks and Regards,
Nikh= il
--000000000000572df105e002a8fa--