OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: ikkeT on August 04, 2018, 12:12:13 am

Title: Fixed now: Warning: upgrade to 18.7 breaks HAProxy
Post by: ikkeT on August 04, 2018, 12:12:13 am
Hi,

I just upgraded to 18.7 from the prior latest version. Now I've lost all my websites behind HAproxy. Postpone the update if you care about HAproxy. Unfortunately I am only with mobile, so I can't debug much. Rules have lost their names for example in frontend definitions, just uuids. Perhaps some broken config conversion.

I'll update after I get back to keyboard.

I took config backup before update. Can I try restoring it to the 18.7 box?
Title: Re: Warning: upgrade to 18.7 breaks HAProxy
Post by: ikkeT on August 04, 2018, 01:13:58 am
Some of this was caused by dnsmasq getting broken at upgrade. One needs to change interfaces:ALL option yo LAN, as described in other posts. Still the gui at least is broken for HAproxy, listing rules as uuids in server configs.
Title: Re: Warning: upgrade to 18.7 breaks HAProxy
Post by: ikkeT on August 04, 2018, 01:17:30 am
Here's screenshot(https://uploads.tapatalk-cdn.com/20180803/e3f842f818b728f245cbad188fd0b4fc.jpg)
Title: Re: Warning: upgrade to 18.7 breaks HAProxy
Post by: guest18661 on August 05, 2018, 08:31:07 pm
I ended up reverting to the the previous release. I have HAProxy and Let's Encrypt running together and 18.7 was proving to be quite problematic.

Luckily I am running on Proxmox so before I attempt another upgrade I will spin up a clone and upgrade it to make sure everything is working. I did not expect to have as much difficulty with the upgrade as I did. I'll be more careful next time.
Title: Re: Warning: upgrade to 18.7 breaks HAProxy
Post by: ikkeT on August 08, 2018, 08:36:55 am
BTW, this is being handled in issue: https://github.com/opnsense/plugins/issues/769

So if anyone has ideas, please put them there.
Title: Re: Warning: upgrade to 18.7 breaks HAProxy
Post by: ikkeT on August 08, 2018, 08:39:25 am
And an update, I was wrong that rules get lost. They all work in underlaying system, it's just the GUI that fails to show them properly.

So the system keeps running, but it's not possible to change or make sense of anything via GUI.
Title: Re: Warning: upgrade to 18.7 breaks HAProxy
Post by: franco on August 08, 2018, 08:45:18 pm
Some progress. Labels are not propagated to the tonkenize element, fix pending. :)


Cheers,
Franco
Title: Re: Warning: upgrade to 18.7 breaks HAProxy
Post by: ikkeT on August 10, 2018, 08:53:58 am
Just want to thank the developers and confirm that the patches made in issue fixes the problem. Great work!

https://github.com/opnsense/plugins/issues/769

If you can't wait for the update, here are the patch apply commands:
opnsense-patch 6e759fb
opnsense-patch 31e3f7
Title: Re: Warning: upgrade to 18.7 breaks HAProxy
Post by: alesnav on August 12, 2018, 01:21:09 pm
Just want to thank the developers and confirm that the patches made in issue fixes the problem. Great work!

https://github.com/opnsense/plugins/issues/769

If you can't wait for the update, here are the patch apply commands:
opnsense-patch 6e759fb
opnsense-patch 31e3f7

After applying these patches, multiselect boxes are fixed, but there are other problems/bugs yet.

The applied rules are not shown, but they are still applied. Same effect with the certificate in use, but in this case it is not shown in the dropdown. "Listen addresses" box is blank, too, but the background configuration is fine for this option.

I don't know if these bugs are solved in the new 18.7.1, too, but it would be nice :)

Thanks!