Login   Register  
PHP Classes
elePHPant
Icontem

Class: PostgreSQL Backup and Restore

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michele Brodoloni  >  PostgreSQL Backup and Restore  >  Download .tar.gz .zip  >  Support forum Support forum (1)  >  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
Related classes: , , , , , , ,
Version: -
PHP version: 4.0
License: Public Domain
All time users: 1101 users
All time rank: 2769
Week users: 5 users
Week rank: 819
Picture of Michele Brodoloni
Author: Michele Brodoloni <e-mail contact>
Packages: 5 Browse this author's classes Browse this author's classes
Country: Italy Italy - PHP jobs in Italy
Age: 26
All time rank: 31010 in Italy Italy
Week rank: 30416 in Italy Italy
Innovation award
Innovation award
Nominee: 2x


  Detailed description  
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.

 

  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

  Rate classes User ratings   Trackback   Applications   Files Files  

  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

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Perfect (100.0%)
Perfect (100.0%)
-
Perfect (100.0%)
-
-
Sufficient (70.0%)
184
Month:
Not yet rated by the users

  Trackback links  
Link Description
PostgreSQL Backup and Restore Phpclasses.org is the best one of my favorite sites...

  Applications that use this class  
No application links were specified for this class.
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
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!

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.