-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto back up make zero size .zip backup file #226
Comments
here is my odoo server log 2022-07-03 13:30:17,626 1581 WARNING ? odoo.http: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. |
@zeintiz I have the same problem |
Same problem on v.16, but all logs are fine. This module works fine on all my instances except one, that have the same configuration as worked ones, but generate 0-bytes .zip archives in manual and auto mode. I've tried to reinstall this module many times, down/up my container, have checked read/write to /tmp and /mnt, but result is the same. |
I have the same problem with Odoo 16 in docker. I can generate pg_dump file correctly but zip file is created with 0 bytes size. |
I have the same issue with odoo 14. I found an issue in my case (odoo 14, OS debian 10), the host system is CentOS 7 with PG 13. I made the following change in my Dockerfile: Also, I made some additional changes in the forked version of backup addon, like:
Side notes:
|
I have just need to rebuild docker container, and this problem were gone. |
hello
We have Odo 13. We have several databases in different sizes. We installed auto backup module , and worked fine until 10 days. It has been taking backups without error , but the backup size of our large database is zero. All our database backups are working properly (small size) , but the largest database( is around 1.7 gig) has zero size, and it is getting bigger day by day. Until last week, there have 15 concurrent users, and since last week, it has become 18 users.
I will send the specifications of the config file and automatic backup settings. I will also send the odoo server log. its our production server. that we don't have debug tools on it.
any idea. any help. please.
tankx in advance
configuration page:
odoo.conf:
[options]
addons_path = /usr/lib/python3/dist-packages/odoo/addons,/usr/lib/python3/dist-packages/odoo/addons-custom
admin_passwd = 92Bs3rg
csv_internal_sep = ,
data_dir = /var/lib/odoo/.local/share/Odoo
db_host = False
db_maxconn = 64
db_name = False
db_password = False
db_port = False
db_sslmode = prefer
db_template = template0
db_user = odoo
dbfilter =
demo = {}
email_from = False
geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb
http_enable = True
http_interface =
http_port = 8069
import_partial =
limit_memory_hard = 2684354560
limit_memory_soft = 2147483648
limit_request = 8192
limit_time_cpu = 60
limit_time_real = 120
limit_time_real_cron = -1
list_db = True
log_db = False
log_db_level = warning
log_handler = :INFO
log_level = info
logfile = /var/log/odoo/odoo-server.log
longpolling_port = 8072
max_cron_threads = 2
osv_memory_age_limit = 1.0
osv_memory_count_limit = False
pg_path =
pidfile =
proxy_mode = False
reportgz = False
screencasts =
screenshots = /tmp/odoo_tests
server_wide_modules = base,web
smtp_password = False
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
smtp_user = False
syslog = False
test_enable = False
test_file =
test_tags = None
translate_modules = ['all']
unaccent = False
upgrade_path =
without_demo = False
workers = 0
The text was updated successfully, but these errors were encountered: