mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 0.2.0.md
This commit is contained in:
parent
a1f5b374c1
commit
c85727879a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user