Error after latest update

  • Used Zammad version: 6.4
  • Used Zammad installation type: package
  • Operating system: ubuntu 20
  • Browser + version: all

Expected behavior:

  • Creating or updating a ticket

Actual behavior:

  • Mysql2::Error: Unknown column ‘references’ in ‘field list’ error appear

Steps to reproduce the behavior:

Hi everyone after doing apt update zammad i have error when i try to update or create ticket

Mysql2::Error: Unknown column ‘references’ in ‘field list’

i guess the db didnt update correctly

i tryed

rake db:migrate

rake assets:precompile

This second commande gives me an error

Building with Vite :zap:
vite v5.1.4 building for development…
node:internal/process/promises:391
triggerUncaughtException(err, true /* fromPromise */);
^

[Failed to load PostCSS config: Failed to load PostCSS config (searchPath: /opt/zammad/app/frontend): [Error] Cannot find module ‘@tailwindcss/container-queries’
Require stack:

  • /opt/zammad/app/frontend/apps/desktop/styles/tailwind.desktop.js
  • /opt/zammad/app/frontend/build/multipleTailwindConfigPlugin.js
  • /opt/zammad/postcss.config.js
    Error: Cannot find module ‘@tailwindcss/container-queries’
    Require stack:
  • /opt/zammad/app/frontend/apps/desktop/styles/tailwind.desktop.js
  • /opt/zammad/app/frontend/build/multipleTailwindConfigPlugin.js
  • /opt/zammad/postcss.config.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
    at Module._load (node:internal/modules/cjs/loader:1051:27)
    at Module.require (node:internal/modules/cjs/loader:1311:19)
    at require (node:internal/modules/helpers:179:18)
    at Object. (/opt/zammad/app/frontend/apps/desktop/styles/tailwind.desktop.js:7:34)
    at Module._compile (node:internal/modules/cjs/loader:1469:14)
    at Module._extensions…js (node:internal/modules/cjs/loader:1548:10)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Module._load (node:internal/modules/cjs/loader:1104:12)
    at Module.require (node:internal/modules/cjs/loader:1311:19)
    at require (node:internal/modules/helpers:179:18)
    at Object. (/opt/zammad/app/frontend/build/multipleTailwindConfigPlugin.js:7:23)
    at Module._compile (node:internal/modules/cjs/loader:1469:14)
    at Module._extensions…js (node:internal/modules/cjs/loader:1548:10)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Module._load (node:internal/modules/cjs/loader:1104:12)] {
    code: ‘MODULE_NOT_FOUND’,
    requireStack: [
    ‘/opt/zammad/app/frontend/apps/desktop/styles/tailwind.desktop.js’,
    ‘/opt/zammad/app/frontend/build/multipleTailwindConfigPlugin.js’,
    ‘/opt/zammad/postcss.config.js’
    ]
    }

Node.js v20.18.0

pid 129092 exit 1
Build with Vite failed! :x:

Found solution by reinstalling Zammad with apt

Thanks everyone