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
Comment #1
jeremy commentedSorry, 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?
Comment #2
CyberKate commentedThanks for the answer. :)
I'd love someone to do the patch, it would help a lot of people, including me ! ;)
Comment #3
dwwComment #4
jeremy commentedThe 4.6.x branch is no longer supported.