Docker
You can upgrade HAProxy Enterprise to version 1.5r2 as a Docker container.
Upgrade to HAProxy Enterprise 1.5r2
The following upgrade procedure installs a new major version of HAProxy Enterprise.
-
Log into the hapee-registry.haproxy.com Docker registry, using the key you were given when you registered as the username and password.
$ sudo docker login https://hapee-registry.haproxy.com
-
Pull the HAProxy Enterprise image.
$ sudo docker pull hapee-registry.haproxy.com/haproxy-enterprise:1.5r2
Create an HAProxy Enterprise configuration file (i.e. hapee-lb.cfg) that defines your load balancer settings.
-
Stop and remove any previously running HAProxy Enterprise containers:
$ sudo docker stop <OLD CONTAINER NAME> $ sudo docker rm <OLD CONTAINER NAME>
-
Start the new Docker container, referencing the directory containing your configuration file as a volume by using the
-v
flag.$ sudo docker run \ --name hapee-1.5 \ -d \ -p 80:80 \ -p 443:443 \ -p 5555:5555 \ -v $(pwd):/etc/hapee-1.5 \ --restart=unless-stopped \ hapee-registry.haproxy.com/haproxy-enterprise:1.5r2
Next up
Community to Enterprise