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
When I try to run the archive command manually (from inside the cron container), I get the following error:
root@bfa28b94d1c0:/var/www/html# su www-data -c "/usr/local/bin/php /var/www/html/console core:archive"This account is currently not available.
Cause group www-data does not exists in the container.
When I launch the command as root, I have a network error, even if I specify the piwik URL as it is documented as "required".
root@bfa28b94d1c0:/var/www/html# /usr/local/bin/php /var/www/html/console core:archive --url=http://piwik.mydomain.com [Zend_Db_Adapter_Exception] SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known [PDOException] SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known
Both piwik.mydomain.com and piwik.org pings are OK.
Any help appreciated!
The text was updated successfully, but these errors were encountered:
Thanks for this good docker configuration.
However, I have some issue with the crontab job.
Cause group www-data does not exists in the container.
Both piwik.mydomain.com and piwik.org pings are OK.
Any help appreciated!
The text was updated successfully, but these errors were encountered: