Skip to content

Commit

Permalink
[matomo] don't run archiving while we make backups
Browse files Browse the repository at this point in the history
The matomo archive process changes the table definitions, which breaks out backup process. To ensure there is a backup for each day, don't run the archiving process when we do backups.
  • Loading branch information
luto authored Apr 1, 2022
1 parent e208f2b commit 3383024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/guide_matomo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ and enter with your url (more configuration-details about :manual:`cron <daemons

.. code-block::
5 * * * * /usr/bin/php /home/$USER/html/matomo/console core:archive --url=https://isabell.uber.space/ > /dev/null
# run matomo archiving outside of mysql backup hours
5 6-23,0-2 * * * /usr/bin/php /home/$USER/html/matomo/console core:archive --url=https://isabell.uber.space/ > /dev/null
Tracking
Expand Down

0 comments on commit 3383024

Please sign in to comment.