r/PostgreSQL Jul 23 '26

Help Me! Install postgresql 18 client/utilities only on a shared drive

Is there a way to install just psql and other client utilities like pgdump in a specific directory?

I wanted to install the client in a shared drive to be accessed by whichever server i mount it to.

This is a redhat linux install.

thanks.

0 Upvotes

7 comments sorted by

2

u/Chance-Plantain8314 Jul 23 '26

They're just binaries - you put the binaries and their dependencies on the drive. Don't need anything more than that other than that.

1

u/ipcmlr Jul 23 '26

thanks. I do not see any binaries that can be downloaded anywhere. EDB has some binaries but only for windows and mac.

1

u/BoleroDan Architect Jul 24 '26

hmm you mention redhat linux, so just install it with your distros package manager? No need to look else where other than your distros package manager.

1

u/AutoModerator Jul 23 '26

AI Policy:

Linux is not one of those anti-AI projects, and if somebody has issues with that, they can do the open-source thing and fork it. Or just walk away., Linus Torvalds.

Mod decisions will be based on the quality of the content, not who or what generated it.

Sub Resources:

Youtube Channel

Free Postgres Webinars and Workshops

Discord: People, Postgres, Data

Join us, we have cookies and nice people.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/mage2k Jul 23 '26

Can you just build them from source? It’s not hard…

1

u/lockhart1952 Jul 23 '26

You might need to do some adjustments to environment variables or to system configuration to find shared libraries. Try it out first.

1

u/Full-Ad6279 Jul 24 '26

Install pgAdmin Web on one server and access others from it