guix/gnu/services
Christopher Baines bdcf4d88d5
services: databases: Don't specify a default postgresql version.
Currently, if the postgresql package major version changes, this is going to
break the service upon upgrade, because PostgreSQL will reject the data files
from the differing major version of the service.

Because it's important to either keep running a particular major version, or
intentionally upgrade, I think the configuration would be better with no
default. I think this is also going to be helpful when trying to assist users
upgrading PostgreSQL.

* gnu/services/databases.scm (<postgresql-configuration>): Remove default for
postgresql.
(postgresql-service-type): Remove the default value.
* gnu/tests/databases.scm (%postgresql-os): Update accordingly.
* gnu/tests/guix.scm (%guix-data-service-os): Update accordingly.
* gnu/tests/monitoring.scm (%zabbix-os): Update accordingly.
* gnu/tests/web.scm (patchwork-os): Update accordingly.
* doc/guix.texi (PostgreSQL): Update accordingly.
2020-10-20 22:39:43 +01:00
..
admin.scm
audio.scm
auditd.scm
authentication.scm
avahi.scm
base.scm
certbot.scm
cgit.scm
configuration.scm
cuirass.scm
cups.scm
databases.scm services: databases: Don't specify a default postgresql version. 2020-10-20 22:39:43 +01:00
dbus.scm
desktop.scm services: lxqt-desktop: Delete unbound lxqt-desktop-service. 2020-10-20 00:27:30 +03:00
dict.scm
dns.scm
docker.scm services: docker: Fix missing containerd-shim binary. 2020-10-17 00:43:24 +03:00
games.scm
ganeti.scm
getmail.scm
guix.scm services: guix: Fix coordinator agent. 2020-10-20 09:18:04 +02:00
herd.scm
hurd.scm
kerberos.scm
linux.scm
lirc.scm
mail.scm
mcron.scm
messaging.scm
monitoring.scm
networking.scm
nfs.scm
nix.scm
pam-mount.scm
pm.scm
rsync.scm
science.scm
sddm.scm
security-token.scm
shepherd.scm
sound.scm
spice.scm
ssh.scm
sysctl.scm
telephony.scm
version-control.scm
virtualization.scm
vpn.scm
web.scm services: nginx: Add lua module. 2020-10-14 23:41:26 +03:00
xorg.scm