postgres-backup/debian/postgres-backup.postinst

4 lines
114 B
Plaintext
Raw Normal View History

2021-09-02 14:41:04 +02:00
#!/bin/bash
mkdir -p /var/backups/database/postgresql
chown -R postgres:postgres /var/backups/database/postgresql