Skip to content

Commit

Permalink
Merge pull request #5481 from planetscale/morgo-fix-etcd34
Browse files Browse the repository at this point in the history
Added etcd 3.4 support
  • Loading branch information
sougou authored Dec 1, 2019
2 parents 3a391b7 + 83560a5 commit e8f9f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/local/etcd-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export ETCDCTL_API=2
# shellcheck disable=SC1091
source "${script_root}/env.sh"

etcd --data-dir "${VTDATAROOT}/etcd/" --listen-client-urls "http://${ETCD_SERVER}" --advertise-client-urls "http://${ETCD_SERVER}" > "${VTDATAROOT}"/tmp/etcd.out 2>&1 &
etcd --enable-v2=true --data-dir "${VTDATAROOT}/etcd/" --listen-client-urls "http://${ETCD_SERVER}" --advertise-client-urls "http://${ETCD_SERVER}" > "${VTDATAROOT}"/tmp/etcd.out 2>&1 &
PID=$!
echo $PID > "${VTDATAROOT}/tmp/etcd.pid"
sleep 5
Expand Down

0 comments on commit e8f9f88

Please sign in to comment.