DirectAdmin 1.682

fln

Administrator
Staff member
Joined
Aug 30, 2021
Messages
1,216
We are happy to announce the release of DirectAdmin 1.682.

A full release change log is here:

DirectAdmin 1.682

The update should be automatically available for all installations subscribed to the current release channel.

We appreciate all the feedback on forums and issues reported in the ticketing system.

Thanks!
 
Looking good again, especially that the web installer will be asked when no key is provided during setup. Nice update!
 
Funny. if i have only 2-3 zstd updates pending, I can only update them one by one. If I choose build all it will configure them, but not build them.
It's too early for this...
 
It looks like we've lost the Folder size option in the File Manager with the last (minor) 1.682 update (a96573edc6aa43ea1753ca4694779a3ac5254598)
 
@JosKlever, the File Manager is now using new API for files listing. It has significant performance improvements. But to keep it working efficiently we will update how directory sizes are computed, we are working on a different method of showing accurate directory sizes in the next release. The goal is to perform disk usage computations on demand.
 
@fln I've never had issues on my servers. I use it a lot to browse folders to find disk space demanding issues, like (biggests folders in a mailbox. Website folders that might contain unneeded data (old backups, images that were uploaded way too big, etc).
So whatever comes in place of this, I hope it doesn't take much time (otherwise, please give back the old method for now) as I use it on a daily basis. And please allow us to browse folders without manually calculating the folder size for each folder we open ( I see that on some other platforms and it's very slow).
 
Hello,

since last version the date of overwritten files is not updated in File Manager, but the correct date appears in FTP.
 
Hi,
After update to 1.682 in CSF configuration AUTO_UPDATES = ON. This parameter shouldn't change to OFF?
 
DA 1.682 disables CSF auto updates if CSF is reinstalled or reconfigured. It does not touch the configuration when DA is updated. It will get disabled when new version of CSF is installed or you can make sure it is disabled in DA 1.682 by rebuilding CSF using the da build csf command.
 
Funny. if i have only 2-3 zstd updates pending, I can only update them one by one. If I choose build all it will configure them, but not build them.
It's too early for this...
@fln
I got this problem too, since I'm too busy so... just re-build one by one and skip this issued.
 
How to run console step configuration setup like in 1.681 instead of web installation?
 
How to run console step configuration setup like in 1.681 instead of web installation?
Via CLI (SSH connection) it works in the same way as it was working before. You can find more details here:

https://docs.directadmin.com/gettin...ning-the-installation-with-predefined-options

I think this part is what you need:

Code:
cd /root/
wget -O setup.sh https://download.directadmin.com/setup.sh
chmod 755 setup.sh
DA_HOSTNAME="server.yourdomain.com" bash setup.sh LICENSE_KEY

or just

Code:
cd /root/
wget -O setup.sh https://download.directadmin.com/setup.sh
chmod 755 setup.sh
bash setup.sh LICENSE_KEY
 
I am going to install DirectAdmin stable on a new server.
The DirectAdmin stable still uses the CSF version before 15.00.
Will this cause issues for installing DirectAdmin on stable (this version) or is the install script for this version patched to work with CSF being offline?
 
@Daniel-Doggy, DA 1.682 will install CSF 14.24 (from DA mirrors) and will disable CSF auto-updates. Once server is upgraded to DA 1.683 it will show that CSF update to 15.00 (the GPLv3 version) is available.

In other words everything should be fine even with an older CSF version.
 
Back
Top