DirectAdmin 1.62.9 RC

Hmmm...For some reason, DA is downgrading the beta version to the non-beta version every morning. I have all the auto-update options set to 'no' in options.conf. How else can we stop these updates?

Code:
[root@srv1 directadmin]# /usr/local/directadmin/directadmin c | grep -i version=1.
version=1.62.9
-
[root@srv1 custombuild]# ./build versions
Latest version of DirectAdmin: 1.62.9 build 2554f9e1c89df8e252914bc50dd78d8e3aed1025
Installed version of DirectAdmin: 1.62.8 build 92e0314341445a46e5f4b87e587d0e1e526f3b47

DirectAdmin 1.62.9 build 92e0314341445a46e5f4b87e587d0e1e526f3b47 to 1.62.8 build 2554f9e1c89df8e252914bc50dd78d8e3aed1025 update is available.
 
Last edited:
Hi @dafang please fill a DA ticket with this issue, to investigate it further we would need SSH access to the system. We will provide more info via the ticketing system.

My guess would be that in the DA config you have selected current release channel. Please check with:

Code:
# ../directadmin c | grep update_channel
update_channel=beta

At the moment latest release for beta update channel is 92e0314341445a46e5f4b87e587d0e1e526f3b47. For current it is 2554f9e1c89df8e252914bc50dd78d8e3aed1025.

This does not explain why auto updates are happening but it seems that system is trying to update to a latest release in current update channel.
 
If it is related to DA version please solve can't update php 8.0.10 to php 8.0.11 ( don't have any own changes all defaults there)
 
@Richard G , thanks for reporting admin backup/transfer issue. We will check it out but it is a bit too late to include it in the 1.62.9 release, we would prefer having more frequent smaller updates, rather than collecting a lot of stuff and releasing slowly. 🤞for it to be fixed in next release.
 
Will these pro pack features that are being added in the regular versions, will they be removed later?
 
Some pro-pack features were available in the RC releases while we were sorting out pro-pack feature mapping. We do not plan to keep them available.
 
It may just be me, but I keep finding the GUI glitching when scrolling or changing things.

It will move to the side and back again. I have noticed it in the backup section an in 'all users' so far.
 
Same issue here,

Centos8

DirectAdmin 1.62.9 build 92e0314341445a46e5f4b87e587d0e1e526f3b47 downgrade to 1.62.9 build 8ac6f6037d887fe5b77ae6107b7b5fa19b5fb1de is available

./directadmin c | grep update_channel
update_channel=current

any update on this ?


(I also see that this DA version 1.62.9 has brotli support re-enabled, but I do not see any info/docs inside Directadmin or Custombuild to use this?)
 
guy don't reopen old threads

Please move to release threads
 
@mangelot 8ac6... is the lastet release in beta and current release channels. The difference between 8ac6... and 92e0... is that 8ac6... has brotli compression algorithm disabled.
 
May I state the obvious that it is a bit confusing to use these hashes or whatever they are. The thing with normal versioning is that you can clearly see an incremental number. Maybe I missed something but since when is this the practice and will we see this more in the future?
 
All new features and releases will have a version number bump as always. We are skipping thee version number increase when we are releasing hot-fixes. This allows us to push out an update much quicker. Normally you should not care much about the hashes, they are only useful for DA team to distinguish between builds.
 
@fln As for this release, can finally the bug from admin backup/transfer being fixed? While backups run fine, but on restore, the (reseller) packages from admin are not restored, while they are present inside the backup.
This is a bug which is present already for a very long time. And very easy to reproduce.
Should be fixed in 1.63.0 RC
 
Back
Top