Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
onlyoffice [2023/04/20 15:18] – Markus Neuberger | onlyoffice [2023/04/20 15:25] (current) – Markus Neuberger | ||
---|---|---|---|
Line 53: | Line 53: | ||
curl -sL https:// | curl -sL https:// | ||
- | ====Install Fonts (optional)==== | + | ====Install Fonts==== |
yum -y install https:// | yum -y install https:// | ||
Line 66: | Line 66: | ||
yum -y install onlyoffice-documentserver | yum -y install onlyoffice-documentserver | ||
- | |||
- | ===DocumentServer 5.4.2 - Last Documentserver with mobile editing enabled=== | ||
- | |||
- | yum -y install https:// | ||
- | |||
- | ===Downgrade example to 5.4.2=== | ||
- | |||
- | To downgrade just use | ||
- | |||
- | yum downgrade https:// | ||
- | | ||
- | https:// | ||
===Upgrade=== | ===Upgrade=== | ||
Line 152: | Line 140: | ||
After upgrades or downgrades it may make sense to drop the database to force recreation: | After upgrades or downgrades it may make sense to drop the database to force recreation: | ||
- | | + | |
su - postgres -c "psql -c 'drop database onlyoffice;'" | su - postgres -c "psql -c 'drop database onlyoffice;'" | ||
signal-event nethserver-onlyoffice-update | signal-event nethserver-onlyoffice-update | ||
| | ||
- | ====nodejs 6 from epel installed so nodejs 8 is not installing from repo==== | ||
- | |||
- | You have to remove the epel nodejs which removes onlyoffice-documentserver too. | ||
- | |||
- | yum remove nodejs | ||
- | | ||
- | Now you have to reinstall onlyoffice-documentserver. | ||
- | |||
====" | ====" | ||
add | add | ||
Line 185: | Line 165: | ||
config setprop fw_onlyoffice RejectUnauthorized false | config setprop fw_onlyoffice RejectUnauthorized false | ||
signal-event nethserver-onlyoffice-update | signal-event nethserver-onlyoffice-update | ||
+ | | ||
===== Issues ===== | ===== Issues ===== | ||