Need to install timescaleDB toolkit for timescaleDB to enable stat analysis of continuous aggregate #760
SoumitraBhandary
started this conversation in
Feature Discussion
Replies: 1 comment
-
Hi Any guideline on this above issue , will be really helpful . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have one Postgres environemnt already running in Linux VM .
I have installed timescaledb extension .
But during installation I did not go for timescaleDB toolkit set up and installation steps, as it was not required.
Now I need to install timescaleDB toolkit in the same environment .
But I can see the steps as mentioned here : https://github.com/timescale/timescaledb-toolkit/blob/main/Readme.md
sudo apt-get install make gcc pkg-config clang postgresql-server-dev-14 libssl-dev
&
cargo pgx init --pg14 pg_config
Which requires to re init and re compile the PG BINARIES TO INSTALL THE TOOL KIT >
Is there any way I can install it in an already existing Postgres which was not compiled with cargo pgx ?
Please suggest.
Beta Was this translation helpful? Give feedback.
All reactions