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 1sdo7k-0018Kv-K4 for pgsql-general@arkaria.postgresql.org; Tue, 13 Aug 2024 09:47:28 +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 1sdo7j-002kWL-9i for pgsql-general@arkaria.postgresql.org; Tue, 13 Aug 2024 09:47:27 +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 1sdo7i-002kWD-Un for pgsql-general@lists.postgresql.org; Tue, 13 Aug 2024 09:47:26 +0000 Received: from mail-lj1-x230.google.com ([2a00:1450:4864:20::230]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1sdo7g-004WF1-Ht for pgsql-general@postgresql.org; Tue, 13 Aug 2024 09:47:25 +0000 Received: by mail-lj1-x230.google.com with SMTP id 38308e7fff4ca-2ef2c56d9dcso60669991fa.2 for ; Tue, 13 Aug 2024 02:47:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1723542442; x=1724147242; darn=postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=M+j2DVRcCWDfxsT2o54mYNIAmQJUvD6iOTNxaZFh7+I=; b=nTWgiu5OXq9leBzu6MUhoCATeWxaTXBiSVdWT14ojAqSVGTWiZtTvKoTk8phP0NdKu BqGhN/1yHmoK656Mqm5F8CdBKpCZmTAbetTNrb0QV1gsFQDolqjvJNLQjspBT0h8E3j6 7dvdpbI8aa9nc+ZGtokPELyzKacJIg798Dsi5nd7dB3SSfzp3cvnBld2W2jihl8SFgKK CWw4Qa0l9cvZWkxHrDq37XeQbdiYSCGbnVdlOpA+quFcYLHD1qp2DTjU0fttj+kgs4Rm Mmen+GM2HXR8e2k/LsCP1b3wv6GNGs2jy/FLXrl3yZgY2HHFmeftLOXX8bCghUcoLizk ByuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723542442; x=1724147242; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=M+j2DVRcCWDfxsT2o54mYNIAmQJUvD6iOTNxaZFh7+I=; b=YVV/KKdgExL4ErlMWxbYxnfy0I2hD0Uk2z+ISD2HdViV6x4NskLGBsY+wvWhR6kVuF 2Bo6GwwViOrDKVQPvmxEETwFSFrDJdwXAiNpWyunxtZoPCq73DNCeYUkfYaDCMgcNArr JqD4xNIAaDqez9689rCl86+GPdHGQSUeAjRodHCbFastLYbO+A8ne9e9VxakzNvJe7bK rL71YOJQyU1IwNuoUxWHM/A+YD/W2vDgpd6kA8K8cmtQ/v2oQhprvkP9QH2o3g+lffk6 9TrbpG7OAyqOi4zStfE8ibsluDo+hnpaIGlypfDTL58RcvYoR4z7E5nv4Sky1r0ndCh0 v7Qg== X-Gm-Message-State: AOJu0YzCFW+XSMTiUJ6mKnF93/2gsgxHDQ4J9atwSfKUxA1DiXtjgZGS y3aQP/bO8y52TkhsGfMleoV+JL6SHbxx7PtDaK4S7N3gDVkOivdqZ8RUWFOvcNo1ghB8UC9W1q0 jWVAO9uSlJIzIImXJaT6IKghRgF+l0Xfp X-Google-Smtp-Source: AGHT+IGpmLaJhAhTx7lLXwJNXEttKyWk4cy0UKXiTnsO33cNSmpbeuU9u60y8y1NXTC3/PTeIWswJUqgHOjrXneNaHE= X-Received: by 2002:a2e:9194:0:b0:2ee:8d19:85af with SMTP id 38308e7fff4ca-2f2b717a08emr20832191fa.36.1723542442277; Tue, 13 Aug 2024 02:47:22 -0700 (PDT) MIME-Version: 1.0 From: Durumdara Date: Tue, 13 Aug 2024 11:47:10 +0200 Message-ID: Subject: PG Dump on 11 - Restore on 16 - is possible? To: Postgres General Content-Type: multipart/alternative; boundary="00000000000007060f061f8d7fc2" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000007060f061f8d7fc2 Content-Type: text/plain; charset="UTF-8" Hello! We have to upgrade our server. The PG upgrade is impossible because of too much data. So we will create a new server with PG 16, and we have to migrate the databases one by one (from a PG 11 server). Is it possible? Does PG16 read PG11 dumps and restore them correctly on the PG16 server? Or is it unsupported now? Thank you! Best regards dd --00000000000007060f061f8d7fc2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello!

We have to upgrade our server. T= he PG upgrade is impossible because of too much=C2=A0data.
So we = will create a new server with PG 16, and we have to migrate the databases o= ne by one (from a PG 11 server).

Is it possible?

Does PG16 read PG11 dumps and restore them correctl= y on the PG16 server?

Or is it unsupported now?

Thank you!

Best regards
dd
--00000000000007060f061f8d7fc2--