Closed farazfazli closed 1 year ago
When was the last time you ran “cargo pgx init”?
@eeeebbbbrrrr That worked, thank you. Any idea what update is needed on the Dockerfile to make that work properly? I would prefer a Docker image for ease of spinning up/down.
That dockerfile seems to have:
RUN cargo install cargo-pgx --version 0.6.0-alpha.1 --locked
you need to use 0.7.2 at least currently, see https://github.com/tcdi/plrust/blob/main/plrust/build#L32
Hi,
I'm facing the following issue while following the installation instructions:
As an alternative, I also tried building and running a Dockerfile following these instructions: https://github.com/tcdi/plrust/issues/119#issuecomment-1320605716 and although Postgres is running, it looks like plrust hasn't been installed.
Any ideas what could be causing this? Thank you.