milis/talimatname/genel/p/postgresql/postgresql.kos-sil

5 lines
122 B
Plaintext
Raw Permalink Normal View History

2018-09-25 11:11:43 +02:00
#!/bin/sh
2018-09-25 12:22:54 +02:00
su - postgres -c 'mkdir -p /srv/pgsql/yedek'
2018-09-25 12:43:16 +02:00
su - postgres -c 'pg_dumpall > /srv/pgsql/yedek/yedek-`date +%s`'
2018-09-25 11:11:43 +02:00