diff options
author | intrigeri <intrigeri@boum.org> | 2005-08-09 20:53:19 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2005-08-09 20:53:19 +0000 |
commit | 49dfbcb81f79772c2283a9637eee49616b0b5ac8 (patch) | |
tree | 9213409c735fa278a6dd222bc1122ae8a15c2983 /changelog | |
parent | 4e0c31d01627b9c01ff09841e1061f42750997f6 (diff) | |
download | backupninja-49dfbcb81f79772c2283a9637eee49616b0b5ac8.tar.gz backupninja-49dfbcb81f79772c2283a9637eee49616b0b5ac8.tar.bz2 |
Added a few safety checks to pgsql handler.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ version XX -- ... make use of configurable $VSERVERINFO instead of hard-coded vserver-info. fixed dpkg existence test inside vserver. fixed $nodpkg use. + changes to pgsql handler + now checks if the specified vserver is running. + now checks if $PGSQLDUMP/$PGSQLDUMPALL are available where needed. + now checks if "postgres" user exists on the host/vserver. version 0.7 -- July 26 2005 added ninjahelper: a dialog based wizard for creating backupninja configs. |