AW: How to check completeness of installation - Mailing list pgsql-novice

From Subramanian,Ramachandran
Subject AW: How to check completeness of installation
Date
Msg-id 5756d72dc39c4a3fa3bf2ff9f0cbfb9c@alte-leipziger.de
Whole thread Raw
In response to Re: How to check completeness of installation  (chris <psql-contact@citecs.de>)
Responses Re: How to check completeness of installation
List pgsql-novice
Thank you so much for your reply. 


 The command dpkg does not work in our installation 

[postgres@lx90158 ~]$ dpkg
-bash: dpkg: command not found
[postgres@lx90158 ~]$

RPM seems to be too vast a topic for me to try a quick and dirty command. Need to read up on it. 

I will NOT attempt to install Postgres as non root.  Thank you for your suggestion. 


LG

Ram



Freundliche Grüße

i. A. Ramachandran Subramanian
Zentralbereich Informationstechnologie

Alte Leipziger Lebensversicherung a.G.


Hallesche Krankenversicherung a.G.







Alte Leipziger Lebensversicherung a.G., Alte Leipziger-Platz 1, 61440 Oberursel
Vors. des Aufsichtsrats: Dr. Walter Botermann · Vorstand: Christoph Bohn (Vors.), Dr. Jürgen Bierbaum (stv. Vors.),
FrankKettnaker, Dr. Jochen Kriegmeier, Alexander Mayer, Christian Pape, Wiltrud Pekarek, Udo Wilcsek
 
Sitz Oberursel (Taunus) · Rechtsform VVaG · Amtsgericht Bad Homburg v. d. H. HRB 1583 · USt.-IdNr. DE 114106814





 
Hallesche Krankenversicherung a.G.,  Löffelstraße 34-38, 70597 Stuttgart
Vors. des Aufsichtsrats: Dr. Walter Botermann · Vorstand: Christoph Bohn (Vors.), Dr. Jürgen Bierbaum (stv. Vors.),
FrankKettnaker, Dr. Jochen Kriegmeier, Alexander Mayer, Christian Pape,
 
Wiltrud Pekarek, Udo Wilcsek
Sitz Stuttgart · Rechtsform VVaG · Amtsgericht Stuttgart HRB 2686 · USt.-IdNr. DE 147802285
Beiträge zu privaten Kranken- und Pflegekrankenversicherungen unterliegen nicht der Versicherungsteuer (§ 4 Nr. 5
VersStG)· Versicherungsleistungen sowie Umsätze aus Versicherungsvertreter-/Maklertätigkeiten sind umsatzsteuerfrei
 
 



 
Die Pflichtangaben der ALH Gruppe gemäß § 35a GmbHG bzw. § 80 AktG finden Sie hier:
https://www.alte-leipziger.de/impressum
 





______________________

ALH Gruppe
Alte Leipziger-Platz 1, 61440 Oberursel
Tel.: +49 (6171) 66-4882
Fax: +49 (6171) 66-800-4882
E-Mail: ramachandran.subramanian@alte-leipziger.de
www.alte-leipziger.de
www.hallesche.de



-----Ursprüngliche Nachricht-----
Von: chris <psql-contact@citecs.de> 
Gesendet: Donnerstag, 19. Februar 2026 10:44
An: Subramanian,Ramachandran IT-md-db <ramachandran.subramanian@alte-leipziger.de>
Cc: pgsql-novice@lists.postgresql.org
Betreff: Re: How to check completeness of installation

On Thu, Feb 19, 2026 at 08:59:29AM +0000, Subramanian,Ramachandran wrote:
> Hello,
> 
> we are in a Situation where Linux boxes are delivered to us with postgres installed.  
> Our group cannot install or upgrade. We do not have root privileges.
> 
> Yesterday I found out pg_waldump bin file is missing and today I found 
> out pg_archivecleanup is also missing.  I am new to postgres and do 
> not have a complete list of executables that are expected to be present.

Referring do Debian installations you should be able (unless it's explicitely prohibited) to use the debian package
managementto look around.
 

First you might want to look at the packages related to postgres installed:
    dpkg -l | grep postgres
then you can take a look at which files they contain, like:
    dpkg -L postgresql-server-dev-17

For RPM based distribution there are similar ways, just take a look at "man rpm".

>   1.  Is there any command or method with which we as DBAs can check for completeness of installation.

"completeness" is a vage description as there are numerous optional components.

>   2.  Is there any way with which we can install Postgress WITHOUT ROOT privileges.

You really should not do this, for several reasons. Just talk to the administration folks.

HTH, chris

pgsql-novice by date:

Previous
From: chris
Date:
Subject: Re: How to check completeness of installation
Next
From: chris
Date:
Subject: Re: How to check completeness of installation