Full project history migration
Migrating existing projects
4
5
Run the migration script
# Overleaf Toolkit users:
$ 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"
# legacy docker-compose.yml users:
$ 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"Migrated Projects : 1
Total Projects : 51
Remaining Projects : 51
Total history records to migrate: 98
Starting migration...
Migrating project: 63d29b5772dd80015a81bffe
migration result { upgraded: true, historyType: 'NoneWithoutConversion' }
Migrating project: 63d29c2e72dd80015a81c0a2
migration result { upgraded: true, historyType: 'NoneWithoutConversion' }
// …
Migration complete
==================
Projects migrated: 51
Projects failed: 0
Done.Projects failed: 0
Done.Offline migration
Online migration
Clean up legacy history data
Troubleshooting
Finding broken file trees
Downgrading projects from full project history to legacy history
Last updated
Was this helpful?