BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)

Поиск
Список
Период
Сортировка
От mfwilson@gmail.com
Тема BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)
Дата
Msg-id E1SpRgI-0007HO-UN@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6733
Logged by:          Mike Wilson
Email address:      mfwilson@gmail.com
PostgreSQL version: 9.1.4
Operating system:   Solaris 10
Description:=20=20=20=20=20=20=20=20

Filing this under PG914 since there isn't an option for PG9.2beta2.=20
Possibly this should be filed elsewhere?  If so apologies in advance.

We are starting to prepare for the PG9.2 release so I have been performing
some test pg_upgrades on our existing PG8.4.2 cluster.  We have a sizable
database and limited space so we have been testing upgrading our cluster
using --link mode of pg_upgrade.  After performing an upgrade though the new
PG92 database has only empty tables.

Running this:
export NEWPG=3D/usr/postgres/postgresql-9.2.0_slony-2.1.1
export OLDPG=3D/usr/postgres/pg842_slony210

LD_LIBRARY_PATH=3D${NEWPG}/lib PATH=3D${NEWPG}/bin:${PATH} /usr/bin/time
${NEWPG}/bin/pg_upgrade --verbose --link \
--old-datadir=3D/opt/postgres/db/root/old
--new-datadir=3D/opt/postgres/db/root/new --old-bindir=3D${OLDPG}/bin/64/ \
--new-bindir=3D${NEWPG}/bin/ --old-port=3D5432 --new-port=3D5920 --user=3Dp=
ostgres

This runs without errors and I am able to start the new upgraded PG92beta2
cluster.  The schemas appear to be correct as well as the table definitions
and other schema objects.  The tables themselves though are all empty.  Not
sure what is going on

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: BUG #6729: Install of postgresql-devel for x86_84 and i686 fails
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)