我正在尝试设置一个进程,以便在crontab上运行,以使matomo保持最新。
我知道matomo的console
cli,但是core-update
选项说:
Triggers upgrades. Use it after Matomo core or any plugin files have been updated.
这是否意味着这个选项只更新数据库,而不是将matomo的核心文件升级到最新版本?
如果是这样的话,我怎样才能从命令行做到这一点呢?
提亚
发布于 2020-12-08 04:07:10
您需要先下载Matomo的最后一个版本,然后在您的matomo目录中提取/替换文件,然后才能运行console core:update
。
该命令将更新数据库,而不是核心文件。
https://stackoverflow.com/questions/53584141
复制相似问题