I am using openERP v6.1 and I would like to know which one is best suited for automatic database backup (let daily backups be)
The "Backup" parameter in the web interface in "Database Management" allows you to restore and create a database in one step. Of course, this must be done manually. Is there a way to automate this process and get the same type of backups as a result? (I'm not sure which file it exports as * .dump)
I tried pg_dump, but I can’t import this file (I tried raw sql and gziped text) from the web interface, of course, there must be different formats. And I have some problems trying to import pg_dump backup for postgres with psql. I can restore the backup, but then when you accessed the site on the Internet, I saw openERP empty
Any thoughts on best practices for this?
source
share