Version v3.7.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot.
For up-to-date documentation, see the latest version.
ls /www/pigsty
cat ~/pigsty/pigsty.yml | grep node_repo_modules
sudo su - postgres
pg list
pb info
pg-backup incr
pb list
psql
SELECT * FROM pg_available_extensions;
# download this offline package and put it to /tmp/pkg.tgz, we just skip downloading here# curl https://github.com/pgsty/pigsty/releases/download/v3.6.0/pigsty-pkg-v3.6.0.el9.x86_64.tgz -o /tmp/pkg.tgzscp ~/pigsty/dist/v3.6.0/pigsty-v3.6.0.tgz meta:~/pigsty.tgz
# download source package and extract it to ~/pigsty, we just skip downloading here# curl https://github.com/pgsty/pigsty/releases/download/v3.6.0/pigsty-v3.6.0.tgz -o ~/pigsty.tgz; tar xzf ~/pigsty.tgz -C ~/scp ~/pigsty/dist/v3.6.0/pigsty-pkg-v3.6.0.el9.aarch64.tgz meta:/tmp/pkg.tgz
ssh meta
tar -xf pigsty.yml # extract pigsty source tarballcd pigsty # enter pigsty home dir./bootstrap # now bootstrap pigsty from local repo./configure # generate pigsty.ymlvi pigsty.yml # use local repo rather than install from the internet upstream repo#node_repo_modules: local./install.yml