Unable to create new website, db issue

Hello,

We are currently unable to create new websites on our matomo instance. The following error occurs:

Mysqli prepare error: Unknown column ‘excluded_referrers’ in ‘field list’

Can this be caused by a prior update that did not finished properly? console core:update does not show anything that is missing.

We are using Matomo 4.13.0

Greetings,
Markus

The issue was that the following query was not executed when updating.

ALTER TABLE piwik_site ADD COLUMN excluded_referrers TEXT NOT NULL AFTER excluded_user_agents;

1 Like