From ac199ce12fe530309b89cfa19e882404ad48ac2c Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 26 Sep 2024 20:57:19 +0200 Subject: [PATCH] Update 0.3.1.md --- website/docs/changelog/0.3.1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/changelog/0.3.1.md b/website/docs/changelog/0.3.1.md index 0c6686cb..98fc0dd2 100644 --- a/website/docs/changelog/0.3.1.md +++ b/website/docs/changelog/0.3.1.md @@ -10,6 +10,7 @@ Not yet released. - Fixed [bug with the update script causing multiple notifications](https://community.openpanel.org/d/104-bug-in-update-script-from-029-to-030). - Fixed bug with OpenAdmin service failing if /etc/cron.d/openpanel file is deleted. - Fixed bug [#194 - OpenAdmin > Settings > OpenPanel error on save: Error restarting OpenPanel service: '' ](https://github.com/stefanpejcic/OpenPanel/issues/194). +- Fixed bug [#195 - Partial backup job runs only for first user](https://github.com/stefanpejcic/OpenPanel/issues/195). @@ -19,3 +20,4 @@ Not yet released. - For new domains, the server signature is now passed from the web server running within the user's container. For users running Apache, the headers will display Apache, and for those running Nginx, the headers will display Nginx. - As from 0.2.9 users can enable /phpmyadmin on a per-domain base, therefor global setting is removed from /etc/openpanel/openpanel/conf/openpanel.config file and `opencli phpmyadmin` command is removed. - `opencli webserver-check_if_file_exists` command is removed. +- `opencli backup-run` will now check mysql status inside user container before trying to export databases and users.