CB Update request error

webgonet

New member
Joined
Mar 10, 2026
Messages
1
Hi!

After the latest CB update via CLI [ da build update_versions ] - now I got this:

MySQL 8.4.8 to 8.0.45 update is available.

which basically is asking me to update to a lower version.

Is it something that I should ignore [ or not ] , and if the later is the case, how can/should be fixed?

Any advice, would be greatly appreviated.

Thank You.
 
That's bad, Retail License should allow to get update to latest version.
Maybe create support ticket ?
 
You probably selected this version as custom version in custombuild > versions.
 
MySQL 8.4.8 to 8.0.45 update is available.

You probably switched from 8.4 to 8.0. The both branches are supported by DA:

Code:
mysql8.0:8.0.45:
mysql8.4:8.4.8:

Check what you have:

Bash:
grep ^mysql= /usr/local/directadmin/custombuild/options.conf

and then you might try again:

Bash:
da build set mysql 8.4
da build mysql
 
Back
Top