scripts/postgresql_backup
2024-11-06 19:02:44 +00:00
..
.env.dist postgresql_backup. Removing unnecessary variable from .env.dist 2024-11-06 18:51:38 +00:00
pg_backup.sh postgresql_backup. Using highest available level of compression. 2024-11-06 18:40:00 +00:00
README.md postgresql_backup. Adding README to mention .pgpass 2024-11-06 19:02:44 +00:00

Usage

Authentication

Do not forget to create and/or edit ~/.pgpass file providing all needed passwords for each host:

The format is the following:

hostname:port:database:username:password

Example

localhost:5432:*:postgres:pg_password_1
localhost:5433:*:postgres:pg_password_2