vincentbernat / haproxy-debian-repository-wizard

Web application to select the appropriate Debian repository for HAProxy
https://haproxy.debian.net
10 stars 7 forks source link

Upgrade to HAProxy-1.8 on Debian 9 uses wrong pkg name #9

Closed hulvei3 closed 6 years ago

hulvei3 commented 6 years ago

During an upgrade of HAP on a newly upgrade debian 9 system, I failed to run the final apt-get install cmd successfully after following the instructions.

apt-get install haproxy/stretch-hdn -t stretch-backports didn't work for me and resulted in E: Release 'stretch-hdn' for 'haproxy' was not found

After looking at this I tried just running apt-get install haproxy -t stretch-backports\*

This worked.

Not sure if it's my end that were inconsistent?

vincentbernat commented 6 years ago

Thanks for the notice! I have fixed this in e1855047000f. Use of stretch-backports\* was removed because it could install a too recent version (for example, if you want HAProxy 1.6).