appsignal / appsignal-nodejs

🟩 AppSignal for Node.js
https://www.appsignal.com/nodejs/
MIT License
28 stars 9 forks source link

Fix MySQL Docker container in Koa test app #1046

Closed tombruijn closed 4 months ago

tombruijn commented 4 months ago

The MySQL database container failed to start. It failed with this error:

unknown variable 'default-authentication-plugin=mysql_native_password'.

Removing the config seems to work.

I also locked the image to a more specific version so this kind of issue doesn't happen again on unplanned image upgrades.

Locally you might need to prune the local volumes. For me it wouldn't start until I did, complaining about the database needing to be upgraded before it could start.

[skip changeset]