Update 0.2.0.md

This commit is contained in:
Stefan Pejcic 2024-06-03 18:31:40 +02:00 committed by GitHub
parent a1f5b374c1
commit c85727879a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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