Geoffrey <[EMAIL PROTECTED]> writes:
> Shane Ambler wrote:
>> You would have two choices - clean up the data in 7.4 before the export
>> or clean up after the import and before the fk constraints are added.
> The latter is likely the plan. The primary concern is that we don't
> lose any data.
Shane Ambler wrote:
Geoffrey wrote:
We are trying to test our process for upgrading our database from
7.4.19 to 8.3.1. We are following the instructions for dumping the
7.4.19 database from:
http://www.postgresql.org/docs/8.3/static/install-upgrading.html
ie:
/usr/local/pg83/bin/pg_dumpall
Tom Lane wrote:
Geoffrey <[EMAIL PROTECTED]> writes:
We are trying to test our process for upgrading our database from 7.4.19
to 8.3.1. We are following the instructions for dumping the 7.4.19
database from:
http://www.postgresql.org/docs/8.3/static/install-upgrading.html
ie:
/usr/local/pg83/
Geoffrey wrote:
We are trying to test our process for upgrading our database from 7.4.19
to 8.3.1. We are following the instructions for dumping the 7.4.19
database from:
http://www.postgresql.org/docs/8.3/static/install-upgrading.html
ie:
/usr/local/pg83/bin/pg_dumpall -h master -p 5434 |g
Geoffrey <[EMAIL PROTECTED]> writes:
> We are trying to test our process for upgrading our database from 7.4.19
> to 8.3.1. We are following the instructions for dumping the 7.4.19
> database from:
> http://www.postgresql.org/docs/8.3/static/install-upgrading.html
> ie:
> /usr/local/pg83/bin/pg_