This commit is contained in:
Yatsishin Ilya 2021-04-13 14:27:52 +03:00
parent e4d1ea846c
commit fb1e2c9006

View File

@ -1657,7 +1657,7 @@ class ClickHouseInstance:
"UserName": "postgres", "UserName": "postgres",
"Password": "mysecretpassword", "Password": "mysecretpassword",
"Port": str(self.cluster.postgres_port), "Port": str(self.cluster.postgres_port),
"Servername": self.cluster.postgres_ip, "Servername": self.cluster.postgres_host,
"Protocol": "9.3", "Protocol": "9.3",
"ReadOnly": "No", "ReadOnly": "No",
"RowVersioning": "No", "RowVersioning": "No",