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

[Bug]: Update from 2.13.1 to 2.14.0 fails #6633

Closed
anajavi opened this issue Feb 12, 2024 · 0 comments · Fixed by #6636
Closed

[Bug]: Update from 2.13.1 to 2.14.0 fails #6633

anajavi opened this issue Feb 12, 2024 · 0 comments · Fixed by #6636
Assignees
Labels

Comments

@anajavi
Copy link

anajavi commented Feb 12, 2024

What type of bug is this?

Unexpected error

What subsystems and features are affected?

Other

What happened?

Updating from version 2.13.1 fails. Probably there is some dropped column somewhere, but it should not prevent upgrade.

# psql -X -U postgres db
psql (15.5)
Type "help" for help.

db=# alter extension timescaledb update;
ERROR:  column "........pg.dropped.6........" of relation "_compressed_hypertable_25" does not exist
CONTEXT:  SQL statement "ALTER TABLE _timescaledb_internal._compressed_hypertable_25 DROP COLUMN "........pg.dropped.6........""
PL/pgSQL function inline_code_block line 54 at EXECUTE
db=# 

I have upgraded the instance several times before, this is the first time the update fails.

TimescaleDB version affected

2.14.0

PostgreSQL version used

15.5

What operating system did you use?

container timescale/timescaledb:2.14.0-pg15-bitnami

What installation method did you use?

Other

What platform did you run on?

Google Cloud Platform (GCP)

Relevant log output and stack trace

No response

How can we reproduce the bug?

I don't have a way to reproduce the error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants