Forum OpenACS Q&A: Re: PG 7.2->7.3 upgrade gotcha?

Collapse
Posted by Richard Hamilton on
For any intrepid traveller treading this treacherous path......this is how to get the data.

Since the schema restore worked:

pg_dump -avD yourdatabasename -t cr_revisions -f chooseafilename > chooseafilename.log

This outputs the data as SQL INSERTS. So to restore this you use psql in the normal way.