Base files compatibility between PG11 and PG15

Started by Abraham, Dannyover 2 years ago4 messagesgeneral
Jump to latest
#1Abraham, Danny
danny_abraham@bmc.com

Hi,

I have a database on Aurora@RDS.
It Used V11.9, and then upgraded automatically by AWS to V15.2 AWS states that it relies on compatibility provided by the PG community.
We now experience problems with the data.
Has anyone met similar issues? Compatibility of data files?

Thanks

Danny

#2Andreas Joseph Krogh
andreas@visena.com
In reply to: Abraham, Danny (#1)
Sv: Base files compatibility between PG11 and PG15

På torsdag 17. august 2023 kl. 11:32:47, skrev Abraham, Danny <
danny_abraham@bmc.com <mailto:danny_abraham@bmc.com>>:
Hi,

I have a database on Aurora@RDS.
It Used V11.9, and then upgraded automatically by AWS to V15.2 AWS states that
it relies on compatibility provided by the PG community.
We now experience problems with the data.
Has anyone met similar issues? Compatibility of data files?
The data-files are nowhere near compatible between major-versions, as stated
clearly in all release notes:

https://www.postgresql.org/docs/release/12.0/
<https://www.postgresql.org/docs/release/12.0/&gt;

https://www.postgresql.org/docs/release/13.0/
<https://www.postgresql.org/docs/release/13.0/&gt;

https://www.postgresql.org/docs/release/14.0/
<https://www.postgresql.org/docs/release/14.0/&gt;

https://www.postgresql.org/docs/release/15.0/
<https://www.postgresql.org/docs/release/15.0/&gt;

They all state the same:

“A dump/restore using pg_dumpall or use of pg_upgrade or logical replication
is required for those wishing to migrate data from any previous release.”

--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963
andreas@visena.com <mailto:andreas@visena.com>
www.visena.com <https://www.visena.com&gt;
<https://www.visena.com&gt;

#3Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Abraham, Danny (#1)
Re: Base files compatibility between PG11 and PG15

On 8/17/23 02:32, Abraham, Danny wrote:

Hi,

I have a database on Aurora@RDS.
It Used V11.9, and then upgraded automatically by AWS to V15.2 AWS states that it relies on compatibility provided by the PG community.
We now experience problems with the data.

This needs more information:

1) Describe the upgrade process

2) Describe the data problems.

Has anyone met similar issues? Compatibility of data files?

Thanks

Danny

--
Adrian Klaver
adrian.klaver@aklaver.com

#4Bruce Momjian
bruce@momjian.us
In reply to: Adrian Klaver (#3)
Re: Base files compatibility between PG11 and PG15

On Thu, Aug 17, 2023 at 07:36:20AM -0700, Adrian Klaver wrote:

On 8/17/23 02:32, Abraham, Danny wrote:

Hi,

I have a database on Aurora@RDS.
It Used V11.9, and then upgraded automatically by AWS to V15.2 AWS states that it relies on compatibility provided by the PG community.
We now experience problems with the data.

This needs more information:

1) Describe the upgrade process

2) Describe the data problems.

Plus it is Aurora, which is not community Postgres.

--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.