Download & Extend

add automated backup functionality for PostgreSQL

Project:Database Administration
Version:4.6.x-1.x-dev
Component:PostgreSQL Support
Category:feature request
Priority:critical
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

Hi !

I use Drupal 4.6.5 with PostgreSQL and I have installed this DBA module.

When an automatical backup is created, it's kinda weird because it misses fields and types of fields in all table structures.

I have for instance :

DROP TABLE IF EXISTS blocks;
CREATE TABLE blocks (
NOT NULL,
NOT NULL,
NOT NULL,
NOT NULL,
NOT NULL,
NOT NULL,
NOT NULL,
NOT NULL,
NOT NULL,
NOT NULL
) TYPE=MyISAM;

Any idea how it could generate a backup compatible with PostgreSQL ?

Thanks in advance.

Comments

#1

Category:support request» feature request

Sorry, the backup functionality was only created for MySQL. I'd be more than happy to merge a patch that adds the functionality for PostgreSQL too. Anyone up to the challenge?

#2

Thanks for the answer. :)

I'd love someone to do the patch, it would help a lot of people, including me ! ;)

#3

Title:Backups misses fields and types of fields» add automated backup functionality for PostgreSQL

#4

Status:active» closed (won't fix)

The 4.6.x branch is no longer supported.