Create and set ownership to backup directory
This commit is contained in:
parent
e0e4cd71de
commit
4c648fd451
|
@ -0,0 +1 @@
|
|||
/var/backups/database/postgresql
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir -p /var/backups/database/postgresql
|
||||
chown -R postgres:postgres /var/backups/database/postgresql
|
Loading…
Reference in New Issue