Skip to content

Commit

Permalink
2.2 不兼容更新
Browse files Browse the repository at this point in the history
1. 去除无效 docker tag
2. 添加不兼容更新描述
  • Loading branch information
expoli committed Jul 2, 2021
1 parent fe1a259 commit ca2c67c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img src="https://img.shields.io/docker/cloud/build/tangcuyu/bolo-solo?style=flat-square">
<img src="https://img.shields.io/docker/pulls/tangcuyu/bolo-solo.svg?style=flat-square">
<img src="https://img.shields.io/docker/v/tangcuyu/bolo-solo?sort=date&style=flat-square">
<img alt="Docker Image Version (latest semver)" src="https://img.shields.io/docker/v/tangcuyu/bolo-solo?sort=semver&style=flat-square">
<!-- <img alt="Docker Image Version (latest semver)" src="https://img.shields.io/docker/v/tangcuyu/bolo-solo?sort=semver&style=flat-square"> -->
<!-- <img src="https://img.shields.io/github/v/expoli/start-bolo-with-docker-compose?style=flat-square"> -->
<!-- <img src="https://img.shields.io/github/issues/expoli/start-bolo-with-docker-compose?style=flat-square"> -->
<!-- <img src="https://img.shields.io/github/commit-activity/y/expoli/start-bolo-with-docker-compose?style=flat-square"> -->
Expand All @@ -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 运行环境
Expand Down Expand Up @@ -133,7 +135,7 @@ rm start-bolo-with-docker-compose -rf

### 迁移

因为 mysql 的相关数据直接映射到了本地所以**直接打包文件夹**、然后在新机器上**直接解压启动**
因为数据库的相关数据直接映射到了本地所以**直接打包文件夹**、然后在新机器上**直接解压启动**。(注:2.2 版本之前默认使用 Mysql 数据库,2.2 版本采用 mariadb ,进行迁移的时候建议使用 `mysqldump` 工具对数据进行备份导出与还原,保证信息可用性

```shell
# Backup
Expand Down

0 comments on commit ca2c67c

Please sign in to comment.