Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uNYkh-004Sl4-5p for pgsql-admin@arkaria.postgresql.org; Fri, 06 Jun 2025 15:13:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uNYkf-00CEQI-A4 for pgsql-admin@arkaria.postgresql.org; Fri, 06 Jun 2025 15:13:01 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uNYhH-00C6Yw-D0 for pgsql-admin@lists.postgresql.org; Fri, 06 Jun 2025 15:09:32 +0000 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uNYhF-000b2q-2N for pgsql-admin@lists.postgresql.org; Fri, 06 Jun 2025 15:09:31 +0000 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4bDPqQ1wnVz9tbS; Fri, 6 Jun 2025 17:09:22 +0200 (CEST) Date: Fri, 6 Jun 2025 17:09:21 +0200 From: Christoph Berg To: Sam Stearns Cc: Pgsql-admin , Peter Garza , Henry Ashu Subject: Re: Replication and Switchover Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4bDPqQ1wnVz9tbS List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Sam Stearns > We would like to switchover the database that is ready now so we can start > performing load testing against it. Is it possible to switchover one > database in a cluster while not switching over the other? Create a second database cluster, and move one of the databases into that cluster. "Move" is either dump-restore, or a full restore of the old cluster and dropping the other database. Christoph