fix for #693333, hard-coding of amandabackup as user in many scripts and docs
[debian/amanda] / example / amanda-client-postgresql.conf.in
index f917a5bd5c3831c2548a141f085220cec3eaf37d..bd32b3db9344fdf1eb6e192f92a480f4aac83428 100644 (file)
@@ -25,7 +25,7 @@ ssh_keys "/var/lib/amanda/.ssh/id_rsa_amrecover"
 # Use /etc/amanda/pgpassfile for authentication credentials
 # (Note: for PostgreSQL 8.0.x, you must use PG-PASSWORD instead)
 # Should contain an appropriate line for foo (below).Example:
-#   localhost:*:*:amandabackup:my_backup_password
+#   localhost:*:*:backup:my_backup_password
 # The file must be owned by the Amanda user with permissions 0600
 property "PG-PASSFILE" "/etc/amanda/pgpassfile"
 
@@ -34,8 +34,8 @@ property "PG-PASSFILE" "/etc/amanda/pgpassfile"
 property "foo-PG-HOST" "localhost"
 #   Connect to port 5432 (PostgreSQL's default)
 property "foo-PG-PORT" "5432"
-#   Connect as user amandabackup (Note: must be a superuser)
-property "foo-PG-USER" "amandabackup"
+#   Connect as user backup (Note: must be a superuser)
+property "foo-PG-USER" "backup"
 #   Connect to database template1 (exists by default)
 property "foo-PG-DB" "template1"
 #   Database's data directory