Installation
Script Installation
The simplest way to install pig is to run the following installation script:
Default Installation (Cloudflare CDN):
China Mirror:
This script downloads the latest pig RPM/DEB package from the Pigsty software repository and installs it using rpm or dpkg.
Script installation targets Linux x86_64 / aarch64 RPM or DEB distributions. On macOS, use the binary from the release tarball.
Specify Version
You can request a particular version that is already published on the selected mirror by passing the version number as an argument:
Default Installation (Cloudflare CDN):
China Mirror:
Mirror publication can lag the GitHub release. For the exact current release, use the GitHub artifacts below.
Download Release Artifacts
Current v1.8.1 installation packages (RPM/DEB/tarball) are available from the GitHub Release, with published hashes in checksums.txt. Use the following direct URL pattern:
https://github.com/pgsty/pig/releases/download/v1.8.1/<filename>
In this filename template, X.Y.Z is the current 1.8.1 release:
Release assets for the current version
vX.Y.Z/
- pig_X.Y.Z-1_amd64.deb
- pig_X.Y.Z-1_arm64.deb
- pig-X.Y.Z-1.aarch64.rpm
- pig-X.Y.Z-1.x86_64.rpm
- pig-vX.Y.Z.linux-amd64.tar.gz
- pig-vX.Y.Z.linux-arm64.tar.gz
- pig-vX.Y.Z.darwin-amd64.tar.gz
- pig-vX.Y.Z.darwin-arm64.tar.gz
After extracting, place the binary file in your system PATH. The equivalent Pigsty mirror directory becomes available after repository synchronization; check the target URL before using a version-pinned installer command.
Repository Installation
The pig software is located in the pigsty-infra repository. You can add this repository to your operating system and then install using the OS package manager:
Choose the package-manager tab for the target host:
These minimal repository examples deliberately use gpgcheck=0 / trusted=yes, matching PIG’s compatibility-oriented defaults. In a security-sensitive environment, install and pin the appropriate signing key, enable signature verification, and review package provenance before adopting the repository.
Update
To upgrade an existing pig version to the latest available version, use the following command:
To update the extension data of an existing pig to the latest available version, use the following command:
Uninstall
Build from Source
You can also build pig yourself. pig is developed in Go and is very easy to build. The source code is hosted at github.com/pgsty/pig
The published PIG CLI RPM/DEB release packages are built by the project’s GitHub Actions/Goreleaser workflow. This statement applies to the PIG executable packages, not to every PostgreSQL extension package in the catalog.