How to stop Core Scheduled Job while migrating the bench or updating the bench

Hi @Rohan_Kumbhar,

You can also try like when you can apply command before migrate like

bench disable-scheduler
// OR
bench --site [sitename] disable-scheduler

scheduler will stop.

then after migrate enable the scheduler.

bench enable-scheduler
// OR
bench --site [sitename] enable-scheduler

I hope this helps.

Thank You!