...
For discussion of alternative backup solutions please contact Patrix and/or Pace-IP
Since Version 1.9.8.2.4 of the DMS there is a possibility to have the Elasticsearch and Postgres Databases backep up from inside their Docker Containers onto the Host Filesystem.
...
Code Block | ||||
---|---|---|---|---|
| ||||
# backup script for DMS Stuff sshpass -p "mysuperpassword" rsync -rau /storage/nuxeo/data/ backupuser@networkshare:edms-backup/data/ sshpass -p "mysuperpassword" rsync -rau /storage/elastic/backup backupuser@networkshare:edms-backup/elastic/ sshpass -p "mysuperpassword" rsync -rau /storage/postgres/backup backupuser@networkshare:edms-backup/pg/ |
We strongly recommend that you use key-based authentication for your remote Servers