...
For discussion of alternative backup solutions please contact Patrix and/or Practice Insight.Pace-IP
Since Version 1.9.8.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.
In your "Containers" Configurations file (/root/deploy/config/containers.conf)
you are able to activate this backup here:
Code Block | ||||
---|---|---|---|---|
| ||||
# Settings for container data backups to /backup/ folder in storage-tree
ENABLE_ES_BACKUP="true"
ENABLE_PG_BACKUP="true"
|