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
weblate@weblate-787f889456-kcf64:/$ weblate check --deploy
SystemCheckError: System check identified some issues:
CRITICALS:
?: (weblate.C030) The Celery beat scheduler is not executing periodic tasks in a timely manner.
HINT: https://docs.weblate.org/en/weblate-4.18.2/admin/install.html#celery
?: (weblate.C038) The database seems slow, the query took 138 milliseconds
HINT: https://docs.weblate.org/en/weblate-4.18.2/admin/install.html#production-database
WARNINGS:
?: (security.W004) You have not set a value for the SECURE_HSTS_SECONDS setting. If your entire site is served only over SSL, you may want to consider setting a value and enabling HTTP Strict Transport Security. Be sure to read the documentation first; enabling HSTS carelessly can cause serious, irreversible problems.
?: (security.W008) Your SECURE_SSL_REDIRECT setting is not set to True. Unless your site should be available over both SSL and non-SSL connections, you may want to either set this setting True or configure a load balancer or reverse-proxy server to redirect all connections to HTTPS.
?: (security.W012) SESSION_COOKIE_SECURE is not set to True. Using a secure-only session cookie makes it more difficult for network traffic sniffers to hijack user sessions.
?: (security.W018) You should not have DEBUG set to True in deployment.
INFOS:
?: (weblate.I021) Error collection is not set up, it is highly recommended for production use
HINT: https://docs.weblate.org/en/weblate-4.18.2/admin/install.html#collecting-errors
System check identified 7 issues (1 silenced).
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the issue
Backup fail with error:
/app/data/lost+found: dir_open: [Errno 13] Permission denied: 'lost+found'
I already tried
Steps to reproduce the behavior
Deploy Weblate with helm chart and tag edge
Setup borg with a remote repository
launch a backup
Expected behavior
lost+found must be ignored (weblate run as weblate user not root)
Screenshots
No response
Exception traceback
No response
How do you run Weblate?
Docker container
Weblate versions
Weblate deploy checks
Additional context
No response
The text was updated successfully, but these errors were encountered: