Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OnlyOffice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
deploy
OnlyOffice
Commits
3c90ec69
Commit
3c90ec69
authored
3 years ago
by
Claudio Pisa
Browse files
Options
Downloads
Patches
Plain Diff
Update onlyoffice-docker-upgrade.rst
parent
af2467dd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
onlyoffice-docker-upgrade.rst
+3
-12
3 additions, 12 deletions
onlyoffice-docker-upgrade.rst
with
3 additions
and
12 deletions
onlyoffice-docker-upgrade.rst
+
3
−
12
View file @
3c90ec69
...
...
@@ -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
d
oc
ume
nt
s
er
ver standalone (
Integration Edition)
::
If using
D
oc
s E
nter
prise (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 docu
u
ment server settings for maintaining revisions are set
- open the browser and check that the document server settings for maintaining revisions are set
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment