backup/restore postgresql database

A

Acm

I am working with Python 2.5 and Postgresql 8.2.4.

I would like to know how to perform the backup and restore operations
on postgresql through a python API (e.g. psycopg2).

Thank you.
 
K

kyosohma

I am working with Python 2.5 and Postgresql 8.2.4.

I would like to know how to perform the backup and restore operations
on postgresql through a python API (e.g. psycopg2).

Thank you.


I don't know much about postgres, but here's what my google-fu turned
up:

http://www.koders.com/python/fidF98B0B88C167C4B9862D8EF6C0CC9BAAC33718DB.aspx?s=cdef:parser
http://python.projects.postgresql.org/
http://pypgsql.sourceforge.net/
http://www.pygresql.org/

You can probably use the subprocess module to connect to it and use
the pg_dump command as well that is documented here:
http://www.postgresql.org/docs/8.1/static/backup.html

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top