Veritabanı Yedekleme

 avatar
unknown
dockerfile
3 years ago
219 B
3
Indexable
docker exec -t <konteyner id> bash -c " export PGPASSWORD=q;pg_dumpall -c -U mkm -h <konteyner id> -p 5433 -v | gzip > /home/dump-$(date +%Y-%m-%d).gz" && docker cp <konteyner id>:/home/dump-$(date +%Y-%m-%d).gz /mnt/
Editor is loading...