Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
themeEmacs
# 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