pgcat: update postgres-3 IP to 10.100.1.83 (migrated to incus-kr2)

This commit is contained in:
kappa
2026-03-17 14:58:51 +09:00
parent 568fef5799
commit b26af88f7c

View File

@@ -62,5 +62,5 @@ data:
database = "nocodb"
servers = [
["10.100.3.185", 5432, "replica"],
["10.100.2.83", 5432, "replica"]
["10.100.1.83", 5432, "replica"]
]