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

Perl error in pg_dump_backup service #364

Open
ioguix opened this issue Nov 30, 2023 · 0 comments
Open

Perl error in pg_dump_backup service #364

ioguix opened this issue Nov 30, 2023 · 0 comments
Labels

Comments

@ioguix
Copy link
Member

ioguix commented Nov 30, 2023

The pg_dump_backup is sometime failing with some perl warning.

Use of uninitialized value in subtraction (-) at ./bin/check_pgactivity line 6594.
Use of uninitialized value $ratio in multiplication (*) at ./bin/check_pgactivity line 873.
Use of uninitialized value $ratio in multiplication (*) at ./bin/check_pgactivity line 873.
Use of uninitialized value in subtraction (-) at ./bin/check_pgactivity line 6642.
POSTGRES_PGDUMP_BACKUP CRITICAL: 'db1_delta'=120062394B, 'db2_oldest'=NaNs, 'db2_newest'=NaNs, 'db2_size'=NaNB, 'db3_oldest'=NaNs, 'db3_newest'=NaNs, 'db3_size'=NaNB, 'db4_oldest'=NaNs, 'db4_newest'=NaNs, 'db4_size'=NaNB, 'db4_oldest'=NaNs, 'db5_newest'=NaNs, 'db5_size'=NaNB, 'db5_newest'=1d 16m17s

We do not know exactly how to reproduce this issue. This might comes from an empty status file, maybe from a new database appearing between two checks or anything else...

@Krysztophe Krysztophe added the bug label Nov 30, 2023
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

2 participants