Skip to content

Commit de7dc64

Browse files
committed
Update DoltgreSQL version to 0.56.7
1 parent f390385 commit de7dc64

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5050
const (
51-
Version = "0.56.4"
51+
Version = "0.56.7"
5252

5353
DefUserName = "postres"
5454
DefUserEmail = "postgres@somewhere.com"

servercfg/cfgdetails/testdata/minver_validation.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)