WG: [Extern] Re: question on plain pg_dump file usage - Mailing list pgsql-general

From Zwettler Markus (OIZ)
Subject WG: [Extern] Re: question on plain pg_dump file usage
Date
Msg-id GV0P278MB0099317B453F251ED5E586658B612@GV0P278MB0099.CHEP278.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: question on plain pg_dump file usage  (Ron Johnson <ronljohnsonjr@gmail.com>)
List pgsql-general

 

Von: Ron Johnson <ronljohnsonjr@gmail.com>
Gesendet: Dienstag, 17. September 2024 14:44
An: PG-General Mailing List <pgsql-general@postgresql.org>
Betreff: [Extern] Re: question on plain pg_dump file usage

 

On Tue, Sep 17, 2024 at 8:22 AM Zwettler Markus (OIZ) <Markus.Zwettler@zuerich.ch> wrote:

I have to do an out-of-place Postgres migration from PG12 to PG16 using:

 

pg_dump -F p -f dump.sql …

sed -i "s/old_name/new_name/g"

psql -f dump.sql …

 

Both databases are on UTF-8.

 

I wonder if there could be character set conversion errors here, as the data is temporarily written to a plain text file.

 

Why must it be a plain text dump instead of a custom or directory dump?  Restoring to a new (and differently-named( database is perfectly doable.

 

--

Death to <Redacted>, and butter sauce.

Don't boil me, I'm still alive.

<Redacted> crustacean!

--- Externe Email: Vorsicht mit Anhängen, Links oder dem Preisgeben von Informationen ---


Because I can simply change the application from the old to the new structure then.

-Regards, Markus

pgsql-general by date:

Previous
From: Greg Sabino Mullane
Date:
Subject: Re: IO related waits
Next
From: Greg Sabino Mullane
Date:
Subject: Re: question on plain pg_dump file usage