- Home
- DocSpace
- Installation
- Developer
- Updating ONLYOFFICE DocSpace Developer using script
Updating ONLYOFFICE DocSpace Developer using script
Introduction
ONLYOFFICE DocSpace Developer is a paid version of a document hub where you can connect users and documents in one place to boost collaboration.
ONLYOFFICE DocSpace Developer is shipped as an automatic installation script for Linux operating systems with Docker installed. The script will set up Docker containers with all the components necessary for ONLYOFFICE DocSpace Developer correct work and is easy to run, manage and update.
To easily update your DocSpace, run the ONLYOFFICE DocSpace Developer installation script specifying the -u true
parameter.
Component update
Parameter | Description | Values | Default |
---|---|---|---|
-u, --update | use to update existing components | true|false | false |
This parameter allows you to install the latest versions of the necessary components if the corresponding components installed on your machine are outdated.
Example
bash docspace-developer-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 ONLYOFFICE DocSpace Developer components. If the current component version coincides with the latest available one, such a container will not be affected. If you have skipped some components during the previous installation, they will also be skipped. The DocSpace data should be picked up automatically.
Update Docs only to version 7.2.1.34 and skip the update for all other components:
bash docspace-developer-install.sh -u true -docsi onlyoffice/documentserver-de -docsv 7.2.1.34 -idocs true -ids false -irbt false -irds false
Update DocSpace only to version 1.2.0 and skip the update for all other components:
bash docspace-developer-install.sh -u true -dsv v1.2.0 -idocs false -irbt false -irds false
When you run the script with parameters, you will be prompted to select the way you want to install ONLYOFFICE DocSpace. Type Y and press Enter to install ONLYOFFICE DocSpace using Docker. Type N and press Enter to install ONLYOFFICE DocSpace from DEB/RPM packages.