summaryrefslogtreecommitdiff
path: root/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'db.py')
-rw-r--r--db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/db.py b/db.py
index e2ac46e..d609466 100644
--- a/db.py
+++ b/db.py
@@ -436,7 +436,7 @@ class _PGAdvFuncHelper(_GenericAdvFuncHelper):
def backup_command(self, dbname, dbhost, dbuser, backupfile):
"""return a command to backup the given database"""
- cmd = ['pg_dump -Fc -W']
+ cmd = ['pg_dump -Fc']
if dbhost:
cmd.append('--host=%s' % dbhost)
if dbuser: