Since a 1.5 month I've got a Centos 7 VPS with DirectAdmin and a bunch of websites and forums. Before that the server was hosted on a Centos 5 VPS. DirectAdmin is a different install.
Since the server has moved to Centos 7, I've got a problem with a automatic backup. As soon as the backup hits MySQL it crashes on a table of 1.1 GB. This happens every saterday morning early. Connecting to mysql isn't possible anymore after that.
To make the server work i need to restart the mysql service, repair the table and again restart the mysql service.
So there are 2 possible options on what happens:
1) The backup does not get through the table and keeps trying. When i restart mysql service the table crashes. So the backup isn't finished.
2) The backup crashes on this table and keeps the database locked.
Now i really need to solve this as soon as possible. People are starting to make a fuss about it and are starting to point at me for breaking it.
I see 2 possible options how to solve this:
1) Stop the automatic backup which starts every friday to saterday morning early.
2) Find out why the server is crashing on mysql and solving this.
The first i tried and didn't succeed.
The second gives me the following information in the logs:
Excessive resource usage: mysql
Excessive resource usage: libstoragemgmt
But I can't find how to solve these messages.
Is there anyone who can help me with this?
Since the server has moved to Centos 7, I've got a problem with a automatic backup. As soon as the backup hits MySQL it crashes on a table of 1.1 GB. This happens every saterday morning early. Connecting to mysql isn't possible anymore after that.
To make the server work i need to restart the mysql service, repair the table and again restart the mysql service.
So there are 2 possible options on what happens:
1) The backup does not get through the table and keeps trying. When i restart mysql service the table crashes. So the backup isn't finished.
2) The backup crashes on this table and keeps the database locked.
Now i really need to solve this as soon as possible. People are starting to make a fuss about it and are starting to point at me for breaking it.
I see 2 possible options how to solve this:
1) Stop the automatic backup which starts every friday to saterday morning early.
2) Find out why the server is crashing on mysql and solving this.
The first i tried and didn't succeed.
The second gives me the following information in the logs:
Excessive resource usage: mysql
Excessive resource usage: libstoragemgmt
But I can't find how to solve these messages.
Is there anyone who can help me with this?