Skip to content

Restart all foodsharing services after production deployment

Stefan C requested to merge fix_job_restart into master

What does this MR do?

When we deploy, we need to restart all services to run the current code

  • For mailqueuerunner and websocket this needs to be done manually by the deploy user
  • For php-fpm this is not needed
  • for nginx this is not needed (i think?)

How confident are you it won't break things if deployed?

99%

Links to related issues

https://yunity.slack.com/archives/C1T1ZM9A4/p1672056900914379

How to test

Don't think we can test it

Checklist

Merge request reports