Disable mysql from custombuild update

samuelmf

Verified User
Joined
Jul 30, 2021
Messages
176
Hi guys, i want to disable mysql from get updated from Custombuild update software section, i just want to use Update all button instead update one by one, avoiding mysql.
Is that possible?
 
Ty @zEitEr it worked like charm, and in case i need to include it again i must set it to yes, right?
Is possible to upgrade mysql manually?
 
Last edited:
Ty @zEitEr it worked like charm, and in case i need to include it again i must set it to yes, right?

No.

Bash:
[root@poralix ~]# da build opt_help | grep mysql_inst
mysql_inst: mysql, mariadb, no. Current value: no. Default value: mariadb.
[root@poralix ~]#

Is possible to upgrade mysql manually?

Yes, it is. With certain restrictions of course if you run a legacy DA license.
 
You can also add a line for mysql with your current version in /usr/local/directadmin/custombuild/custom_versions.txt which will prevent updates to newer versions from happening until you either remove the line, or update it with a newer version.
 
Yeah, I’d avoid disabling MySQL entirely unless you’re sure none of the services rely on it. A safer approach is to adjust the CustomBuild options so it doesn’t rebuild or update MySQL, while leaving the rest of the update process intact. That way you’re less likely to run into dependency issues later.
 
Back
Top