diff --git a/onlyoffice-docker-upgrade.rst b/onlyoffice-docker-upgrade.rst index 5cd0b159a04e87eee7133e6f2e3618b22b9c2da5..3d098ebc7be7c69642a8aacb4fd702ce41919142 100644 --- a/onlyoffice-docker-upgrade.rst +++ b/onlyoffice-docker-upgrade.rst @@ -10,21 +10,12 @@ Upgrade Community Edition OnlyOffice installed with docker containers:: sudo bash ./install.sh --skiphardwarecheck true -u true -it WORKSPACE -ims false -icp true -ics true -ids true -If using documentserver standalone (Integration Edition):: +If using Docs Enterprise (was Integration Edition), follow https://helpcenter.onlyoffice.com/installation/docs-enterprise-update-docker.aspx - docker pull onlyoffice/documentserver-ie - docker exec documentserver /usr/bin/documentserver-prepare4shutdown.sh - docker stop documentserver - docker rename documentserver documentserver-$(date +%s) - docker run -i -t -d -p 80:80 -p 443:443 --name documentserver -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data -e POSTGRESQL_SERVER_HOST=localhost -e JWT_ENABLED=true -e JWT_SECRET=s3cr3t --restart=always onlyoffice/documentserver-ie -For Enterprise Edition:: - - cd /tmp/ - wget wget https://download.onlyoffice.com/install/enterprise-install.sh - sudo bash ./enterprise-install.sh -u true +Use the control panel for Workspace installations. Also: - set the sessionidle parameter for the document server - - open the browser and check that the docuument server settings for maintaining revisions are set + - open the browser and check that the document server settings for maintaining revisions are set