Skip to content
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

Auto restart matomo service without having to click through the 8 easy steps #234

Closed
bryaneadams opened this issue Feb 5, 2021 · 4 comments

Comments

@bryaneadams
Copy link

I have deployed Matomo with a mariaDB in a kubernetes environment. I have set the environment variables for the database and user, but when the pod restarts I still have to click through the 8 easy steps (but I do not have to enter the information) to restart the service. Is there a flag I can set which auto restarts the service, maintains the data already present in the mariaDB, and I don't have to go through clicking the "next" buttons?

@davic80
Copy link

davic80 commented Mar 3, 2021

for me works commenting the command taht cap to 64MB the max allowed packet:
#command: --max-allowed-packet=64MB

using a raspberry pi mariadb image:
image: ghcr.io/linuxserver/mariadb
container_name: mariadb

@jinnatar
Copy link

Any update on this? The DB config story is really bad today since instead of the env variables actually populating a config, they just pre-fill the wizard. Ergo if an instance restarts for any reason (which in orchestration is a normal thing) then the next user visiting gets the wizard even though all the DB details are known and the database contents have persisted.

@echantigny
Copy link

Just ran into the exact same issue here. Database env variables should be used to check if the install was already made without restarting the install process.

@J0WI
Copy link
Collaborator

J0WI commented Nov 26, 2022

There is currently no way to do this from cli: matomo-org/matomo#10257

@J0WI J0WI closed this as completed Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants