We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New version of onlyoffice use systemd intead supervisorctl.
However, upgrade of the app doesnt give all write access everywhere and systemd services are not enabled...
yunohost app info $app_id
The healthcheck and the service should run properly
To fix that:
chown -R ds:ds /var/log/onlyoffice/documentserver/docservice chown -R ds:ds /var/log/onlyoffice/documentserver/converter chown -R ds:ds /var/log/onlyoffice/documentserver/metrics chown -R ds:ds /var/lib/onlyoffice/documentserver/App_Data/ systemctl restart ds-docservice systemctl restart ds-converter systemctl restart ds-metrics systemctl enable ds-docservice systemctl enable ds-converter systemctl enable ds-metrics
[2023-10-08T19:36:24.762] [ERROR] [localhost] [docId] [userId] nodeJS - healthCheck error Error: EACCES: permission denied, mkdir '/var/lib/onlyoffice/documentserver/App_Data/cache/files/data'
And
Oct 08 19:33:37 domain.tld sh[2797996]: /bin/sh: 1: cannot create /var/log/onlyoffice/documentserver/converter/out.log: Permission denied
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
New version of onlyoffice use systemd intead supervisorctl.
However, upgrade of the app doesnt give all write access everywhere and systemd services are not enabled...
Context
yunohost app info $app_id
Steps to reproduce
Expected behavior
The healthcheck and the service should run properly
To fix that:
Logs
And
The text was updated successfully, but these errors were encountered: