PHP Classes / PostgreSQL Backup and Restore

Backup and restore PostgreSQL databases with files

PostgreSQL Backup and Restore PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags