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
We are trying to update the timescaledb_toolkit from 1.18 to 1.19 and get
mydatabase=# alter extension timescaledb_toolkit update to '1.19.0';
ERROR: extension "timescaledb_toolkit" has no update path from version "1.18.0" to version "1.19.0"
mydatabase=# \dx
List of installed extensions
Name | Version | Schema | Description
---------------------+---------+------------+---------------------------------------------------------------------------------------
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
timescaledb | 2.17.2 | public | Enables scalable inserts and complex queries for time-series data (Community Edition)
timescaledb_toolkit | 1.18.0 | public | Library of analytical hyperfunctions, time-series pipelining, and other SQL utilities
What are the steps to update the extension?
The new package was already installed on the OS.
Postgres is 14.10.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to update the timescaledb_toolkit from 1.18 to 1.19 and get
What are the steps to update the extension?
The new package was already installed on the OS.
Postgres is 14.10.
Beta Was this translation helpful? Give feedback.
All reactions