Create staging dist branch

This commit is contained in:
2021-09-02 14:41:04 +02:00
parent 174ebb74c7
commit a4ba21d174
10 changed files with 67 additions and 1 deletions

4
debian/postgres-backup.postinst vendored Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
mkdir -p /var/backups/database/postgresql
chown -R postgres:postgres /var/backups/database/postgresql