timescaledb-toolkit icon indicating copy to clipboard operation
timescaledb-toolkit copied to clipboard

self-hosted installation doesn't install cargo

Open inselbuch opened this issue 3 years ago • 2 comments

These steps are insufficient:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh sudo apt-get install make gcc pkg-config clang postgresql-server-dev-13 libssl-dev cargo install --git https://github.com/JLockerman/pgx.git --branch timescale cargo-pgx &&
cargo pgx init --pg13 pg_config git clone https://github.com/timescale/timescale-analytics &&
cd timescale-analytics/extension cargo pgx install --release &&
cargo run --manifest-path ../tools/post-install/Cargo.toml -- pg_config

sudo apt install cargo?

inselbuch avatar Aug 16 '21 19:08 inselbuch

have you tried to just restart your shell, because the path needs to be updated?

MrLight avatar Aug 23 '21 14:08 MrLight

@inselbuch Did you ever figure this out? Having the same problem

JohnSweeney85 avatar Jan 13 '22 21:01 JohnSweeney85