I need some advice on how to configure Odoo 8.0 for automatic backup.
From what I’m reading online, it appears that this version of Odoo now needs both a pg_dump backup and a filestore backup (and the Manage Databases option in the log in dialog automatically puts both in a .dump file).
How can I automate this and schedule it to happen once or twice a day? The script examples I’m seeing online appear to only deal with the pg_dump part of the backup – not the filestore portion.
Another possibility I have noticed would be to implement this change http://anybox.fr/blog/postgresql-large-object-storage-for-odoo so that the large objects just get stored in the pg database and I can then just use the pg_dump scripts method without worrying about a separate filestore.
Thank you for your answer. Sorry i don't have enough karma yet to mark it as answered.....
If you are un Ubuntu, I can put all my script here for you. Just ask it. Have a good day.
If you are on Ubuntu, I can put all my script here for you. Just ask it. Have a good day.
Please do, Pascal - i would really appreciate it. I'm surprise that Odoo doesn't have automatic backup builtin consider how important it is....
I will publish my scripts in an other post. Did you try http://24.226.196.31:8069/web/database/manager ??? You can backup there. But it is not automatic.
https://www.odoo.com/forum/help-1/question/how-to-script-database-backup-on-ubuntu-70165