postgresql91-server (databases/postgresql91-server) Add to my watchlist
run postgresql91 as serverVersion: 9.1.24 License: Permissive
GitHub
| Maintainers | No Maintainer |
| Categories | databases |
| Homepage | https://www.postgresql.org/ |
| Platforms | {darwin any} |
| Variants | - |
"postgresql91-server" depends on
run (1)
build (1)
Ports that depend on "postgresql91-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/postgresql91/defaultdb
sudo chown postgres:postgres ${prefix}/var/db/postgresql91/defaultdb
sudo -u postgres /bin/sh -c 'cd ${prefix}/var/db/postgresql91 && ${prefix}/lib/postgresql91/bin/initdb -D ${prefix}/var/db/postgresql91/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 postgresql91-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 postgresql91-server
Port Health:
Loading Port Health