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
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.
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.
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.
The text was updated successfully, but these errors were encountered: