File tree Expand file tree Collapse file tree
servercfg/cfgdetails/testdata Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import (
4848// Version should have a new line that follows, else the formatter will fail the PR created by the release GH action
4949
5050const (
51- Version = "0.56.4 "
51+ Version = "0.56.7 "
5252
5353 DefUserName = "postres"
5454 DefUserEmail = "postgres@somewhere.com"
Original file line number Diff line number Diff line change @@ -54,4 +54,18 @@ PostgresReplicationConfig *cfgdetails.PostgresReplicationConfig 0.7.4 postgres_r
5454-PostgresPassword *string 0.7.4 postgres_password,omitempty
5555-PostgresDatabase *string 0.7.4 postgres_database,omitempty
5656-PostgresPort *int 0.7.4 postgres_port,omitempty
57- -SlotName *string 0.7.4 slot_name,omitempty
57+ -SlotName *string 0.7.4 slot_name,omitempty
58+ ClusterCfg *cfgdetails.DoltgresClusterConfig TBD cluster,omitempty
59+ -StandbyRemotes []cfgdetails.DoltgresStandbyRemoteConfig 0.0.0 standby_remotes
60+ --Name string 0.0.0 name
61+ --RemoteURLTemplate string 0.0.0 remote_url_template
62+ -BootstrapRole string 0.0.0 bootstrap_role
63+ -BootstrapEpoch int 0.0.0 bootstrap_epoch
64+ -RemotesAPI cfgdetails.DoltgresClusterRemotesAPIConfig 0.0.0 remotesapi
65+ --Addr string 0.0.0 address
66+ --Port int 0.0.0 port
67+ --TLSKey string 0.0.0 tls_key
68+ --TLSCert string 0.0.0 tls_cert
69+ --TLSCA string 0.0.0 tls_ca
70+ --URLMatches []string 0.0.0 server_name_urls
71+ --DNSMatches []string 0.0.0 server_name_dns
You can’t perform that action at this time.
0 commit comments