postgresql.güncellendi
This commit is contained in:
parent
60e3a8aa53
commit
8f80d99617
|
@ -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`'
|
||||
|
||||
|
|
Loading…
Reference in New Issue