PG Farm - Version 2
First make sure you have the PG Farm CLI installed (requires NodeJS). Additionally you need to PostgreSQL client (psql) installed on your machine for this example.
First install NodeJS:
Then install the PG Farm CLI:
npm install -g @ucd-lib/pgfarm
You may be need to install as root:
sudo npm install -g @ucd-lib/pgfarm
Then login and connect to database
pgfarm auth login
PGSERVICE=pgfarm psql [database-name]
pgfarm connect --help
will show you helper scripts for connecting from various sources/programming languages.
pgfarm auth --help
will show you more options for authentication and accessing your current authentication token.