Download the ONLYOFFICE Workspace Enterprise Edition Docker script file:
wget https://download.onlyoffice.com/install/workspace-enterprise-install.sh
Run the script specifying the -u true
parameter:
bash workspace-enterprise-install.sh -u true
This will consequently stop those containers that need to be updated, remove them and then run the latest versions of the corresponding components. ONLYOFFICE Docs Enterprise Edition will be installed instead of ONLYOFFICE Docs Community Edition.
Warning If you upgrade from
Community Edition version lower than
9.1, the script will move MySQL database to the separate container (which is the new installation scheme). See
this article for more information about the available script parameters.
If for some reasons you need to restore the backup data that you have created at Step 1, manually copy the
/onlyoffice
folder to the
/app
folder
before installing
ONLYOFFICE Workspace Enterprise Edition:
sudo cp -a /home/user/Backup/onlyoffice /app