give up on making this work with pgsql

This commit is contained in:
espie 2008-02-19 10:43:28 +00:00
parent 8a49462806
commit fe1f6f5425
2 changed files with 7 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/16 16:46:59 espie Exp $
# $OpenBSD: Makefile,v 1.2 2008/02/19 10:43:28 espie Exp $
COMMENT = backup database directly from drupal
COMMENT = backup mysql database directly from drupal
DISTNAME = backup_migrate-5.x-1.x-dev
PKGNAME = drupal5-backup-migrate-1
PKGNAME = drupal5-backup-migrate-1p0
post-install:

View File

@ -1,3 +1,7 @@
allows easy backup of the drupal database to a file of sql statements,
by selecting which tables you don't need.
This module does NOT WORK if you're using postgresql.
You will have to configure and use pg_dump(1) to achieve
equivalent functionality.