Re: Installing PostgreSQL as non-root by Extracting the binaries from RPMs

2018-05-21 Thread Thiagarajan Lakshminarayanan
azy easy and, in fact, there already exist > Docker images with Postgres installed that you could just download and use. > Postgres will be entirely under local user control and requires no system > level access. > > -- Ben > > On Mon, May 21, 2018 at 9:23 PM, Thiagarajan

Installing PostgreSQL as non-root by Extracting the binaries from RPMs

2018-05-21 Thread Thiagarajan Lakshminarayanan
Hello, In our environment, our standard RHEL OS install comes with all the PostgreSQL required packages / libraries installed. So, can I just extract the binaries from PostgreSQL RPMs via rpm2cpio and create a tar file and install it as non-root user in an alternate location? I tested the above

PostgreSQL Download

2018-02-13 Thread Thiagarajan Lakshminarayanan
Hello, The official postgresql download site ( https://www.postgresql.org/download/linux/redhat/) has a link to download the tar archives (https://www.enterprisedb.com/download-postgresql-binaries) or interactive installer from EnterpriseDB. Is the above download from EnterpriseDB is open source