I'm trying to install this PostgreSQL extension for PostgreSQL 14 on Ubuntu 22.04 LTS. I've gone through and followed your scripts and it reports:
The repository is set up! You can now install packages.
running:
sudo apt-get -y install postgresql-14-citus-10.2
yields:
E: Unable to locate package postgresql-14-citus-10.2
E: Couldn't find any package by glob 'postgresql-14-citus-10.2'
E: Couldn't find any package by regex 'postgresql-14-citus-10.2'
I've tried going to your website and set it for focal (20.04 LTS) and search for that package: https://packagecloud.io/citusdata/community/packages/ubuntu/focal/postgresql-14-citus-10.2_10.2.0.citus-1_amd64.deb
Unfortunately, there is no package there, just instructions to do what I've already done.
Do you have a location for this extension where is can be downloaded?
thanks.
I'm trying to install this PostgreSQL extension for PostgreSQL 14 on Ubuntu 22.04 LTS. I've gone through and followed your scripts and it reports:
The repository is set up! You can now install packages.
running:
sudo apt-get -y install postgresql-14-citus-10.2
yields:
E: Unable to locate package postgresql-14-citus-10.2
E: Couldn't find any package by glob 'postgresql-14-citus-10.2'
E: Couldn't find any package by regex 'postgresql-14-citus-10.2'
I've tried going to your website and set it for focal (20.04 LTS) and search for that package: https://packagecloud.io/citusdata/community/packages/ubuntu/focal/postgresql-14-citus-10.2_10.2.0.citus-1_amd64.deb
Unfortunately, there is no package there, just instructions to do what I've already done.
Do you have a location for this extension where is can be downloaded?
thanks.