Skip to content

Commit

Permalink
preproduction database restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Nov 1, 2024
1 parent a5ee41c commit a62d224
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/database-ptr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
type: choice
options:
- test
- preproduction
- production
confirm-production:
description: Must be set to true if restoring production
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/database-restore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
options:
- development
- test
- preproduction
- production
confirm-production:
description: Must be set to true if restoring production
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
type: choice
options:
- test
- preproduction
- production
backup-file:
description: |
Expand Down
6 changes: 6 additions & 0 deletions global_config/preproduction.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CONFIG=preproduction
ENVIRONMENT=preprod
CONFIG_SHORT=pp
AZURE_SUBSCRIPTION=s189-teacher-services-cloud-test
AZURE_RESOURCE_PREFIX=s189t01
KV_PURGE_PROTECTION=false

0 comments on commit a62d224

Please sign in to comment.