Skip to content

Commit

Permalink
Add PRIMARY_REGION to barman
Browse files Browse the repository at this point in the history
  • Loading branch information
lubien committed May 18, 2023
1 parent 6abc9b6 commit d1f5385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/command/postgres/barman.go
Expand Up @@ -114,7 +114,8 @@ func runBarmanCreate(ctx context.Context) error {
machineConfig := api.MachineConfig{}

machineConfig.Env = map[string]string{
"IS_BARMAN": "true",
"IS_BARMAN": "true",
"PRIMARY_REGION": region.Code,
}

// Set VM resources
Expand Down

0 comments on commit d1f5385

Please sign in to comment.