Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ray-odoo/ba754b059cc2a3b38da3399511625314 to your computer and use it in GitHub Desktop.
Save ray-odoo/ba754b059cc2a3b38da3399511625314 to your computer and use it in GitHub Desktop.
TURN OFF:
update ir_mail_server set active = 'f';
update fetchmail_server set active = 'f';
update ir_cron set active = 'f' where function = 'schedule_backup';
TURN ON:
update ir_mail_server set active = 't';
update fetchmail_server set active = 't';
update ir_cron set active = 't' where function = 'schedule_backup';
@jeanpaul-mupagasi
Copy link

Thank you for this gist!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment