Skip to content

Maintenance: fixed defaults for AI worker and FULL_FS_DUMP for backups #652

New issue

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

Merged
merged 2 commits into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appendix/backup-and-restore/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ parameter in the table below.
* ``1`` will keep backups of the last 25 hours
* ``-1`` will remove all available backups (except the new one)
* - ``FULL_FS_DUMP``
- ``yes``
- ``no``
- If set to ``yes``, the backup includes also application files.

If set to ``no``, the backup includes only user data.

In any case, it includes the Zammad database and the attachments, if you
:admin-docs:`stored them in the file system </settings/system/storage.html>`.

If you are in doubt, set this to ``no``.
If you are in doubt, stay with ``no``.
* - ``DEBUG``
- ``no``
- Setting this option to ``yes`` will output useful debug messages.
Expand Down
2 changes: 1 addition & 1 deletion appendix/configure-env-vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ ZAMMAD_PROCESS_DELAYED_AI_JOBS_WORKERS_THREADS
up the AI processing, but be aware that a ruby worker can only span across 1
core anyway.

| Default: ``1``
| Default: ``5``
| Maximum number of threads: ``16``


Expand Down