-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requesting a document that explains how to update Matomo app running on container images #375
Comments
Hi @adelca. Thank you for the suggestion on more documentation. |
Hi @michalkleiner thanks for replying. Can I do this in an init container (I am running Matomo in a kubernetes pod), before Matomo is running, or I need to exec it while Matomo app is running? I still think a specific doc for docker containers (and Kubernetes maybe) would be of great help to many other people. |
When you say "Matomo is running", what exactly do you mean? It's a stateless web application, so it's not running per se. It's responding to requests and returns markup or API responses. As long as you can access the CLI and Matomo can access the database and respond to requests, you can run the console command. |
Hi, can you provide a document that describes how to update a Matomo app running on a container image?
My particular case: I am running Matomo fpm-alpine on an EKS cluster + RDS.
I went from
matomo:5.1.2-fpm-alpine
tomatomo:5.2.2-fpm-alpine
and the UI still requested me to click on the update button.There is no documentation about how to update a Matomo container using a new image, the closest I could find is this:
https://matomo.org/faq/on-premise/update-matomo/
Imho, his does not make sense, it says it will download new files which we dont need because I already updated the image.
Also, please consider automation/scripting ways of doing it, having to click on a button after updating Matomo docker image breaks CI/CD concept.
The text was updated successfully, but these errors were encountered: