Closed andrewleech closed 1 year ago
I was setting up a new installation based on the docker-compose configuration as per: https://icinga.com/blog/2020/08/06/docker-compose-icinga and https://github.com/lippserd/docker-compose-icinga
Icingaweb fails to start with the docker logs:
ERROR: RuntimeException in /usr/share/icingaweb2/library/Icinga/Util/File.php:39 with message: SplFileObject::__construct(/usr/share/icingaweb2/etc/schema/mysql.schema.sql): failed to open stream: No such file or directory
I found the same issue reported in: https://community.icinga.com/t/sorry-failed-to-set-up-icinga-web-2-successfully/2448/13
Updating the docker-compose yaml to pin to 2.11.3 has worked around this issue for me currently.
Fixed by #108
I was setting up a new installation based on the docker-compose configuration as per: https://icinga.com/blog/2020/08/06/docker-compose-icinga and https://github.com/lippserd/docker-compose-icinga
Icingaweb fails to start with the docker logs:
I found the same issue reported in: https://community.icinga.com/t/sorry-failed-to-set-up-icinga-web-2-successfully/2448/13
Updating the docker-compose yaml to pin to 2.11.3 has worked around this issue for me currently.