Due to the number of issues reported in version 1.9.5, I am hesitant to proceed with the update. Could anyone advise if version 1.9.6 is stable and resolves those bugs? Additionally, can I upgrade directly from 1.8.1 to 1.9.6, or must I update to 1.9.0 first?
Summary
To update from version 1.8.1 to 1.9.6, you may encounter issues with Docker installations not passing `host.docker.internal` into the container. To resolve this, add a link to map the host IP to the container using `--add-host=host.docker.internal=<host_ip>`, ensuring that the host IP is not 127.0.0.1.
I have done the same path:
1.8.1 -> 1.9.0 (run migration with new web installer) -> 1.9.5 (run migration with new web installer) -> 1.9.6 (run migration with new web installer)
failed with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". Upgrading from 1.8.1 to 1.9.0