auto_backup
auto_backup copied to clipboard
Automated database backups from Odoo, both locally and on an FTP server
Not quite understand why it happened Installation environment as followed: Python 3.8 Odoo15 Ubuntu20 Detail as followed: `Traceback (most recent call last): File "/opt/odoo15/odoo/odoo/tools/cache.py", line 85, in lookup r =...
First of all, thank you for the addon. I have been using it for a few years and recently saved me from a lot of headaches. I used to use...
Hello, I configured module on odoo.sh and try to backup. So, created backup file and transfer to another server but, backup file size is 0. Can you please provide solution?
2024-02-20 23:00:00,529 2816741 WARNING goodpi py.warnings: /opt/odoo16/odoo16/custom/auto_backup/models/db_backup.py:315: DeprecationWarning: Since 16.0, use `subprocess` directly. File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line...
Hello, I need to backup on AWS server and server provide the SSH key not provide the password. I am not able to add SSH key.
Installation environment as followed: Python 3.10 Odoo17.0 Ubuntu22.04 Detail as followed: RPC_ERROR Odoo Server Error Traceback (most recent call last): File "/opt/odoo/odoo/odoo/http.py", line 1765, in _serve_db return service_model.retrying(self._serve_ir_http, self.env) File...
required should be a boolean
This is a fantastic plugin! Thanks very much for sharing this with the community. In our odoo installation we run a second instance for testing. This instance is periodically replaced...
Hi guys, Is V17 branch stable and ready for usage on Odoo 17? Regards
'name': "Database auto-backup", 'version': '17.0.0.1', folder = fields.Char('Backup Directory', help='Absolute path for storing the backups', required='True', default='/odoo/backups') Should it not be? folder = fields.Char('Backup Directory', help='Absolute path for storing the...