Covert database from ASCII to UTF-8

From: Jeff Amiel <becauseimjeff(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Covert database from ASCII to UTF-8
Date: 2011-02-22 16:53:26
Message-ID: 324342.7368.qm@web65503.mail.ac4.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It's come time to bite the bullet and convert a half-terraybyte database from ASCII to UTF8. Have gone through a bit of effort to track down the unclean ascii text and repair it but would like to avoid the outage of a many-many hour dump-restore.

Using Postgres 8.4.X.

Are there any other magic options open to me?
Any way to do an in-place conversion?
I assume slony replication is an option.....
What about some sort of wal log shipping replication?

Any thoughts would be appreciated.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Kretschmer 2011-02-22 16:54:38 Re: work_mem = 900MB but Sort Method: external merge Disk: 304008kB
Previous Message Andreas Kretschmer 2011-02-22 16:49:49 Re: multiple column to onec column