We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5885a7a + 6ace4cf commit a479f78Copy full SHA for a479f78
cmd/database/database_restore.go
@@ -44,6 +44,7 @@ var dbRestoreCmd = &cobra.Command{
44
config := &civogo.RestoreDatabaseRequest{
45
Software: db.Software,
46
Backup: backup,
47
+ Region: client.Region,
48
}
49
_, err = client.RestoreDatabase(db.ID, config)
50
if err != nil {
0 commit comments