From: Kern Sibbald Date: Sat, 31 May 2008 18:43:21 +0000 (+0000) Subject: Add create_postgresql_database.sql to Win32 installer. Should X-Git-Tag: Release-3.0.0~1358 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cd0c6fa92b9dc6af7f49ca486c0ee32d4c41a719;p=bacula%2Fbacula Add create_postgresql_database.sql to Win32 installer. Should fix problem reported by Juilio Monteiro. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7074 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/installer/build-installer.cmd b/bacula/src/win32/installer/build-installer.cmd index 385537ea39..5d77a9f89f 100644 --- a/bacula/src/win32/installer/build-installer.cmd +++ b/bacula/src/win32/installer/build-installer.cmd @@ -20,7 +20,7 @@ SET SCRIPTS=mtx-changer.cmd disk-changer.cmd dvd-handler.cmd SET CATS_MYSQL_CMD=create_mysql_database.cmd drop_mysql_database.cmd make_mysql_tables.cmd drop_mysql_tables.cmd grant_mysql_privileges.cmd SET CATS_MYSQL_SQL=make_mysql_tables.sql drop_mysql_tables.sql grant_mysql_privileges.sql SET CATS_PGSQL_CMD=create_postgresql_database.cmd drop_postgresql_database.cmd make_postgresql_tables.cmd drop_postgresql_tables.cmd grant_postgresql_privileges.cmd -SET CATS_PGSQL_SQL=make_postgresql_tables.sql drop_postgresql_tables.sql grant_postgresql_privileges.sql +SET CATS_PGSQL_SQL=create_postgresql_database.sql make_postgresql_tables.sql drop_postgresql_tables.sql grant_postgresql_privileges.sql SET CATS_SQLITE_CMD=create_sqlite3_database.cmd drop_sqlite3_database.cmd make_sqlite3_tables.cmd drop_sqlite3_tables.cmd grant_sqlite3_privileges.cmd SET CATS_SQLITE_SQL=make_sqlite3_tables.sql SET CATS_CATALOG=make_mysql_catalog_backup.cmd make_postgresql_catalog_backup.cmd make_sqlite3_catalog_backup.cmd delete_catalog_backup.cmd diff --git a/bacula/src/win32/installer/winbacula.nsi b/bacula/src/win32/installer/winbacula.nsi index f360c6dc28..060b8a2bcf 100644 --- a/bacula/src/win32/installer/winbacula.nsi +++ b/bacula/src/win32/installer/winbacula.nsi @@ -684,6 +684,7 @@ Section "Director Service" SecDirectorDaemon File /oname=$PLUGINSDIR\create_database.cmd ${SRC_DIR}\create_postgresql_database.cmd File /oname=$PLUGINSDIR\drop_database.cmd ${SRC_DIR}\drop_postgresql_database.cmd File /oname=$PLUGINSDIR\make_tables.cmd ${SRC_DIR}\make_postgresql_tables.cmd + File ${SRC_DIR}\create_postgresql_database.sql File ${SRC_DIR}\make_postgresql_tables.sql File /oname=$PLUGINSDIR\drop_tables.cmd ${SRC_DIR}\drop_postgresql_tables.cmd File ${SRC_DIR}\drop_postgresql_tables.sql diff --git a/bacula/technotes-2.3 b/bacula/technotes-2.3 index 255ecbdac6..f74621a780 100644 --- a/bacula/technotes-2.3 +++ b/bacula/technotes-2.3 @@ -25,6 +25,8 @@ Add long term statistics job table General: 31May08 +kes Add create_postgresql_database.sql to Win32 installer. Should + fix problem reported by Juilio Monteiro. kes Get correct slot when auto unloading a device. 30May08 kes Fix multiple media restore.