(v3.5.13 迁移)完整项目历史迁移
完整项目历史迁移
迁移现有项目
4
5
运行迁移脚本
# Overleaf 工具包用户:
$ bin/docker-compose exec sharelatex /bin/bash -c "cd /overleaf/services/web; VERBOSE_LOGGING=true node scripts/history/migrate_history.js --force-clean --fix-invalid-characters --convert-large-docs-to-file"
# 旧版 docker-compose.yml 用户:
$ docker exec sharelatex /bin/bash -c "cd /overleaf/services/web; VERBOSE_LOGGING=true node scripts/history/migrate_history.js --force-clean --fix-invalid-characters --convert-large-docs-to-file"已迁移项目数 : 1
项目总数 : 51
剩余项目数 : 51
需迁移的历史记录总数: 98
开始迁移...
正在迁移项目: 63d29b5772dd80015a81bffe
迁移结果 { upgraded: true, historyType: 'NoneWithoutConversion' }
正在迁移项目: 63d29c2e72dd80015a81c0a2
迁移结果 { upgraded: true, historyType: 'NoneWithoutConversion' }
// …
迁移完成
==================
已迁移项目: 51
迁移失败项目: 0
Done.迁移失败项目: 0
Done.离线迁移
在线迁移
清理遗留历史数据
故障排除
查找损坏的文件树
将项目从完整项目历史降级回遗留历史
最后更新于