mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
Readme: added instructions for FreeBSD Jails
This commit is contained in:
parent
8a5353d693
commit
3a6cb010d6
1 changed files with 10 additions and 0 deletions
10
README.rst
10
README.rst
|
@ -41,6 +41,16 @@ Installs the PostgreSQL adapter for Python on Linux.
|
|||
Installs the PostgreSQL server package on Linux, prepares the DB cluster and starts the server using
|
||||
packaged init script, job or unit.
|
||||
|
||||
|
||||
.. note::
|
||||
|
||||
For PostgreSQL server before version 10 to work inside a **FreeBSD Jail**
|
||||
set ``sysvshm=new`` and ``sysvsem=new``.
|
||||
DO NOT SET ``allow.sysvipc=1``. It defeats the purpose of using Jails.
|
||||
|
||||
Further information: https://blog.tyk.nu/blog/freebsd-jails-and-sysv-ipc/
|
||||
|
||||
|
||||
``postgres.server.image``
|
||||
-------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue