citusdata / citus

Distributed PostgreSQL as an extension
https://www.citusdata.com
GNU Affero General Public License v3.0
10.58k stars 670 forks source link

installing not possible on ubuntu 22.04 #6013

Open Tomato6966 opened 2 years ago

Tomato6966 commented 2 years ago

What I did?

  1. install postresql 14 from the build
  2. 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:
![image](https://user-images.githubusercontent.com/68145571/174390607-caba1b3d-3b89-4a6e-a77c-6da4ec77e9c9.png)

and then on apt-update this error comes too...
![image](https://user-images.githubusercontent.com/68145571/174390560-f938c9e5-e692-4b9e-b624-be35ff8e69ea.png)

Please help / guide what to do
gurkanindibay commented 2 years ago

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

drednout commented 2 years ago

Patiently waiting ... :)

zhdun_small