Skip to content
Snippets Groups Projects
Commit f1871890 authored by Xavier ALT's avatar Xavier ALT
Browse files

[FIX] mail: disable fetchmail servers on neutralize


When neutralizing the database we should disactivate all
fetchmail servers to prevent data loss (ex. when using POP)

opw-2758998

closes odoo/odoo#132379

Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
parent 5f1ad0c1
No related branches found
No related tags found
No related merge requests found
-- deactivate mail template
UPDATE mail_template
SET mail_server_id = NULL;
-- deactivate fetchmail server
UPDATE fetchmail_server
SET active = false;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment