Vonng / pigsty

Battery-Included PostgreSQL Distro as a Free RDS Alternative
https://pigsty.io
GNU Affero General Public License v3.0
2.97k stars 241 forks source link

PostgreSQL extension installation failed #394

Closed ZanePoe closed 2 months ago

ZanePoe commented 2 months ago

I am conducting some technical selection.I just installed pigsty on ubuntu22.04 and want to install as many postgresql extensions as possible. I tested them one by one and only successfully installed these extensions. 2a1e74f1398f870caa8766098a8b0cf The usual errors are like this "(item=postgresql-16-set-user postgresql-16-show-plans) => {"ansible_loop_var": "item", "changed": false, "item": "postgresql-16-set-user postgresql-16-show-plans", "msg": "No package matching 'postgresql-16-set-user' is available"}" 32625f9609a4ea1764b74fe2be15363

My yml file is as follows: pigsty.txt

Vonng commented 2 months ago

extensions needs to be downloaded before installation by default. Check your repo_packages and /www/pigsty/ content.

ZanePoe commented 2 weeks ago

I follow this steps: image but cd /www/pigsty; repotrack "some_new_package_name"

This code reports an error:

repotrack:未找到命令

Why not download extensions automatically?

Vonng commented 1 week ago

I follow this steps: image but cd /www/pigsty; repotrack "some_new_package_name"

This code reports an error:

repotrack:未找到命令

Why not download extensions automatically?

well, the repotrack is for EL distributions, you should use apt download for ubuntu / debian distros.