DirectAdmin 1.654 has been released

fln

Administrator
Staff member
Joined
Aug 30, 2021
Messages
1,135
Hi everyone!

We are happy to announce the release of DirectAdmin 1.654.

With this released we have finished Evolution skin migration to the latest vue.js 3 framework. In the process there are a lot of places in Evolution that got improved or fixed.

Full release change log can be found here:

DirectAdmin 1.654

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!
 
I also found that under MariaDB 10.1 -
If I create a database (e.g. xxxxxxxx_ttt) via DA , then delete the database (e.g. xxxxxxxx_ttt) via DA panel.
There was one record left inside the table - mysql.db

May I know how to clean up the old data?
(I tried to re-create the same name database, and drop the database. The records still there even in DA 1.654 )

Code:
MariaDB [mysql]> select * from db where `User` = 'xxxxxxxx';
+-----------+---------------+----------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+-----------------------+------------------+------------------+----------------+---------------------+--------------------+--------------+------------+--------------+
| Host      | Db            | User     | Select_priv | Insert_priv | Update_priv | Delete_priv | Create_priv | Drop_priv | Grant_priv | References_priv | Index_priv | Alter_priv | Create_tmp_table_priv | Lock_tables_priv | Create_view_priv | Show_view_priv | Create_routine_priv | Alter_routine_priv | Execute_priv | Event_priv | Trigger_priv |
+-----------+---------------+----------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+-----------------------+------------------+------------------+----------------+---------------------+--------------------+--------------+------------+--------------+
| localhost | xxxxxxxx\_ttt | xxxxxxxx | Y           | Y           | Y           | Y           | Y           | Y         | N          | Y               | Y          | Y          | Y                     | Y                | Y                | Y              | Y                   | Y                  | Y            | Y          | Y            |
+-----------+---------------+----------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+-----------------------+------------------+------------------+----------------+---------------------+--------------------+--------------+------------+--------------+
1 row in set (0.00 sec)

Database deletion on old systems fixed
DirectAdmin using older DBMS such as MySQL 5.7 used to have an issue where database deletion was incomplete, leaving leftover data, causing database re-creation with the same name to fail.

This release resolves the issue so database deletion cleans up the data it previously used to leave
 
With this release we make sure there are no leftovers after deleting DB user. However leftovers that are already accumulated are not actively cleaned up (yet).

We expect with the next release to include a helper script at upgrade time to clean these leftovers. You can remove them manually or open a support ticket and we will help you out.
 
When browsing on mobile the main/menu is not closing automatically when browsing into any other page.

Need to refresh or close the menu with the X button.
 
  • Like
Reactions: fln
These recent updates don't significantly expand the functionality of DirectAdmin. For several years, we've been asking for incremental backups, but to no avail. It's so crucial that we can't wait any longer.
 
How many hotfixes (if any) were released?

Scherm­afbeelding 2023-10-03 om 19.54.30.png

I am now on version:

Version1.654 (9c19128c544340890b2cc38bbd7ca95ed6c97d49) Changelog
Available Update1.654 (356b1c5afcadea515ebe8c651886f39daefdd91e) Changelog

And I now have an available update 356b, the same version number that was hot fix #1 (19:35)
 
Hmm, did not expect anyone to upgrade that fast. Build 356b1c5afcadea515ebe8c651886f39daefdd91e fixes the menu close issue for refreshed layout, thanks @exlhost.

Build 9c19128c544340890b2cc38bbd7ca95ed6c97d49 have a small fix for layout spacing, but we decided to hold it back as we might need to do some more spacing adjustments.
 
Ah ok (y) i was just in the process of updating the versions with CustomBuild when I noticed all hot fixes appear and recognized the version number again ?
 
Hmm, did not expect anyone to upgrade that fast. Build 356b1c5afcadea515ebe8c651886f39daefdd91e fixes the menu close issue for refreshed layout, thanks @exlhost.

Build 9c19128c544340890b2cc38bbd7ca95ed6c97d49 have a small fix for layout spacing, but we decided to hold it back as we might need to do some more spacing adjustments.
Thank you,

Really like this update, DA is so fast now :)
 
Copy to clipboard when generated an CSR on :2222/evo/user/ssl/csr doesn't work anymore.

Tested with generating an CSR for an SSL-certificate renewal (where an previous SSL is present) and a new CSR for a new SSL-certificate.

I also can't close the panel with the CSR, so I'm stuck now :ROFLMAO: have to change url to :2222/evo/ manually to go further.
Only button I can click is switch to admin at the upper right.
 
Last edited:
  • Like
Reactions: fln
Yet again forcing legacy license code holders to get a new license, did not instruct any DA auto-update and it is disabled.
MariaDB 10.11 is installed outside of custombuild.

Licensing error
Received error from licensing server:legacy code-base does not support this MariaDB version, downgrade MariaDB or upgrade to a non-legacy license

Now to schedule the migration away from DA sooner rather than later.
 
Version1.654 (356b1c5afcadea515ebe8c651886f39daefdd91e) Changelog
Available Update1.654 (b9b43b11d8ea560cc0d63f330e52018705c0fd39) Changelog

Can anyone reveal what the new build does?
 
If I remember correctly someone already reported a few DA versions ago that some changes are needed in the future for NGINX templates:

Code:
2023/10/05 11:52:53 [warn] 43213#0: the "listen ... http2" directive is deprecated, use the "http2" directive instead in /usr/local/directadmin/data/users/

See the first section of the Important Changes on the blog;

https://www.nginx.com/blog/nginx-plus-r30-released/

It's just a warning for now, but maybe for the next version :)
 
Yet again forcing legacy license code holders to get a new license, did not instruct any DA auto-update and it is disabled.
MariaDB 10.11 is installed outside of custombuild.

Licensing error
Received error from licensing server:legacy code-base does not support this MariaDB version, downgrade MariaDB or upgrade to a non-legacy license

Now to schedule the migration away from DA sooner rather than later.
There is a thread for this: https://forum.directadmin.com/threa...for-legacy-directadmin-license-holders.69159/
 
Back
Top