diff --git a/docs/background-jobs-migration-guide.md b/docs/background-jobs-migration-guide.md index 1cd608ced..83449e9c5 100644 --- a/docs/background-jobs-migration-guide.md +++ b/docs/background-jobs-migration-guide.md @@ -143,9 +143,11 @@ 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 @@ -157,4 +159,4 @@ Run on your MISP instance the following commands. ``` ### 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.