Browse Source

Fix typo in database restore documentation example (#1197).

Dan Helfman 11 hours ago
parent
commit
42bf6c6f8e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/how-to/backup-your-databases.md

+ 2 - 1
docs/how-to/backup-your-databases.md

@@ -544,12 +544,13 @@ Or from the configuration file:
 postgresql_databases:
     - name: users
         hostname: database1.example.org
-        restore_hostname: database1.example.org
+        restore_hostname: database2.example.org
         restore_port: 5433
         restore_username: postgres
         restore_password: trustsome1
 ```
 
+
 ### Manual restoration
 
 If you prefer to restore a database without the help of borgmatic, first