mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-01 04:29:20 +08:00
feat: s3 switch
This commit is contained in:
parent
819997adeb
commit
755520aa37
12
tools/s3/README.md
Normal file
12
tools/s3/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# 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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user