auto_backup
auto_backup copied to clipboard
Automated database backups from Odoo, both locally and on an FTP server
environment:centos7X64 + docker19(odoo12 community/postgres10.0),Setup: Backup once a day In the beginning, the backup was normal. Then, for some reason, it often happened every 3 minutes. When **the hard disk space...
Hi Yenthe Installed the requirements for the module. Restarted the containers (odoo and psql 10 db) added the pg_path=/usr/lib/postgresql/12/bin/ to odoo.conf as I could see thats where the postsql binaries...
Here's a scenario I came across today: I need to run the backup 3x/day in a certain db. I want to have 3 different folders: one for the 02:00 backup,...
The backup was not taken when using postgresql with md5 mode enabled.
Hello Yenthe, I have used this module for on-premise databases and it works perfectly (Thank you for a great add-on). Now I was wanting to deploy this module in an...
Hello, I can't solve this error. I have followed this thread : https://stackoverflow.com/questions/25609153/paramiko-error-reading-ssh-protocol-banner But with no success. Below is the message I get. Connection Test Failed! Here is what we...
Hello, As I said, no apparent error but no backup made. This is all the more frustrating as for another instance, it works very well! The parameters indicated in your...
When an exception happens, this addon leaves SFTP connection openned. And the next time that a backup is executed, it won't be able to put it into the SFTP server...
Hi, we are using this module to restore Staging env with some shell script: ``` 1. Install auto_backup on production server; 2. Schedule a daily backup; 3. Copy by ssh;...
Following lines showing error while transferring data to windows machine, https://github.com/Yenthe666/auto_backup/blob/f6dfe26080e60fb633069aaab4e54dbb159c7335/auto_backup/models/db_backup.py#L212 Here sftp is already assigned with directory, cannot be assigned again.I think iine must be commented https://github.com/Yenthe666/auto_backup/blob/f6dfe26080e60fb633069aaab4e54dbb159c7335/auto_backup/models/db_backup.py#L219 Here line...