Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
5499 Visualizações

Hello, 

Does anyone have a backup script  or a module that takes backup of databases withing some stipulated time and stores them in a to be specified  folder for either Odoo or OpenERP. 

Grateful for the help. 

Thanks

 

 

Avatar
Cancelar
Melhor resposta

Hello

may be the following Url could help ?

http://technobytz.com/automatic-sql-database-backup-postgres.html

 

Avatar
Cancelar
Melhor resposta

Hello,

are you on bash 4 and familiar with bash scripts and cron jobs? If so, this link will provide you with an generic example script how to dump DBs: https://wiki.postgresql.org/wiki/Automated_Backup_on_Linux

You will need the name of the db, db admin access and so on.

Avatar
Cancelar