summaryrefslogtreecommitdiff
path: root/gnu/services/databases.scm
AgeCommit message (Expand)AuthorFilesLines
2026-06-19services: postgresql: Log to stderr instead of syslog by default.Maxim Cournoyer1-7/+10
2026-05-19services: postgresql: Use match-record to access record values.Maxim Cournoyer1-106/+106
2026-05-05services: mysql: Extend system profile with mysql package.Maxim Cournoyer1-1/+3
2026-04-28services: postgresql: Change default authentification method.Mattia Bunel1-2/+3
2026-04-07services: redis: Add prefix `redis-`.Ashvith Shetty1-6/+14
2026-03-09gnu: Remove postgresql-service procedure.Andreas Enge1-23/+0
2026-03-09gnu: Remove mysql-service procedure.Andreas Enge1-5/+0
2026-02-11gnu: postgresql-role: Avoid leaking passwords through kernel's command line f...Giacomo Leidi1-30/+80
2025-12-22services: Modernize redis service.Ashvith Shetty1-14/+32
2025-12-13services: postgres: Return #f on stop.Rutherther1-1/+1
2025-12-03Update Giacomo's email address.Giacomo Leidi1-1/+1
2025-05-02services: postgresql-role: Add support for password files.Giacomo Leidi1-6/+47
2025-04-23services: postgresql-service-type: Allow allowing to log into the user.Tomas Volf1-8/+24
2025-02-23services: Add missing Shepherd dependency on ‘user-processes’.Ludovic Courtès1-1/+1
2025-02-21services: Use ‘spawn-command’ instead of ‘fork’ + ‘waitpid’.Ludovic Courtès1-7/+9
2024-11-16gnu: postgresql-configuration: Unset default postgresql.Nicolas Graves via Guix-patches via1-4/+6
2024-10-28gnu: postgresql: Deprecate unsupported versions.Nicolas Graves1-1/+1
2024-03-30services: postgresql: Simplify execution of ‘initdb’.Ludovic Courtès1-6/+3
2024-03-30services: postgresql: Don't initdb when directory exists.Robert Vollmert1-33/+35
2023-12-22services: Remove unnecessary references to (gnu build shepherd).Ludovic Courtès1-22/+19
2023-08-16services: posgresql: Add option to specify UID/GID for postgres user.Martin Baulig1-12/+25
2023-08-11services: postgresql: Add more role fields.Miguel Moreno1-3/+16
2023-04-21services: postgresql: Add default package.Ludovic Courtès1-3/+3
2023-04-21services: redis: Add 'configuration' action.Ludovic Courtès1-0/+1
2023-04-21services: mysql: Add 'configuration' action.Ludovic Courtès1-0/+2
2023-04-21services: postgresql: Add 'configuration' action.Ludovic Courtès1-1/+2
2023-04-21services: postgresql: Add the 'postgresql' Shepherd service name.Ludovic Courtès1-1/+1
2022-11-20services: mysql: Run mariadb-install-db instead of hard coding schemas.Marius Bakke1-39/+18
2022-11-20services: mysql: Remove mysql-install-service in favor of wrapper.Marius Bakke1-94/+66
2022-11-20services: mysql-upgrade: Add log file.Marius Bakke1-2/+2
2022-11-20services: mysql-upgrade: Support custom datadir.Marius Bakke1-30/+31
2022-11-20gnu: mysql: Support custom data dir.Ellen Papsch1-68/+119
2022-04-29services: Add missing 'description' fields.Ludovic Courtès1-5/+12
2022-01-29services: postgresql: Export missing <postgresql-configuration> accessor.Marius Bakke1-0/+1
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus1-3/+3
2021-11-30services: Accept <inferior-package>s in lieu of <package>s.Tobias Geerinckx-Rice1-3/+3
2021-09-27services: database: Change postgresql default socket.Mathieu Othacehe1-2/+2
2021-04-27services: mysql: Add extra-environment as configuration option.methuselah-01-1/+6
2021-04-14Revert "services: mysql: Add extra-environment as configuration option."Leo Prikler1-6/+1
2021-04-13services: postgresql: Use "/tmp" host directory.Mathieu Othacehe1-1/+1
2021-04-13services: mysql: Add extra-environment as configuration option.methuselah-01-1/+6
2021-04-12services: postgresql: Change service default socket directory.Christopher Baines1-1/+1
2021-03-16gnu: Remove MongoDB.Léo Le Bouter1-88/+0
2021-02-23services: postgresql-roles: Fix race condition.Mathieu Othacehe1-11/+10
2021-02-22services: postgresql: Define a default value.Mathieu Othacehe1-1/+3
2021-02-06services: PostgreSQL: Quote database names.Marius Bakke1-3/+3
2021-01-28services: postgresql: Add postgresql-role-service-type.Mathieu Othacehe1-0/+102
2021-01-28services: postgresql: Wrap long lines.Mathieu Othacehe1-13/+19
2021-01-28services: postgresql: Add log directory support.Mathieu Othacehe1-8/+28
2021-01-28services: postgresql: Add socket directory support.Mathieu Othacehe1-9/+23