From ca2c67c780541ebb4071db99d20a5a9c73498e8a Mon Sep 17 00:00:00 2001 From: expoli <31023767+expoli@users.noreply.github.com> Date: Fri, 2 Jul 2021 21:26:53 +0800 Subject: [PATCH] =?UTF-8?q?2.2=20=E4=B8=8D=E5=85=BC=E5=AE=B9=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 去除无效 docker tag 2. 添加不兼容更新描述 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22e858a..87c2586 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ -Docker Image Version (latest semver) + @@ -28,6 +28,8 @@ > nginx web server 请下载 [1.4 版本](https://github.com/expoli/start-bolo-with-docker-compose/releases/tag/v1.4) > nginx web server 手动配置证书 [1.3 版本](https://github.com/expoli/start-bolo-with-docker-compose/releases/tag/v1.3) +> 2.2 版本为兼容 **arm64** 设备,将默认数据库由 `MySQL` 更改为 `mariadb` **使用时注意数据备份** + ## 快速开始 ### 安装 Dcoker 以及 docker-compose 运行环境 @@ -133,7 +135,7 @@ rm start-bolo-with-docker-compose -rf ### 迁移 -因为 mysql 的相关数据直接映射到了本地所以**直接打包文件夹**、然后在新机器上**直接解压启动**。 +因为数据库的相关数据直接映射到了本地所以**直接打包文件夹**、然后在新机器上**直接解压启动**。(注:2.2 版本之前默认使用 Mysql 数据库,2.2 版本采用 mariadb ,进行迁移的时候建议使用 `mysqldump` 工具对数据进行备份导出与还原,保证信息可用性。 ```shell # Backup