db/ dists/ pool/ repository.gpg
As of version 4.0.0, the Debian package building has been reviewed. To avoid any surprise in automatic update, the codename repository as been changed from piwik
to matomo
. You are adviced to test your destination package version manually by downloading it from pool/main/m/matomo
and then dpkg -i matomo-x.x.x.deb
. If it looks good to you or you understand the risk you take, you can change your "apt" settings as describe under.
Warnings: You may observe segmentation faults during the Matomo DB upgrade. So, be sure to have a DB backup. Reasons can be:
core:update
wget https://debian.matomo.org/repository.gpg -qO matomo-repository.gpg
sha256sum --binary matomo-repository.gpgThe value returned should be
0d7c880f6c838bba2d02817dcacfc97fc538b1ebcdb41c3106595265c0d371d4
sudo mv matomo-repository.gpg /usr/share/keyrings/matomo-archive-keyring.gpg
/etc/apt/sources.list.d/matomo.list
deb [signed-by=/usr/share/keyrings/matomo-archive-keyring.gpg] http://debian.matomo.org/ matomo main deb-src [signed-by=/usr/share/keyrings/matomo-archive-keyring.gpg] http://debian.matomo.org/ matomo mainAlternatively, you may want to use the https. To do so, add the following lines instead
deb [signed-by=/usr/share/keyrings/matomo-archive-keyring.gpg] https://debian.matomo.org/ matomo main deb-src [signed-by=/usr/share/keyrings/matomo-archive-keyring.gpg] https://debian.matomo.org/ matomo main
sudo apt-get update
sudo apt-get install matomo
/etc/matomo/
/etc/cron.d/matomo