Stephane VAROQUI

Results 216 comments of Stephane VAROQUI

Hi Ahmad, thanks that would be nice. In the 2.3.11 you can switchover to a given slave, but i did not do the API call to change prefered and ignored...

HI many thanks for the reminder i will look at it this month

Well good try looks good to me .. i will review , if you wan't to try it yourself you need to compile go code with make pro or make...

From the review you added code in the cluster_api.go where it should more go inside server_api as this is action done on a given db server , also there is...

Peter excellent catch this for sure must be remove from every endpoint

Guys please we may break many features here, please try to encrypt all your passwords in config file with the keygen et password parameter report again if any clear credential...

The DSN may be an issue , a possible solution would be not to send direct memory structure but more the serialization on disk that we already take good care...

See the code in config.go ``` func (conf *Config) DecryptSecretsFromConfig() { conf.Secrets = map[string]Secret{ "api-credentials": {"", ""}, "api-credentials-external": {"", ""}, "db-servers-credential": {"", ""}, "monitoring-write-heartbeat-credential": {"", ""}, "onpremise-ssh-credential": {"", ""}, "replication-credential":...

Yes we are for sure going to fixe this in next release , it is hard to modify the network payload to be different from the disk payload, we are...