Skip to content
Snippets Groups Projects
Commit 3c90ec69 authored by Claudio Pisa's avatar Claudio Pisa
Browse files

Update onlyoffice-docker-upgrade.rst

parent af2467dd
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment