Thread: postgres for disconnected environment
Most of the installations I have seen reach out to the Internet during the process. How hard is it to build a Postgres installation in a completely isolated environment? I have an internal network with not Internet connectivity that I would like to set up Postgres on.
Joey
Joey
Joey Quinn escribió: > Most of the installations I have seen reach out to the Internet during the > process. How hard is it to build a Postgres installation in a completely > isolated environment? I have an internal network with not Internet > connectivity that I would like to set up Postgres on. There's no reason for the install process to connect to the internet. If you have the source tarball and all the compile tools, or if you have all the necessary binary packages, then you should have no trouble setting it up at all. -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
On 12/30/2013 07:37 AM, Joey Quinn wrote: > Most of the installations I have seen reach out to the Internet during > the process. How hard is it to build a Postgres installation in a > completely isolated environment? I have an internal network with not > Internet connectivity that I would like to set up Postgres on. Well you have not said what OS you are installing on, or what you intend to do with Postgres. Given that, assuming you have a development environment set up, you could build from the source. There is still the problem of getting the source downloaded and transferred to the internal network. > > Joey > -- Adrian Klaver adrian.klaver@gmail.com
On 12/30/2013 7:37 AM, Joey Quinn wrote: > Most of the installations I have seen reach out to the Internet during > the process. How hard is it to build a Postgres installation in a > completely isolated environment? I have an internal network with not > Internet connectivity that I would like to set up Postgres on. what operating system? if its a RPM based linux like RHEL, CentOS, Fedora, just download the RPMs and install them from a local location (nfs mount, or even a usb stick). Pretty sure you can do the same with the deb files for a debian/ubuntu system -- john r pierce 37N 122W somewhere on the middle of the left coast