pgcopydb on AUR (Arch User Repository)

Last updated: May 20,2024

1. Install "pgcopydb" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install pgcopydb on Arch using YAY

$ yay -S pgcopydb

* (Optional) Uninstall pgcopydb on Arch using YAY

$ yay -Rns pgcopydb

2. Manually Install "pgcopydb" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone pgcopydb's git locally

$ git clone https://aur.archlinux.org/pgcopydb.git ~/pgcopydb

c. Go to ~/pgcopydb folder and install it

$ cd ~/pgcopydb $ makepkg -si

3. Information about the pgcopydb package on Arch User Repository (AUR)

ID: 1385271
Name: pgcopydb
PackageBaseID: 198258
PackageBase: pgcopydb
Version: 0.15-1
Description: pgcopydb is a tool that automates running pg_dump | pg_restore between two running Postgres servers
URL: https://github.com/dimitri/pgcopydb
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: ssharunas
Submitter: ssharunas
FirstSubmitted: 1696758911
LastModified: 1705179883
URLPath: /cgit/aur.git/snapshot/pgcopydb.tar.gz