From 994ecab48c44b4340bc700f339307887a3a3c52f Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Fri, 4 Oct 2024 11:46:17 +0100 Subject: [PATCH] Enable the DB restore workflow for production It was disabled for the DR test, but it is required in case of an incident --- .github/workflows/postgres-restore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postgres-restore.yml b/.github/workflows/postgres-restore.yml index eda9966bcb..f3083b9fc1 100644 --- a/.github/workflows/postgres-restore.yml +++ b/.github/workflows/postgres-restore.yml @@ -10,7 +10,7 @@ on: type: choice options: - test -# - production + - production confirm-production: description: Must be set to true if restoring production required: true