citus
citus copied to clipboard
installing not possible on ubuntu 22.04
What I did?
- install postresql 14 from the build
- tried to do:
# Add Citus repository for package manager
curl https://install.citusdata.com/community/deb.sh | sudo bash
# install the server and initialize db
sudo apt-get -y install postgresql-14-citus-11.0
but it fals on the apt-get install command saying:

and then on apt-update this error comes too...

Please help / guide what to do
We're still waiting for Postgres support for 22.04 You can check it in https://www.postgresql.org/download/linux/ubuntu/ Latest LTS ubuntu release being supported by Postgres is 20.04 When Postgres starts supporting 22.04. We will add support as well
Patiently waiting ... :)
