Bluespice Update (free) 4.4.3 not working

Describe the issue / Steps to reproduce:
Update to 4.4.3 fail

Expected behavior:
Update should have success

What was the error message/error log?
Maria DB10 starting… FAILED

System info:

  • OS: debian, docker
  • BlueSpice version: BlueSpice free 4.4.1 to 4.4.3
1 Like

I have found the mistake:

In your config of bluespice-ssl.conf under /etc/nginx/sites-enabled is in the config a syntax mistake: the port “443” is missing

server
listen 443 ssl

it was:
server
listen ssl

This was the bug!

Hello md_esw,
thank you for your feedback. We will check this soon and correct it if necessary.

Is it by any chance possible that you built the image yourself from GitHub - hallowelt/docker-bluespice-free: BlueSpice Enterprise Wiki Free Edition for Docker builds. or did you just pull the image from the docker hub? In addition we have updated the docker image now and nginx ports can be changed on container start by just providing it env vars.

Thank you very much for your feedback.