From 3c90ec69e43f1fd6f8a7334ce4d5837eb290bb15 Mon Sep 17 00:00:00 2001
From: Claudio Pisa <claudio.pisa@garr.it>
Date: Wed, 11 Aug 2021 10:36:48 +0000
Subject: [PATCH] Update onlyoffice-docker-upgrade.rst

---
 onlyoffice-docker-upgrade.rst | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/onlyoffice-docker-upgrade.rst b/onlyoffice-docker-upgrade.rst
index 5cd0b15..3d098eb 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 
 
-- 
GitLab