Skip to content

Commit

Permalink
[terraform] deploy backup 0.5.0 to prod
Browse files Browse the repository at this point in the history
Summary:
Deploy the work tracked as part of [ENG-9644](https://linear.app/comm/issue/ENG-9644/backup-service-backup-client-work-for-a-minimal-version-of-backup).

Changes are diffs from the stack starting with D13803.

Backup images are [here](https://hub.docker.com/r/commapp/backup-server/tags)

Git tag [link](https://github.com/CommE2E/comm/tree/backup-v0.5.0).

The staging deploy was on Nov 7, so it's been less than a week. However, the Backup service is not used on production at all, so I'm publishing this diff ahead of time.

Test Plan: terraform plan

Reviewers: bartek, varun

Reviewed By: bartek

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D13904
  • Loading branch information
xsanm committed Nov 13, 2024
1 parent 6e24824 commit 54cc6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/terraform/remote/service_backup.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
backup_service_image_tag = local.is_staging ? "0.5.0-staging" : "0.4.3"
backup_service_image_tag = local.is_staging ? "0.5.0-staging" : "0.5.0"
backup_service_container_name = "backup-service-server"
backup_service_server_image = "commapp/backup-server:${local.backup_service_image_tag}"
backup_service_domain_name = "backup.${local.root_domain}"
Expand Down

0 comments on commit 54cc6a8

Please sign in to comment.