public inbox for [email protected]
help / color / mirror / Atom feedFrom: Kevin Brannen <[email protected]>
To: [email protected] <[email protected]>
Subject: RE: Relocatable Binaries (RPMs) : custom installation path for PostgreSQL
Date: Fri, 4 Jan 2019 15:08:14 +0000
Message-ID: <MN2PR19MB2575CA31DE92237BBD72459EA48E0@MN2PR19MB2575.namprd19.prod.outlook.com> (raw)
In-Reply-To: <CA+RSxMhkRuqfE=PpgHD70VCREo-f95LNoY15yx=T621a5Em9_A@mail.gmail.com>
References: <CA+RSxMihTbvv52SzTtdEnoWuq=UGCsR+VJbeY7mb9qh58ckqtA@mail.gmail.com>
<MN2PR19MB2575150C763A6726EEEF8D7FA48C0@MN2PR19MB2575.namprd19.prod.outlook.com>
<CA+RSxMhkRuqfE=PpgHD70VCREo-f95LNoY15yx=T621a5Em9_A@mail.gmail.com>
From: chiru r <[email protected]>
> I have tried to intall the RPMs with -relocate option,however it is not working as expected and throwing below error.
>
> [root@Server1dev:/root/PG11]#
> #-> rpm -ivh --relocate /usr/pgsql-11/=/u01/postgres/pg11_relocate/ postgresql11-server-11.1-1PGDG.rhel7.x86_64.rpm
> warning: postgresql11-server-11.1-1PGDG.rhel7.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 442df0f8: NOKEY
> Preparing... ################################# [100%]
> path /usr/pgsql-11 in package postgresql11-server-11.1-1PGDG.rhel7.x86_64 is not relocatable
> [root@server1dev:/root/PG11]#
Then you'll probably have to get the source from the Pg download area and compile it yourself and use "--prefix=/u01/postgres/pg11_relocate/" as an arg to the "configure" command. It's not hard, the process is well documented. We do this and 1 reason is to have it install into /opt, although we also compile it ourselves so we know what's going into the install.
It's either that or let it install where it wants to and then put a symlink in the place you want it, as someone else suggested.
HTH,
Kevin
This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may contain confidential information. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, distribution, review, copy or use of any of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately notify us by reply e-mail, and destroy the original transmission and its attachments without reading them or saving them to disk. Thank you.
view thread (8+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: RE: Relocatable Binaries (RPMs) : custom installation path for PostgreSQL
In-Reply-To: <MN2PR19MB2575CA31DE92237BBD72459EA48E0@MN2PR19MB2575.namprd19.prod.outlook.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox