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

jeremy’s picture

Category: support » feature

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?

CyberKate’s picture

Thanks for the answer. :)

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

dww’s picture

Title: Backups misses fields and types of fields » add automated backup functionality for PostgreSQL
jeremy’s picture

Status: Active » Closed (won't fix)

The 4.6.x branch is no longer supported.