ONLYOFFICE Docs Maintenance
This chapter is special guide for ONLYOFFICE Docs maintenance and settings. And you can refer to Administrator and Steps after installing for some general settings that including: Configure Domain, HTTPS Setting, Migration, Web Server configuration, Docker Setting, Database connection, Backup & Restore...
Maintenance guide
Backup and Restore
Upgrade
Troubleshoot
In addition to the ONLYOFFICE Docs issues listed below, you can refer to Troubleshoot + FAQ to get more.
FAQ
ONLYOFFICE Docs 同时连接数规则?
ONLYOFFICE Docs 同时连接数是指用户在编辑模式下打开文档的数量。
例如,对于具有200个同时连接的许可证,一个用户可以打开200个文档,200个用户每个可以打开一个,50个用户每个可以打开4个文档等。
以何种方式并不重要,但文档服务器只会根据您购买的许可证处理编辑请求的数量。
超过此数量的连接以预览模式打开文档。
Edition of ONLYOFFICE Docs
ONLYOFFICE offers different versions:
- ENTERPRISE EDITION
- COMMUNITY EDITION
- DEVELOPER EDITION
COMMUNITY EDITION is free, while DEVELOPER EDITION is a paid version for developers.
Websoft9 可以帮助用户采购收费版本,最少 10% 的折扣。
How to enable ONLYOFFICE Docs Debug logs?
- Open /etc/onlyoffice/documentserver/log4js/production.json file inside container, modify "level": "WARN" to "level": "DEBUG"
- Save the changes and execute supervisorctl restart all to apply the changes.