Amauri
New Pleskian
- Server operating system version
- AlmaLinux 8.10
- Plesk version and microupdate number
- 18.0.69
Hi
I have 40 seconds of downtime each day at the exact moment Plesk generate a backup.
The database is heavy and a 500 error is triggered.
I asked ChatGTP and he suggest adding this configuration file.
All the tables of the big website are InnoDB.
Not all of the others websites.
Is it safe ? I'm not expert on this point and I prefer human review
Thanks!
I have 40 seconds of downtime each day at the exact moment Plesk generate a backup.
The database is heavy and a 500 error is triggered.
I asked ChatGTP and he suggest adding this configuration file.
/etc/psa/dump.d/01-custom-my.cnf
Code:
[mysqldump]
single-transaction
quick
lock-tables = false
All the tables of the big website are InnoDB.
Not all of the others websites.
Is it safe ? I'm not expert on this point and I prefer human review
Thanks!