From 97a3c9807a0c08eee4a566a0358f1d6ceb912b73 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 22 Aug 2024 12:22:24 +0200 Subject: [PATCH] Update 0.2.6.md --- documentation/docs/changelog/0.2.6.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/changelog/0.2.6.md b/documentation/docs/changelog/0.2.6.md index 7b0a99d8..8e0f99df 100644 --- a/documentation/docs/changelog/0.2.6.md +++ b/documentation/docs/changelog/0.2.6.md @@ -18,6 +18,8 @@ Not yet released. - Ficed bug with `opencli user-delete` not deleting nginx vhost files after user is deleted. ### 💅 Polish +- [overlay2 is now the default Docker storage driver for new instalaltions](https://docs.docker.com/engine/storage/drivers/overlayfs-driver/). +- on installation [50% of available disk space will be used to create an XFS partition for Docker](https://community.openpanel.com/d/8-switching-docker-storage-engine-from-devicemapper-to-overlay2-storage/2). - `/etc/fstab` is now used for mounting storage files after reboot, `opencli server-on_reboot` is deprecated. - Form validations on OpenPanel > Databases, limits imposed are: 64 characters max for db_name, 32 characters max for username and 8-32 characters for passwords. - Improved validations when adding domains on OpenPanel > Domains and human-readable errors.