You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Docker image. After upgrade the image to the latest version and upgrade my container, this one does not up anymore... I can not access to the bash neither.
Seriously, I will stop to upgrade my instance because each time I have this kind of surprise:
rsync: chgrp "/bitnami/matomo/plugins/VisitorInterest" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/VisitorInterest/Columns" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/VisitorInterest/Reports" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/VisitorInterest/config" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/VisitorInterest/lang" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/VisitsSummary" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/VisitsSummary/Reports" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/VisitsSummary/Widgets" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/VisitsSummary/config" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/VisitsSummary/lang" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/VisitsSummary/stylesheets" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/VisitsSummary/templates" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/WebsiteMeasurable" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/WebsiteMeasurable/Settings" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/WebsiteMeasurable/config" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/WebsiteMeasurable/lang" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/Widgetize" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/Widgetize/angularjs" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/Widgetize/angularjs/export-widget" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/Widgetize/angularjs/widget-preview" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/Widgetize/config" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/Widgetize/lang" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/Widgetize/stylesheets" failed: Operation not permitted (1)
rsync: chgrp "/bitnami/matomo/plugins/Widgetize/templates" failed: Operation not permitted (1)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]
After the first reboot, I had permissions issues, so I tried to overwrite the plugins folder chmod -R 777 /bitnami/matomo/plugins. That remove the access denied but now, I don't know what I have to do with Operation not permitted
Any idea ?
The text was updated successfully, but these errors were encountered:
The Bitnami Matomo docker images are not maintained by the Matomo team and completly unrelated from Matomo (apart of course from the fact that they contain the Matomo software):
If you encounter issues with them, I'd recommend you to report them to the bitnami team so they can fix it: https://github.com/bitnami/bitnami-docker-matomo/
I'm using the Docker image. After upgrade the image to the latest version and upgrade my container, this one does not up anymore... I can not access to the bash neither.
Seriously, I will stop to upgrade my instance because each time I have this kind of surprise:
After the first reboot, I had permissions issues, so I tried to overwrite the plugins folder
chmod -R 777 /bitnami/matomo/plugins
. That remove the access denied but now, I don't know what I have to do with Operation not permittedAny idea ?
The text was updated successfully, but these errors were encountered: