@j12t wrote:
I’m attempting to bring Matomo to UBOS. This requires me to fully install and configure Matomo from scripts. I realize I’m not the first one attempting to do that without an official
console core:install
commandBasically, this is what I’m doing, The relevant script fragments are here:
- Dump all the files into DocumentRoot
- Provision a database
- Generate the config file, parameterized with the database parameters (see
generate-config.pl
)- Initialize the database (see
init-db.pl
, which is a simplified version of nebev’s script at nebev/piwik-cli-setup/master/install.php on Github – as a new user apparently I don’t get to link there)- Upgrading the database (basically running
console core:update --yes
)This all sort of seems to work, but I end up with only some of the apparently needed database tables. Specifically, I am missing:
- matomo_privacy_logdata_anonymizations
- matomo_report
- matomo_report_subscriptions
- matomo_segment
- matomo_user_dashboard
- matomo_user_language
I suspect that only some of the upgrade scripts are running. Any hints what steps I might be missing to get those tables?
Posts: 1
Participants: 1