mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
* pb * fix: Modifying other fields while setting IsPrivateChat does not take effect * fix: quote message error revoke * refactoring scheduled tasks * refactoring scheduled tasks * refactoring scheduled tasks * refactoring scheduled tasks * refactoring scheduled tasks * refactoring scheduled tasks * upgrading pkg tools * fix * fix * optimize log output * feat: support GetLastMessage * feat: support GetLastMessage * feat: s3 switch * feat: s3 switch
13 lines
238 B
Markdown
13 lines
238 B
Markdown
# After s3 switches the storage engine, convert the data
|
|
|
|
- build
|
|
```shell
|
|
go build -o s3convert main.go
|
|
```
|
|
|
|
- start
|
|
```shell
|
|
./s3convert -config <config dir path> -name <old s3 name>
|
|
# ./s3convert -config ./../../config -name minio
|
|
```
|