You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nextcloud_update.sh
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -633,7 +633,12 @@ $DOCKER_RUN_OUTPUT"
633
633
# Collabora CODE
634
634
docker_update_specific 'code''Collabora'
635
635
# OnlyOffice
636
-
docker_update_specific 'onlyoffice''OnlyOffice'
636
+
## Don't upgrade to community if EE is installed
637
+
if! does_this_docker_exist onlyoffice-ee
638
+
then
639
+
print_text_in_color "$IRed""Skipping OnlyOffice due to issues with Websockets: https://forum.onlyoffice.com/t/onlyoffice-7-3-websocket-path-changed/3767/5"
640
+
#docker_update_specific 'onlyoffice' 'OnlyOffice'
641
+
fi
637
642
# Full Text Search
638
643
docker_update_specific 'fts_esror''Full Text Search'
639
644
docker-compose_update 'fts_os-node''Full Text Search'"$OPNSDIR"
0 commit comments