我正在关注文档安装 PostgreSQL 和 Citus 扩展:
# 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-12-citus-9.1
我得到:
我查看了 bash 脚本,它似乎可以完成所需的操作。有人能告诉我为什么找不到包吗?
我在 Windows 10 下使用 Hyper-V 在虚拟机上运行 Ubuntu 19.04。此外,我还安装并运行了 PostgreSQL 12:
答案1
Citus 目前仅支持 Ubuntu 的 LTS 版本(16.04 和 18.04)。此外,正如 @Daniel Vérité 所说,19.04 已到达其 EOL。