mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
c311147bd1
Fixes <https://bugs.gnu.org/46737>. PostgreSQL running with a different socket directory to the default one in the package itself breaks some services, this commit restores the previous behaviour where PostgreSQL by default will run with a socket directory that matches the default used by PostgreSQL packaged for Guix. Switching to a different default value can happen, but only alongside changing the PostgreSQL package. * gnu/services/databases.scm (<postgresql-config-file>)[socket-directory]: Change default to #false. * doc/guix.texi (Database Services): Update documentation, and specify a different value for disabling connections via sockets. * gnu/tests/guix.scm (%guix-data-service-os): Use default PostgreSQL behaviour. * gnu/tests/monitoring.scm (%zabbix-os): Likewise. * gnu/tests/web.scm (patchwork-os): Likewise. Signed-off-by: Leo Famulari <leo@famulari.name> |
||
---|---|---|
.. | ||
audio.scm | ||
base.scm | ||
ci.scm | ||
cups.scm | ||
databases.scm | ||
desktop.scm | ||
dict.scm | ||
docker.scm | ||
file-sharing.scm | ||
ganeti.scm | ||
guix.scm | ||
install.scm | ||
ldap.scm | ||
linux-modules.scm | ||
mail.scm | ||
messaging.scm | ||
monitoring.scm | ||
networking.scm | ||
nfs.scm | ||
package-management.scm | ||
reconfigure.scm | ||
rsync.scm | ||
security-token.scm | ||
singularity.scm | ||
ssh.scm | ||
version-control.scm | ||
virtualization.scm | ||
web.scm |