You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I tried uploading my backups to an S3 storage (contabostorage) and I’m getting the error message 'argument of type 'NoneType' is not iterable' during debug.
Steps to reproduce
What is the expected correct behavior?
uploaded backups
Relevant logs and/or screenshots
2024-10-08.19:08:37 [DEBUG] /etc/services.available/dbbackup-02/run ** [02-mariadb__ngnix_proxy_manager] Skipping SSL verification for HTTPS S3 Hosts
+ output_on
+ '[' true = true ']'
+ case "$(basename "$0")" in
++ basename ./run
+ case "$PWD" in
+ set -x
+ var_true ''
+ '[' '' = true ']'
+ '[' '' = yes ']'
+ s3_ssl=--no-verify-ssl
+ [[ -n eu2.contabostorage.com ]]
+ PARAM_AWS_ENDPOINT_URL=' --endpoint-url https://eu2.contabostorage.com'
+ silent aws --endpoint-url https://eu2.contabostorage.com s3 cp /tmp/backups/02_dbbackup.FuQx7Y/mariadb_ngnix_proxy_manager_mariadb_20241008-190836.sql.zst s3://mariadbbackup//mariadb_ngnix_proxy_manager_mariadb_20241008-190836.sql.zst --no-verify-ssl
+ '[' true = true ']'
+ aws --endpoint-url https://eu2.contabostorage.com s3 cp /tmp/backups/02_dbbackup.FuQx7Y/mariadb_ngnix_proxy_manager_mariadb_20241008-190836.sql.zst s3://mariadbbackup//mariadb_ngnix_proxy_manager_mariadb_20241008-190836.sql.zst --no-verify-ssl
/usr/lib/python3.12/site-packages/urllib3/connectionpool.py:1061: InsecureRequestWarning: Unverified HTTPS request is being made to host 'eu2.contabostorage.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
upload failed: ./mariadb_ngnix_proxy_manager_mariadb_20241008-190836.sql.zst to s3://mariadbbackup//mariadb_ngnix_proxy_manager_mariadb_20241008-190836.sql.zst argument of type 'NoneType' is not iterable
+ move_exit_code=1
Environment
Image version / tag: ghcr.io/tiredofit/docker-db-backup:latest
Summary
Hey, I tried uploading my backups to an S3 storage (contabostorage) and I’m getting the error message 'argument of type 'NoneType' is not iterable' during debug.
Steps to reproduce
What is the expected correct behavior?
uploaded backups
Relevant logs and/or screenshots
Environment
The text was updated successfully, but these errors were encountered: