Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcircular warning while backup using pg_dump with version 1.5.1 #1581
Comments
|
I've got exactly the same warning today while trying compression on my local db. Relevant system information: OS: Windows 10.0.18363.535 |
|
This warning is expected. It is harmless. We will look at getting rid of it in the future. |
|
I would be interested in contributing, would this be a good first issue? If so i would need some pointers where to get started! |
|
Glad I found this issue... I don't like scary warnings I don't understand, at least now I know |
|
Additionally, you may receive a WARNING during pg_dump that has caused some conflusion:
This doesn't represent a problem/error, just a little confusing. Just flagging here both if other comes across the issue, but also for the team to get feedback. (cc: @bboule ) |
Relevant system information:
postgres --version): postgres (PostgreSQL) 11.2\dxinpsql): 1.5.1Describe the bug
before upgrade, I'm using timescaledb 1.3, pg_dump gives no warning
after upgrading to 1.5.1 (and I've also compressed some chunks), same backup commands shows warnings
I wonder if this is expected behavior , or did I miss-configure something ?