summarylogtreecommitdiffstats
path: root/etcd.install
blob: 7135a35d12b14f25e031daf2fe736eaef45c651c (plain)
1
2
3
4
5
6
7
8
ETCD_DATA_DIR="/var/lib/etcd"

pre_upgrade() {
cat << EOF
To upgrade an existing etcd deployment please read the docs located at:
  https://etcd.io/docs/v3.5/upgrades/
EOF
}