diff --git a/postgresql_backup/README.md b/postgresql_backup/README.md new file mode 100644 index 0000000..e070ec2 --- /dev/null +++ b/postgresql_backup/README.md @@ -0,0 +1,17 @@ +# Usage + +## Authentication + +Do not forget to create and/or edit `~/.pgpass` file providing all needed passwords for each host: + +The format is the following: +```csv +hostname:port:database:username:password +``` + +Example + +```csv +localhost:5432:*:postgres:pg_password_1 +localhost:5433:*:postgres:pg_password_2 +``` \ No newline at end of file