diff options
author | intrigeri <intrigeri@boum.org> | 2006-11-01 18:26:41 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2006-11-01 18:26:41 +0000 |
commit | 6b015afc1ed4d2be5e48e77eea1ca65cbcf69a1e (patch) | |
tree | 2d0988e58e1b5f720f3297b32136e882d33d89a2 /handlers/pgsql.helper | |
parent | d595bf00cbd1c13eb157edf8d29d4b8fa76220e2 (diff) | |
download | backupninja-6b015afc1ed4d2be5e48e77eea1ca65cbcf69a1e.tar.gz backupninja-6b015afc1ed4d2be5e48e77eea1ca65cbcf69a1e.tar.bz2 |
pgsql: support PGSQLUSER for real (Closes: #396578)
Diffstat (limited to 'handlers/pgsql.helper')
-rw-r--r-- | handlers/pgsql.helper | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/handlers/pgsql.helper b/handlers/pgsql.helper index 2b05339..8024616 100644 --- a/handlers/pgsql.helper +++ b/handlers/pgsql.helper @@ -96,6 +96,11 @@ $pgsql_databases # if yes, compress the pg_dump/pg_dumpall output. $pgsql_compress +### You can also set the following variables in backupninja.conf: +# PGSQLDUMP: pg_dump path (default: /usr/bin/pg_dump) +# PGSQLDUMPALL: pg_dumpall path (default: /usr/bin/pg_dumpall) +# PGSQLUSER: user running PostgreSQL (default: postgres) + EOF chmod 600 $next_filename |