Skip to content
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

0kb backup files with DEFAULT_PARALLEL_COMPRESSION_THREADS set to incorrect value #335

Open
Maypul opened this issue Mar 31, 2024 · 0 comments
Labels

Comments

@Maypul
Copy link

Maypul commented Mar 31, 2024

Summary

Hi, I have noticed, both for Postgres and Maria DB, when I had set DEFAULT_PARALLEL_COMPRESSION_THREADS to a wrong value (initially I left it at 'autodetected' and forgot to change), the container did not report any error, but when scheduled backup started, it also completed without errors but all backup files had 0 kb. Once I commented out this variable, all backups have sizezs.

Steps to reproduce

In the compose, set DEFAULT_PARALLEL_COMPRESSION_THREADS to a wrong value, for example:
DEFAULT_PARALLEL_COMPRESSION_THREADS: autodetected

What is the expected correct behavior?

Backups have some sime, not 0 kbs.

Relevant logs and/or screenshots

The logs in console all "normal", as they end with no errors, just complete instantly.

Environment

Docker

  • Image version / tag: latest
  • Host OS: Synology DSM NAS OS

Possible fixes

I would guess the container should maybe error out if the variable has not possible value for it to use?

@Maypul Maypul added the bug label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant