From 3d718555290bdd668004e75613ed14c8e03f3287 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Tue, 8 Mar 2022 13:17:41 +0100 Subject: [PATCH] chg: [doc] Added username requirement --- docs/background-jobs-migration-guide.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/background-jobs-migration-guide.md b/docs/background-jobs-migration-guide.md index 988b8bdde..411f04563 100644 --- a/docs/background-jobs-migration-guide.md +++ b/docs/background-jobs-migration-guide.md @@ -23,7 +23,6 @@ Run on your MISP instance the following commands. guzzlehttp/guzzle \ php-http/message \ lstrojny/fxmlrpc - ``` 3. Add the following settings at the bottom of the **Supervisord** conf file, usually located in: @@ -144,12 +143,14 @@ Run on your MISP instance the following commands. 2. Update the `SimpleBackgroundJobs.supervisor_password` with the password you set in the _Install requirements_ section 3. -3. Verify Redis and other settings are correct and then set `SimpleBackgroundJobs.enabled` to `true`. +3. Update the `SimpleBackgroundJobs.supervisor_user` with the supervisord username. (default: supervisor) -4. Use **MISP** normally and visit [Administration -> Jobs](/jobs/index) to check Jobs are running correctly. +4. Verify Redis and other settings are correct and then set `SimpleBackgroundJobs.enabled` to `true`. + +5. Use **MISP** normally and visit [Administration -> Jobs](/jobs/index) to check Jobs are running correctly. If there are any issues check the logs: * /var/www/MISP/app/tmp/logs/misp-workers-errors.log * /var/www/MISP/app/tmp/logs/misp-workers.log ### Notes -Scheduled tasks (TasksController) are not supported with the new backend, however this feature is going to be deprecated, it is recommended to use cron jobs instead. \ No newline at end of file +Scheduled tasks (TasksController) are not supported with the new backend, however this feature is going to be deprecated, it is recommended to use cron jobs instead.