Skip to content

Commit

Permalink
docs: consolidate infra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Jul 11, 2024
1 parent 17b4166 commit bbccbab
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@

See https://github.com/opencrvs/opencrvs-farajaland/pull/1005 for details

- #### Infrastructure
### Infrastructure

- Allow using staging to both period restore of production backup and also for backing up its own data to a different location using `backup_server_remote_target_directory` and `backup_server_remote_source_directory` ansible variables. This use case is mostly meant for OpenCRVS team internal use.

- Automate SSH key exchange between application and backup server. For staging servers, automatically fetch production backup encryption key if periodic restore is enabled

- Improved support for non-22 SSH port

- Treat backup host identically to other hosts. To migrate:

Expand Down Expand Up @@ -56,14 +62,6 @@
- Remove `splitView` option from DOCUMENT_UPLOADER_WITH_OPTION field [#114](https://github.com/opencrvs/opencrvs-countryconfig/pull/114)
- Enable authentication for certificates endpoint [#188](https://github.com/opencrvs/opencrvs-countryconfig/pull/188)

- #### Infrastructure

- Allow using staging to both period restore of production backup and also for backing up its own data to a different location using `backup_server_remote_target_directory` and `backup_server_remote_source_directory` ansible variables. This use case is mostly meant for OpenCRVS team internal use.

- Automate SSH key exchange between application and backup server. For staging servers, automatically fetch production backup encryption key if periodic restore is enabled

- Improved support for non-22 SSH port

## [1.4.1](https://github.com/opencrvs/opencrvs-countryconfig/compare/v1.4.0...v1.4.1)

- Improved logging for emails being sent
Expand Down

0 comments on commit bbccbab

Please sign in to comment.