20
This commit is contained in:
@@ -79,3 +79,11 @@ bash bootstrap.sh
|
||||
mage
|
||||
mage start
|
||||
docker exec -it mongo mongorestore --uri="mongodb://openIM:n1e5a6s6m7@172.18.0.1:37017/openim_v3" /data/backup/3/openim_v3
|
||||
docker exec -it mongo mongorestore --uri="mongodb://openIM:n1e5a6s6m7@localhost:27017/openim_v3" /data/backup/0/openim_v3
|
||||
|
||||
修复未读<0的问题
|
||||
cd /www/wwwroot/im/server
|
||||
go run tools/fix-conversation-maxseq/main.go --config config --dry-run
|
||||
清理15天以前的消息
|
||||
cd /www/wwwroot/im/server
|
||||
go run tools/clean-old-messages/main.go --config config --days 15
|
||||
|
||||
Reference in New Issue
Block a user