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

Installing GoogleAnalyticsImporter plugin #290

Closed
HanssenKai opened this issue Jun 13, 2022 · 2 comments
Closed

Installing GoogleAnalyticsImporter plugin #290

HanssenKai opened this issue Jun 13, 2022 · 2 comments

Comments

@HanssenKai
Copy link

Hi there. I'm trying to install the GoogleAnalyticsImporter from matomo marketplace. I've tried both 3.x and 4.x plugin versions.

Running matomo container tag 4.10.1.
Command:

php ./console plugin:activate GoogleAnalyticsImporter

Yields errors:
plugin 4.x:

GoogleAnalyticsImporter requires Matomo >=4.10.0-b1.

plugin 3.x:

GoogleAnalyticsImporter requires Piwik <4.0.0-b1

Is there a suggested workaround, or is there an updated container version in the pipelines?

@HanssenKai
Copy link
Author

Seems this might be related to #281, where mounting /var/www/html as a persistent volume means matomo stays on previous version (4,9 in my case), even after updating the image tag to 4.10.

Since

php ./console core:version

still returns

4.9.0

@HanssenKai
Copy link
Author

HanssenKai commented Jun 14, 2022

Worked with one commenters workaround (for others with mounted /var/www/html folder)

  1. Update container to new tag
  2. access matomo via web GUI
  3. Follow notification saying there is a new version of matomo available
  4. automatic upgrade

After which it was possible to exec into the pod, and import the plugin via php ./console in /var/www/html folder.

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

1 participant