postgresql.güncellendi

This commit is contained in:
milisbir 2018-09-25 13:43:16 +03:00
parent 60e3a8aa53
commit 8f80d99617
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
su - postgres -c 'mkdir -p /srv/pgsql/yedek'
su - postgres -c 'pg_dumpall > /srv/pgsql/yedek/yedek-9.6.3'
su - postgres -c 'pg_dumpall > /srv/pgsql/yedek/yedek-`date +%s`'