SOLVED noob question on freebsd ports

fahadshery

Contributor
Joined
Sep 29, 2017
Messages
179
Hi,

If I search postgres14 in a jail, this is what I get:

Code:
pkg search postgresql14
pgtcl-postgresql14-2.1.1_2     TCL extension for accessing a PostgreSQL server (PGTCL-NG)
postgresql14-client-14.1       PostgreSQL database (client)
postgresql14-contrib-14.1      The contrib utilities from the PostgreSQL distribution
postgresql14-docs-14.1         The PostgreSQL documentation set
postgresql14-plperl-14.1       Write SQL functions for PostgreSQL using Perl5
postgresql14-plpython-14.1     Module for using Python to write SQL functions
postgresql14-pltcl-14.1        Module for using Tcl to write SQL functions
postgresql14-server-14.1       PostgreSQL is the most advanced open-source database available anywhere


But postgres14.2 is available via Postgres Packages. How do I install that?

Thanks.
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
You'd have to change the package repository to latest to get the newer version. By default a jail package repository is set to quarterly for stability reasons and postregres14.1 is whats available on the quarterly branch. If you must have the latest version then you'll have to do a pkg override to get your package repository set to latest.
 
Top