postgresql92-server (databases/postgresql92-server) Add to my watchlist
run postgresql92 as serverVersion: 9.2.24 License: Permissive
GitHub
| Maintainers | No Maintainer |
| Categories | databases |
| Homepage | https://www.postgresql.org/ |
| Platforms | {darwin any} |
| Variants | - |
"postgresql92-server" depends on
run (1)
build (1)
Ports that depend on "postgresql92-server"
No ports
Port notes
This port is for a software version that is no longer receiving upstream updates. It may have security vulnerabilities or other issues that will not be fixed. Newer versions are provided as separate ports. To create a database instance, after install do
sudo mkdir -p ${prefix}/var/db/postgresql92/defaultdb
sudo chown postgres:postgres ${prefix}/var/db/postgresql92/defaultdb
sudo -u postgres /bin/sh -c 'cd ${prefix}/var/db/postgresql92 && ${prefix}/lib/postgresql92/bin/initdb -D ${prefix}/var/db/postgresql92/defaultdb'
To tweak your DBMS, consider increasing kern.sysv.shmmax by adding an increased kern.sysv.shmmax .. to /etc/sysctl.conf A startup item has been generated that will aid in starting postgresql92-server with launchd. It is disabled by default. Execute the following command to start it, and to cause it to launch at startup:
sudo port load postgresql92-server
Port Health:
Loading Port Health