hi. i have timescale db 2.9.2 with PostgreSQL 12 how update to timescale 2.11?
i do
ALTER EXTENSION timescaledb UPDATE TO ‘2.11.0’;
return
ERROR: extension “timescaledb” has no update path from version “2.9.2” to version “2.11.0”
and
ALTER EXTENSION timescaledb UPDATE ;
NOTICE: version “2.9.2” of extension “timescaledb” is already installed
i dont want to lose data