Hey guys migrated from 5 to 6 and now getting following error on doing backup.
What can be the issue. before it was working fine.
mysqldump: Error 2013: Lost connection to server during query when dumping table `package_repository` at row: 1
otrs/znuny backup issue
Moderator: crythias
-
- Znuny newbie
- Posts: 68
- Joined: 20 Sep 2022, 13:59
- Znuny Version: Znuny 6.5 LTS
- Real Name: BP Singh
-
- Znuny newbie
- Posts: 44
- Joined: 26 Jan 2012, 16:04
- Znuny Version: 6.4
- Real Name: José Ribeiro
- Company: Service Up - Consultoria ITSM
- Contact:
Re: otrs/znuny backup issue
adjust the max_allowed_packet parameter
-
- Znuny newbie
- Posts: 68
- Joined: 20 Sep 2022, 13:59
- Znuny Version: Znuny 6.5 LTS
- Real Name: BP Singh
Re: otrs/znuny backup issue
Thank you for getting back. It's already set to 1024M
-
- Znuny superhero
- Posts: 914
- Joined: 15 Dec 2016, 15:13
- Znuny Version: All
- Real Name: Emin
- Company: Efflux GmbH
- Contact:
Re: otrs/znuny backup issue
Hey,
Is it set in the [mysqldump] or [mysqld] block?
You can also set it manually by adding the “--max_allowed_packet=512M” parameter to the mysqldump command.
— Emin
Is it set in the [mysqldump] or [mysqld] block?
You can also set it manually by adding the “--max_allowed_packet=512M” parameter to the mysqldump command.
— Emin
Professional Znuny and OTRS services: efflux.de | efflux.de/en/
Free and premium add-ons: German | English
Free and premium add-ons: German | English
-
- Znuny newbie
- Posts: 68
- Joined: 20 Sep 2022, 13:59
- Znuny Version: Znuny 6.5 LTS
- Real Name: BP Singh
Re: otrs/znuny backup issue
We were setting for mysqld.
Further did RnD and we further set it for mysqldump specifically and it solved the issue.
Just checked your response here and you also suggested the same.
Thank you so much.
Further did RnD and we further set it for mysqldump specifically and it solved the issue.
Just checked your response here and you also suggested the same.
Thank you so much.