A specific HPA service is running with the Calypso Dataserver dedicated to regularly copy Calypso configuration files. Those exports are made to share an overview of the Calypso configration.
The main configuration for this service can be found in configuration_export_config.yml
time-period-start: 0 0 00 ? * MON
time-period-end: 0 0 23 ? * SUN
sessions-files-folder-path: ./config/sessions
calypso-home: $CALYPSO_HOME
csv-fields-separator-char: "|"
env-variable-start-char: "$"
keys-to-remove:
- DBPASSWORD
- CLIENTPASSWD
paths-to-retrieve:
- client/resources
extensions-to-retrieve:
- properties
- xml
According to the time period, HPA will copy the files present in calypso-home
\ paths-to-retrieve
on a weekly basis.
Some lines containing the keys-to-remove
are removed from the copies.