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 1uKb4D-007Ltb-Rs for pgsql-admin@arkaria.postgresql.org; Thu, 29 May 2025 11:04:57 +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 1uKb3C-007ohp-PI for pgsql-admin@arkaria.postgresql.org; Thu, 29 May 2025 11:03:54 +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 1uKb3C-007ohg-Dk for pgsql-admin@lists.postgresql.org; Thu, 29 May 2025 11:03:54 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uKb3A-000WrA-1o for pgsql-admin@lists.postgresql.org; Thu, 29 May 2025 11:03:53 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 54TB3o1E1853760; Thu, 29 May 2025 07:03:51 -0400 From: Tom Lane To: "=?utf-8?B?bW90b3JhbyjmlZbnvaEp?=" cc: "=?utf-8?B?cGdzcWwtYWRtaW4=?=" , "=?utf-8?B?bmlub3p1byjlt6blu7rplIsp?=" Subject: Re: Problem syncing PostgreSQL repository In-reply-to: References: Comments: In-reply-to "=?utf-8?B?bW90b3JhbyjmlZbnvaEp?=" message dated "Thu, 29 May 2025 14:46:28 +0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1853758.1748516630.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 29 May 2025 07:03:50 -0400 Message-ID: <1853759.1748516630@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "=3D?utf-8?B?bW90b3JhbyjmlZbnvaEp?=3D" writes: > When executing the rsync command to sync from the official repository, t= he following error occurred: > # rsync -avP -n rsync://rsync.postgresql.org/pgsql-ftp/ /tmp/pgsql > @ERROR: Unknown module 'pgsql-ftp' > rsync error: error starting client-server protocol (code 5) at main.c(16= 49) [Receiver=3D3.1.2] You'll need to switch to some other rsync protocol; see here: https://www.postgresql.org/message-id/CA+OCxoz3p4LqyE4aNb3M8gs2GND25ET=3DE= MQ-KSrZ+B1WRSdT4Q@mail.gmail.com regards, tom lane