Stupid question... update matomo

is it better to do a unzip -o matomo.zip?

or
mv matomo/ _matomo/
unzip matomo.zip
cp custom files (config.ini.php and others)

thanks

Hi,

In the end it should not matter, but the first method means that files that were deleted in the never version stay where they are (and then are flagged by the integrity checker).

And if you use the second method you should maybe reorder it so that replacing matomo/ is the last step as otherwise you have a bit of downtime inbetween (if that matters for you).

1 Like