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.
1 parent bd817d0 commit bfa0e26Copy full SHA for bfa0e26
src/baas/postgresql/index.js
@@ -42,7 +42,7 @@ class Postgresql {
42
43
let dbDetail = await getDbInstanceDetail(this.capi, dBInstanceName)
44
45
- if (dbDetail && dbDetail.DBInstanceName) {
+ if (dbDetail && dbDetail.DBInstanceName && dbDetail.Zone === zone) {
46
const publicAccess = getDbExtranetAccess(dbDetail.DBInstanceNetInfo)
47
// exist and public access config different, update db instance
48
if (publicAccess !== extranetAccess) {
0 commit comments