-
Notifications
You must be signed in to change notification settings - Fork 882
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
circular 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 ) |
The same happen to us and we are on version 1.7.1. and we get: In which version do you estimate the warnings will be removed? Thanks, |
After upgrading from |
E.g. from timescaledb, See timescale/timescaledb#1581
I don't think the warning is completely harmless as mentioned above. If I try to restore the dump later on using |
this issue is happening to me also while trying to download from a managed.timescale.com, I am adding the option I can see in the tcpdump packets capture that my host ACKs a FIN packet sent by timescale which causes my host to close the connection is there any way to workaround this issue? |
I'm at 2.7.2 and still getting these warnings
PLEASE, if it's harmless, find a way to remove these warnings (or make it clear in documentation) |
I'm at 2.7.2 and still getting these warnings and... the restore process fails...no restore all data only the data if is not in a compression policy date...for example if I have older than 7 days, the pg_restore only restore the last 7 days...no more. |
Same issue |
1 similar comment
Same issue |
Have the same issue, i've the warning can be ignored it would be good to add it to the documentation on https://docs.timescale.com/timescaledb/latest/how-to-guides/backup-and-restore/troubleshooting/#versions-are-mismatched-when-dumping-and-restoring-a-database |
same issue |
Following the guide, it runs OK: -- BACKUP pg_dump -h <REMOTE_HOST> -p 55555 -U tsdbadmin -Fc -f tsdb.bak tsdb -- RESTORE SELECT timescaledb_pre_restore(); ! pg_restore -Fc -d tsdb tsdb.bak SELECT timescaledb_post_restore(); |
Any updates? Our whole team gets this noisy warning whenever running a It makes it harder for us to notice other important warnings or errors. As a lot of teams, we try to run a tight ship when it comes to warning fatigue, and this unaddressed 4-yo issue reflects poorly on the choice of Timescale within our team. |
@ejoubaud warning fatigue!!! I will be using this from now on. Thanks! |
Will add to the frustration of having wasted hours trying to research this just to find it's a long running loose end. |
Relevant system information:
postgres --version
): postgres (PostgreSQL) 11.2\dx
inpsql
): 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 ?
The text was updated successfully, but these errors were encountered: