Odooers论坛

欢迎!

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


0

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

形象
丢弃
1 答案
0
形象
odoo
最佳答案

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 备注
形象
丢弃
形象
odoo
-

usefull answer..>Thanks