v2.5.0 Ubuntu/Debian Support #332
Vonng
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Check v2.5.0 for the latest release note
Highlights
repo.pigsty.cc
and mirror on packagecloud.iopg_embedding
because it is no longer maintained, usepgvector
instead.pointcloud
with LIDAR data type support.hydra
and removecitus
from default installed extension list.pg_filedump
as PG major version independent package.Ubuntu Support
Pigsty has two ubuntu LTS support: 22.04 (jammy) and 20.04 (focal), and ship corresponding offline packages for them.
Some parameters need to be specified explicitly when deploying on Ubuntu, please refer to
ubuntu.yml
repo_upstream
: Adjust according to ubuntu / debian repo.repo_packages
: Adjust according to ubuntu / debian naming conventionnode_repo_local_urls
: use the default value:['deb [trusted=yes] http://${admin_ip}/pigsty ./']
node_default_packages
:zlib
->zlib1g
,readline
->libreadline-dev
vim-minimal
->vim-tiny
,bind-utils
->dnsutils
,perf
->linux-tools-generic
,acl
to ensure ansible tmp file privileges are set correctlyinfra_packages
: replace all_
with-
in names, and replacepostgresql16
withpostgresql-client-16
pg_packages
: replace all_
with-
in names,patroni-etcd
not needed on ubuntupg_extensions
: different naming convention, nopasswordcheck_cracklib
on ubuntu.pg_dbsu_uid
: You have to manually specifypg_dbsu_uid
on ubuntu, because PGDG deb package does not specify pg dbsu uid.API Changes
default values of following parameters have changed:
repo_modules
:infra,node,pgsql,redis,minio
repo_upstream
: Now add Pigsty Infra/MinIO/Redis/PGSQL modular upstream repo.repo_packages
: remove unusedkarma,mtail,dellhw_exporter
and pg 14 extra extensions, adding pg 16 extra extensions.pg_extensions
: citus is nolonger installed by default, andpasswordcheck_cracklib
is installed by defaultThis discussion was created from the release v2.5.0 Ubuntu/Debian Support.
Beta Was this translation helpful? Give feedback.
All reactions