dumping - Search results
Mailing lists >> pgsql-interfaces >> Thread
2009-11-14 11:29:07 | Re: Upgrading databases (Greg Sabino Mullane)
Dump and restore. As you mention, it is slow and non-concurrent. Very large block
Mailing lists >> pgsql-interfaces >> Thread
2009-11-11 15:07:41 | Re: Upgrading databases (Bosco Rama)
dump to disk' approach which is to pipe the dump from the old DB to the new DB as outlined
Mailing lists >> pgsql-interfaces >> Thread
2009-11-11 14:51:56 | Re: Upgrading databases (Kevin Kempter)
dump of the 8.2.4 db and install it into the new 8.3.7 system data dir (so maybe
Mailing lists >> pgsql-interfaces >> Thread
2009-11-11 14:38:41 | Upgrading databases (Mark Richardson)
dump and reload - but that takes large disk space and time. Any other way around