From c85727879aa8592a5622aee956d79500a746fd32 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 3 Jun 2024 18:31:40 +0200 Subject: [PATCH] Update 0.2.0.md --- documentation/docs/changelog/0.2.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/docs/changelog/0.2.0.md b/documentation/docs/changelog/0.2.0.md index eba61b2f..954b8fc4 100644 --- a/documentation/docs/changelog/0.2.0.md +++ b/documentation/docs/changelog/0.2.0.md @@ -19,6 +19,7 @@ Not yet released. - Fixed bug with Memcached 1.6.24+ `bind(): Cannot assign requested address #failed to listen on one of interface(s) 127.0.0.1,::1: Invalid argument`. ### 💅 Polish +- [MySQL database queries optimization and improvements](#optimizing-mysql) - dshield and spamhaus_edrop blacklists are removed from ipset-blacklist. - `pip` is now automatically installed on PM2 when setting Python application. - [terms & conditions modal on first login to OpenAdmin](https://i.postimg.cc/L5JKBzKV/image.png). @@ -41,6 +42,14 @@ To change the swap usage treshold from terminal opencli admin notifications update swap 90 ``` +### Optimizing MySQL + +One major change for new installations is that the mysql login information is now stored in `/etc/openpanel/openadmin/config/db.cnf` for both OpenPanel and OpenAdmin. +File `/usr/local/admin/config.json` is also removed, so in the future all OpenCLI, OpenAdmin and OpenPanel will use the same file. This change will simplify the installation process and changes needed when mysql information is changed. + +All queries from OpenPanel and OpenAdmin interfaces are now optimized, ensuring even faster user login and all other database-related tasks. + + ### Email Template