Skip to content

Commit 10bf418

Browse files
authored
MINOR: Merge pull request #16 from souza-dan/gsutil-enabled
CLASSIC-445 - Sets TAMR_BACKUP_GSUTIL_ENABLED to true
2 parents fc05b63 + 6cd24ce commit 10bf418

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# GCP Tamr VM module
22

3+
## v0.5.0 - October 4th 2021
4+
* Sets TAMR_BACKUP_GSUTIL_ENABLED explicitly to true
5+
36
## v0.4.1 - August 31st 2021
47
* Updates dataproc workflow template to remove use of public initialization script
58
* Bumps dataproc version to 1.4

templates/tamr_config.yaml.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ TAMR_PERSISTENCE_DB_USER: ${tamr_sql_user}
6060
TAMR_ES_ENABLED: ${tamr_es_enabled}
6161
TAMR_REMOTE_ES_ENABLED: ${remote_es}
6262
TAMR_UNIFY_BACKUP_ES: ${tamr_es_enabled}
63+
TAMR_BACKUP_GSUTIL_ENABLED: true
6364
TAMR_ES_APIHOST: ${tamr_es_apihost}
6465
TAMR_ES_NETWORK_HOST: _site_
6566
%{ if tamr_es_user != "" }TAMR_ES_USER: ${tamr_es_user}%{ endif }

0 commit comments

Comments
 (0)