timescale/promscale_extension

make package throws --force-create-or-replace argument issue

cyapa opened this issue · 4 comments

cyapa commented

Hello,

In 0.6.0 tag source code when I try to run make package it throws an error at the line number 99:
cargo pgx schema pg${PG_BUILD_VERSION} --force-create-or-replace --release >/dev/null

image

I have Rust compiler installed. What could cause this? 🤔

Ran on : Ubuntu 20.04.5 LTS

Thanks! 🙏

Hi @cyapa. How did you install pgx?

cyapa commented

Hi @cyapa. How did you install pgx?

Hi, I used $ cargo install cargo-pgx

I see. We rely on our own fork of pgx. Please, use the install-cargo-pgx.sh script from this repository.

cyapa commented

I see. We rely on our own fork of pgx. Please, use the install-cargo-pgx.sh script from this repository.

Thank you so much for the very fast replies! I got it working ❤️