summaryrefslogtreecommitdiff
path: root/gnu/services/databases.scm
AgeCommit message (Expand)Author
2026-04-07services: redis: Add prefix `redis-`.Ashvith Shetty
2026-03-09gnu: Remove postgresql-service procedure.Andreas Enge
2026-03-09gnu: Remove mysql-service procedure.Andreas Enge
2026-02-11gnu: postgresql-role: Avoid leaking passwords through kernel's command line f...Giacomo Leidi
2025-12-22services: Modernize redis service.Ashvith Shetty
2025-12-13services: postgres: Return #f on stop.Rutherther
2025-12-03Update Giacomo's email address.Giacomo Leidi
2025-05-02services: postgresql-role: Add support for password files.Giacomo Leidi
2025-04-23services: postgresql-service-type: Allow allowing to log into the user.Tomas Volf
2025-02-23services: Add missing Shepherd dependency on ‘user-processes’.Ludovic Courtès
2025-02-21services: Use ‘spawn-command’ instead of ‘fork’ + ‘waitpid’.Ludovic Courtès
2024-11-16gnu: postgresql-configuration: Unset default postgresql.Nicolas Graves via Guix-patches via
2024-10-28gnu: postgresql: Deprecate unsupported versions.Nicolas Graves
2024-03-30services: postgresql: Simplify execution of ‘initdb’.Ludovic Courtès
2024-03-30services: postgresql: Don't initdb when directory exists.Robert Vollmert
2023-12-22services: Remove unnecessary references to (gnu build shepherd).Ludovic Courtès
2023-08-16services: posgresql: Add option to specify UID/GID for postgres user.Martin Baulig
2023-08-11services: postgresql: Add more role fields.Miguel Moreno
2023-04-21services: postgresql: Add default package.Ludovic Courtès
2023-04-21services: redis: Add 'configuration' action.Ludovic Courtès
2023-04-21services: mysql: Add 'configuration' action.Ludovic Courtès
2023-04-21services: postgresql: Add 'configuration' action.Ludovic Courtès
2023-04-21services: postgresql: Add the 'postgresql' Shepherd service name.Ludovic Courtès
2022-11-20services: mysql: Run mariadb-install-db instead of hard coding schemas.Marius Bakke
2022-11-20services: mysql: Remove mysql-install-service in favor of wrapper.Marius Bakke
2022-11-20services: mysql-upgrade: Add log file.Marius Bakke
2022-11-20services: mysql-upgrade: Support custom datadir.Marius Bakke
2022-11-20gnu: mysql: Support custom data dir.Ellen Papsch
2022-04-29services: Add missing 'description' fields.Ludovic Courtès
2022-01-29services: postgresql: Export missing <postgresql-configuration> accessor.Marius Bakke
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-30services: Accept <inferior-package>s in lieu of <package>s.Tobias Geerinckx-Rice
2021-09-27services: database: Change postgresql default socket.Mathieu Othacehe
2021-04-27services: mysql: Add extra-environment as configuration option.methuselah-0
2021-04-14Revert "services: mysql: Add extra-environment as configuration option."Leo Prikler
2021-04-13services: postgresql: Use "/tmp" host directory.Mathieu Othacehe
2021-04-13services: mysql: Add extra-environment as configuration option.methuselah-0
2021-04-12services: postgresql: Change service default socket directory.Christopher Baines
2021-03-16gnu: Remove MongoDB.Léo Le Bouter
2021-02-23services: postgresql-roles: Fix race condition.Mathieu Othacehe
2021-02-22services: postgresql: Define a default value.Mathieu Othacehe
2021-02-06services: PostgreSQL: Quote database names.Marius Bakke
2021-01-28services: postgresql: Add postgresql-role-service-type.Mathieu Othacehe
2021-01-28services: postgresql: Wrap long lines.Mathieu Othacehe
2021-01-28services: postgresql: Add log directory support.Mathieu Othacehe
2021-01-28services: postgresql: Add socket directory support.Mathieu Othacehe
2021-01-28services: postgresql: Use Guile datatypes.Mathieu Othacehe
2020-12-01services: MySQL: Fix indentation.Marius Bakke
2020-12-01services: databases: Do not export record type descriptors.Marius Bakke
2020-11-28services: MySQL: Upgrade database schemas automatically.Marius Bakke