StatusCode: 500 Broken pipe @ io_writev - <STDOUT>

Infos:

  • Used Zammad version: 6.0
  • Browser + version: Brave

Expected behavior:

  • When trying to update a database by adding a new object or updating the databse after deleting an object, getting error StatusCode: 500
Broken pipe @ io_writev - <STDOUT>

Actual behavior:

  • The database should be updated with not problem

Please provide installation type and exact version. Thank you.

Installtion Type : Self hosted
Exact version: Zammad version 6.0.0-1688450469.7605c00a.jammy

Thank you. Can you please ensure that your database migrations are up to date by running the following if your issue still persists?:

systemctl stop zammad
zammad run rails r "Rails.cache.clear"
zammad run rake db:migrate
systemctl start zammad

Please also ensure that your database server meets our recommendations. Especially the max_connection part is crucial and may lead to issues with the web interface if it doesn’t.

https://docs.zammad.org/en/latest/appendix/configure-database-server.html

This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.