auto_backup
auto_backup copied to clipboard
I installed module on odoo.sh but created backup file with 0 size.
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?
Solved in #272
cc: @Yenthe666
I have applied changes. but still getting same issue.
cc: @Yenthe666
If Odoo and PostgreSQL are not on the same server, for example, when using Docker installation, you may encounter the issue where the backup size is 0KB. You can try mounting the same directory to /var/run/postgresql on both the Odoo and PostgreSQL containers, for example: /yourpath:/var/run/postgresql Or change the database connection from a socket to a TCP connection.