PHP Classes
elePHPant
Icontem

PostgreSQL Backup and Restore: Backup and restore PostgreSQL databases with files

Recommend this page to a friend!

  Author Author  
Picture of Michele Brodoloni
Name: Michele Brodoloni <contact>
Classes: 6 packages by
Country: Italy Italy
Innovation award
Innovation award
Nominee: 3x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This class can be used to generate backups of PostgreSQL.

It accesses a given database and generates SQL statements that can be used to recreate the database tables and the values stored on their rows. The generated SQL is stored in a given file.

The class can also restore a database from a previously generated backup by executing the SQL statements stored in a backup file.

  Classes of Michele Brodoloni  >  PostgreSQL Backup and Restore  >  Download Download .zip .tar.gz  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PostgreSQL Backup and Restore
Base name: pgbackuprestore
Description: Backup and restore PostgreSQL databases with files
Version: 1.0.0
PHP version: 4.0
License: Public Domain
 
  Groups   Trackback   Applications   Files Files  

  Groups  
Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image Systems administration System configuration and management View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
September 2007
Number 9
PostgreSQL is a very popular Open Source database. It may not be as popular as MySQL, but it has many users that prefer PostgreSQL over MySQL.

There are plenty of tools and components that generate backup copies of MySQL databases by generating SQL statements to recreate the tables and contents of their records. However, for PostgreSQL the offer of similar tools is scarce.

This class addresses that gap by providing to PosgreSQL users a similar solution based only on pure PHP code.

Manuel Lemos

  Pages that reference this package  
PostgreSQL Backup and Restore
Phpclasses.org is the best one of my favorite sites...

Latest pages that reference packages Latest pages that reference packages


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example Example
Plain text file pgBackupRestore.class.php Class Class file
Plain text file pgBackupRestore2.class.php Class New class file!

Install with Composer Install with Composer - Download Download all files: pgbackuprestore.tar.gz pgbackuprestore.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.