Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
5494 Ansichten

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
Verwerfen
Beste Antwort

Hello

may be the following Url could help ?

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

 

Avatar
Verwerfen
Beste Antwort

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
Verwerfen