I uncounted an error where pkg upgrade tries to install postgresql15-client package when I don't need it installed.
I have already upgraded my postgresql instance to 16. and it doesn't look like anything should need postgresql15-client.
How to I figure out what is requesting the install of postgresql15-client when it isn't current installed?
Code:
% sudo pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
Updating random repository catalogue...
random repository is up to date.
All repositories are up to date.
Checking for upgrades (219 candidates): 100%
Processing candidates (219 candidates): 100%
Checking integrity... done (3 conflicting)
- postgresql15-client-15.7 [FreeBSD] conflicts with postgresql16-client-16.4 [installed] on /usr/local/bin/clusterdb
- postgresql15-client-15.7 [FreeBSD] conflicts with postgresql16-client-16.4 [random] on /usr/local/bin/clusterdb
- postgresql15-client-15.8 [random] conflicts with postgresql16-client-16.4 [installed] on /usr/local/bin/clusterdb
Checking integrity... done (0 conflicting)
The following 48 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
grpc: 1.62.2_3,2 [random]
postgresql15-client: 15.8 [random]
I have already upgraded my postgresql instance to 16. and it doesn't look like anything should need postgresql15-client.
Code:
% pkg info -r postgresql15-client
pkg: No package(s) matching postgresql15-client
% pkg info -r postgresql16-client
postgresql16-client-16.4:
dovecot-2.3.21_6
postgresql16-contrib-16.3
postgresql16-server-16.4
How to I figure out what is requesting the install of postgresql15-client when it isn't current installed?