mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 15:21:02 +00:00
drop [postgres] config stanza
This might be breaking CI now that the postgres wire protocol support has been dropped.
This commit is contained in:
parent
2052bb01d8
commit
790d1bf3dc
1 changed files with 1 additions and 7 deletions
|
|
@ -93,9 +93,6 @@ max-map-count=900000
|
|||
|
||||
long-query-time = "10s"
|
||||
|
||||
[postgres]
|
||||
bind = "localhost:55432"
|
||||
|
||||
[cluster]
|
||||
name = "${DEPLOYED_CLUSTER_PREFIX}"
|
||||
replicas = ${DEPLOYED_CLUSTER_REPLICA_COUNT}
|
||||
|
|
@ -151,9 +148,6 @@ max-map-count=900000
|
|||
|
||||
long-query-time = "10s"
|
||||
|
||||
[postgres]
|
||||
bind = "localhost:55432"
|
||||
|
||||
[cluster]
|
||||
name = "${DEPLOYED_CLUSTER_PREFIX}"
|
||||
replicas = ${DEPLOYED_CLUSTER_REPLICA_COUNT}
|
||||
|
|
@ -637,4 +631,4 @@ setupConsumerNode(){
|
|||
ssh -A -i ~/.ssh/gitlab-featurebase-ci.pem -o StrictHostKeyChecking=no ec2-user@${IP} "chmod ugo+x /home/ec2-user/${KAFKA_STATIC}"
|
||||
ssh -A -i ~/.ssh/gitlab-featurebase-ci.pem -o StrictHostKeyChecking=no ec2-user@${IP} "sudo yum install jq htop tmux nc -y"
|
||||
setupDatadog $IP "ingest" $BRANCH_NAME
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue