diff --git a/cmd/database/database_restore.go b/cmd/database/database_restore.go index b5ea98ad..833706d8 100644 --- a/cmd/database/database_restore.go +++ b/cmd/database/database_restore.go @@ -44,6 +44,7 @@ var dbRestoreCmd = &cobra.Command{ config := &civogo.RestoreDatabaseRequest{ Software: db.Software, Backup: backup, + Region: client.Region, } _, err = client.RestoreDatabase(db.ID, config) if err != nil {