Re: [GENERAL] downgrading a database

2012-12-23 Thread Andrew Sullivan
In addition to the other suggestions, you can do this with Slony. It was one of its use cases. A On Sun, Dec 23, 2012 at 06:54:49PM +0200, Heine Ferreira wrote: > Hi > > Is it possible to downgrade a Postgresql database from a > newer to an older version? > If so how do you do it? > Let's assum

Re: [GENERAL] downgrading a database

2012-12-23 Thread Adrian Klaver
On 12/23/2012 08:54 AM, Heine Ferreira wrote: Hi Is it possible to downgrade a Postgresql database from a newer to an older version? If so how do you do it? Let's assume you are not using any features in the newer version. Say from 9.2 to 9.1. Would need to be done as a test first. I just tri

Re: [GENERAL] downgrading a database

2012-12-23 Thread Andreas Kretschmer
Heine Ferreira wrote: > Hi > > Is it possible to downgrade a Postgresql database from a > newer to an older version? > If so how do you do it? > Let's assume you are not using any features in the > newer version. > Say from 9.2 to 9.1. You can try it with an ascii-dump. Andreas -- Really, I'

[GENERAL] downgrading a database

2012-12-23 Thread Heine Ferreira
Hi Is it possible to downgrade a Postgresql database from a newer to an older version? If so how do you do it? Let's assume you are not using any features in the newer version. Say from 9.2 to 9.1. Thanks H.F.