Ansicht von 1 Antwort-Thema
Ansicht von 1 Antwort-Thema
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.
Schlagwörter: Docker, MariaDB, max_allowed_packet
Hi all
We have some old OTRS systems and we plan to migrate to Otobo. On those OTRS machines, the databases are rather large (16GB+). Therefore, we have set –max_allowed_packet=2G. Docker inspect otobo_db_1 gives me this
“Args”: [
“–max-allowed-packet=68157440”,
…
Is there an easy way to change this?
Hi Roy,
max_allowed packet is set via the command line when starting the database server. You can adapt the settings in the file docker-compose/otobo-base.yml in your checked out docker-compose repository. After the change you must restart the database with docker-compose restart db
(untested).
Note that MariaDB supports packages only up to 1GB, see https://mariadb.com/docs/reference/es/system-variables/max_allowed_packet/ .
Best regards,
Bernhard
OTOBO | Empower Service Excellence to Make People Smile.
Die Source Code Owner und Maintainer hinter OTOBO.
Service Management-Plattform
OTOBO Demo
OTOBO Download
OTOBO Dokumentation
Security-Problem melden:
security@otobo.org