Download of older Version

I have a fairly old PostgreSQL installation (PG11) running. Timescale is at version 1.4… I know - really old. :slightly_smiling_face:
I need to install the latest Timescale version that supports PG11. It looks like this might be version 2.5, as far as I can tell.
However, I can’t find a download for it.
Does anyone know where I can download a compiled Timescale for PG11?

Additionally, I’m not sure how to update from 1.4 to 2.5. Can I just use ALTER EXTENSION? Or is there more I need to do?

Thanks in advance!

Hi @JensKl :wave:

Postgres11 is not maintained anymore and we don’t build compatible extensions for it anymore.

We have several guides to make the steps for upgrades independently:

How many hypertables do you have? maybe it’s just faster to dump your hypertables as csv content and reload with timescaledb-parallel-copy in a fresh database?