This commit is contained in:
2026-04-04 08:52:59 +08:00
parent 66bcd8061a
commit d98ac8f146
33 changed files with 2565 additions and 328 deletions
+8
View File
@@ -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