Re: database encoding migration from a pg_dumpall set - Mailing list pgsql-novice

From Tom Lane
Subject Re: database encoding migration from a pg_dumpall set
Date
Msg-id 287927.1660404827@sss.pgh.pa.us
Whole thread Raw
In response to database encoding migration from a pg_dumpall set  (Steve T <stevetucknott@yahoo.co.uk>)
Responses Re: database encoding migration from a pg_dumpall set
List pgsql-novice
Steve T <stevetucknott@yahoo.co.uk> writes:
> Is there an official way for migrating database encodings?

Not via pg_dumpall.  If you dump the databases individually,
then you can create them manually on the target installation
with whatever encoding (or other properties) you want,
finishing by restoring the per-DB dumps into the respective
new databases.

Another way is to manually edit the pg_dumpall output
script and change the encoding options in the CREATE
DATABASE commands (but NOT the "SET client_encoding"
commands).

            regards, tom lane



pgsql-novice by date:

Previous
From: Steve T
Date:
Subject: database encoding migration from a pg_dumpall set
Next
From: Steve T
Date:
Subject: Re: database encoding migration from a pg_dumpall set