I have a fairly old PostgreSQL installation (PG11) running. Timescale is at version 1.4… I know - really old.
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!