mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 19:55:26 +02:00
Update README.md
This commit is contained in:
parent
c5e8e6f79a
commit
15a3a609f4
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
@ -9,10 +9,17 @@ 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.
|
be careful if you try to migrate from 3.3.2! Backup your machines and data.
|
||||||
The migration paths hould be:
|
The migration paths should be:
|
||||||
- Backup Your machines and Data
|
- Backup your machines and data
|
||||||
- run latest 3.5 sharelatex image and run the migration scripts
|
- Run latest 3.5 sharelatex image, make sure that you have enough free space and run the migration scripts:
|
||||||
- run this sharelatex image (4.1.1) and run the migrations 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)
|
||||||
|
|
||||||
|
|
||||||
## Limitations:
|
## Limitations:
|
||||||
|
|
Loading…
Add table
Reference in a new issue