Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Can we get a notification when an Odoo.sh daily backup has been completed?

Avatar
odoo
Avatar
Discard
1 Answer
0
Avatar
odoo
Best Answer

You can create a custom Scheduled Action that periodically checks the container filesystem for the backup files and compares the date from one of them to a date you have stored in a System Parameter, then take action when you detect a difference.

The backup file is stored in

/home/odoo/backup.daily

Look for a folder, a *.json file and a gzippped *.sql file with _daily as the last 6 characters.

1 Comment
Avatar
Discard
Avatar
odoo
-

usefull answer..>Thanks