I'm on the beta channel and on both systems it ran fine. On one I had to refresh the page during update.
curl -H 'Content-Type: application/json' -X POST -v 'http://USERNAME:PASSWORD@127.0.0.1/control/update'
curl --insecure -H 'Content-Type: application/json' -X POST -v 'https://USERNAME:PASSWORD@127.0.0.1:443/control/update'
Solution picked from Adguard bug thread:- SSH in your opnsense box- Send this command, change USERNAME:PASSWORD to your Login/Pass of Adguard- Specify port if you changed the default Code: [Select]curl -H 'Content-Type: application/json' -X POST -v 'http://USERNAME:PASSWORD@127.0.0.1/control/update'
Thanks for sharing! I tried https version, but i got this error:* Closing connection -1curl: (3) URL using bad/illegal format or missing URLI tried plain http:Ambiguous output redirect.
Quote from: NeoDragon on October 05, 2022, 09:20:34 pmSolution picked from Adguard bug thread:- SSH in your opnsense box- Send this command, change USERNAME:PASSWORD to your Login/Pass of Adguard- Specify port if you changed the default Code: [Select]curl -H 'Content-Type: application/json' -X POST -v 'http://USERNAME:PASSWORD@127.0.0.1/control/update'Can confirm this worked - but, in my case, I had to use the IP address of my AGH box on my LAN, localhost didn't work.Updated to .b17 successfully, no apparent loss of data. Thank you!
I updated the repo to include 0.107.15 ... you need to stop / start agh after update manually