I need to achieve the database backup at particular time everyday in version 7.0 ? Do anyone know how to proceed this?
Thanks in Advance !!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I need to achieve the database backup at particular time everyday in version 7.0 ? Do anyone know how to proceed this?
Thanks in Advance !!
If you work with a Linux server you should schedule your backup with cron
http://www.cyberciti.biz/faq/how-do-i-add-jobs-to-cron-under-linux-or-unix-oses/
the job you have to schedule is something like this:
sudo -u openerp pg_dump <name of="" the="" database=""> > backup_file.sql
Hope this helps
I found a link which was related to this question. http://help.openerp.com/question/8899/how-do-i-automate-database-backups/ I also tried the python script mentioned in the link, but it does'nt work
1) You could use http://www.postgresql.org/docs/9.0/static/continuous-archiving.html (Continuous Archiving) Postgres feature.
2) There is a the http://www.pgbarman.org/ (pgBarman project)
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
4
thg 7 24
|
33918 | ||
|
1
thg 11 23
|
4223 | ||
|
2
thg 4 22
|
2893 | ||
|
1
thg 8 19
|
8965 | ||
|
2
thg 10 16
|
6751 |