auto_backup icon indicating copy to clipboard operation
auto_backup copied to clipboard

I installed module on odoo.sh but created backup file with 0 size.

Open sagars-emipro opened this issue 11 months ago • 3 comments

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?

sagars-emipro avatar Mar 08 '24 09:03 sagars-emipro

Solved in #272

cc: @Yenthe666

randall-vx avatar Mar 19 '24 03:03 randall-vx

I have applied changes. but still getting same issue. image

cc: @Yenthe666

sagars-emipro avatar Mar 19 '24 04:03 sagars-emipro

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.

yangyongyy55 avatar Sep 18 '24 07:09 yangyongyy55