v1.5.3

1Panel-dev/1Panelv1.5.3Aug 22, 2023by wanghe-fit2cloud

AI Summary

A minor update addressing specific bug fixes in the database, container, and host modules to improve stability.

Key Highlights

  • Database: Resolved issues with long usernames and special characters causing sync failures.
  • Container: Fixed CPU usage spikes when clearing container logs.
  • Website: Fixed application disappearance when switching PHP versions.

New Features

  • Fix for MySQL root password special character handling
  • Fix for container log clearing CPU anomaly
  • Fix for database username length limitations
  • Fix for reverse proxy path loss during editing

Full Release Notes

# 一、安装和升级

## 1.1 一键安装

**CentOS/RHEL**

```sh
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sh quick_start.sh
```

**Ubuntu**

```sh
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh
```

**Debian**

```sh
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && bash quick_start.sh
```

## 1.2 在线升级

登录 1Panel Web 控制台,在页面右下角点击 **【检查更新】** 进行在线升级。

>更多信息请查阅在线文档:https://1panel.cn/docs/

# 二、更新日志

## 2.1 功能优化

* 【面板设置】服务器地址支持设置为空。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/2016

## 2.2 问题修复

* 【网站】修复了运行环境网站切换 PHP 版本导致已安装应用消失的问题。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/2026
* 【数据库】修复了由于数据库用户名超长导致数据同步失败的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/2011
* 【容器】修复了清空容器日志导致服务器 CPU 占用异常的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/2019