Changes between Version 8 and Version 9 of onlyoffice


Ignore:
Timestamp:
Dec 8, 2022, 2:30:56 PM (3 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • onlyoffice

    v8 v9  
    55This page is for administrators and describes how it is installed and can be upgraded.
    66
    7 Only office is installed on `lugones` using the domain https://onlyoffice.mayfirst.org, following [https://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx the onlyoffice linux install directions]. Note: [https://github.com/ONLYOFFICE/DocumentServer/issues/364 you must have sudo installed].
    8 
    9 Everything is now in puppet in the lugones.pp file except the steps outlined in the how too (creating postgres database).
    10 
    11 In addition, I performed a variation on the instructions for getting https working - creating my own /etc/nginx/conf.d/onlyoffice-documentserver.conf (which is backed up on /root). The original remained behind with a .off extension.
    12 
    13 When debugging, there are local settings in /etc/onlyoffice - of particular interest is /etc/onlyoffice/documentserver/local.json. In addition, logging happens in /var/log/onlyoffice.
    14 
    15 == NOTE ==
    16 
    17 If upgrade fails and onlyoffice nextcloud integration breaks (fails to load properly), these steps worked:
    18 
    19 1. `apt purge onlyoffice-documentserver`
    20 2. As postgres, `dropdb onlyoffice; dropuser onlyoffice`
    21 3. `rm -rf /var/www/onlyoffice; rm -rf /etc/onlyoffice`
    22 
    23 Then, re-install from scratch.
     7Only office is installed on `wells` using a method described in #15555.