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
I did some more testing and when I tried to create a new hypertable I got the following error:
ERROR: tried calling catalog_get when extension isn't loaded
Googling led me to these issues #1682, #1844
I did a new backup of the source db on pg15 and restored again on the new db on pg16 and the issue went away.
I'm guessing there was some issue when upgrading from pg15 to pg16.
What type of bug is this?
Other
What subsystems and features are affected?
Gapfill
What happened?
After upgrading from v2.10.3 to v2.13.0
time_bucket_gapfill
is not filling gaps.If there is no data in the time range it returns no rows.
Running the above query on v2.10.3 returns the expected output.
Running the above query on v2.13.0 returns no data.
TimescaleDB version affected
2.13.0
PostgreSQL version used
16
What operating system did you use?
Windows 10 Enterprise x64
What installation method did you use?
Not applicable
What platform did you run on?
On prem/Self-hosted
Relevant log output and stack trace
No response
How can we reproduce the bug?
Explained in description
The text was updated successfully, but these errors were encountered: