Merge branch 'master' into feature/oauth2

This commit is contained in:
Zexin Yuan 2023-11-25 01:54:29 +08:00 committed by GitHub
commit f2f629e3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,18 @@ The inital idea for this implementation was taken from
## BREAKING CHANGE ## BREAKING CHANGE
Be careful if you try to migrate from 3.3.2! Backup your machines and data. The migration paths should be:
- Backup your machines and data
- Run latest 3.5 sharelatex image, make sure that you have enough free space and run the migration scripts:
- (Details see https://github.com/overleaf/overleaf/wiki/Full-Project-History-Migration)
- in principle following commands should work
```
docker exec -it sharelatex-container-name /bin/bash
cd /overleaf/services/web
node scripts/history/migrate_history.js --force-clean --fix-invalid-characters --convert-large-docs-to-file
```
- run this sharelatex image (4.1.1)
Be careful if you try to migrate from 3.3.2! Backup your machines and data. The migration paths should be: Be careful if you try to migrate from 3.3.2! Backup your machines and data. The migration paths should be:
- Backup Your machines and data - Backup Your machines and data