scripts/postgresql_backup
2024-11-06 19:25:45 +00:00
..
.env.dist postgresql_backup. Moving comment to a new line in .env file for better import. 2024-11-06 19:25:45 +00:00
pg_backup.sh postgresql_backup. Progress output and smart directory creation. 2024-11-06 19:20:13 +00:00
README.md postgresql_backup. code highlight in README.md 2024-11-06 19:09:08 +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