summaryrefslogtreecommitdiff
path: root/gnu/services/databases.scm
AgeCommit message (Expand)Author
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
2020-11-28services: MySQL: Make the socket configurable....Marius Bakke
2020-11-28services: MySQL: Bind to localhost only by default....Marius Bakke
2020-11-28services: MySQL: Deprecate 'mysql-service'....Marius Bakke
2020-10-20services: databases: Don't specify a default postgresql version....Christopher Baines
2020-10-20services: databases: Deprecate the postgresql-service procedure....Christopher Baines
2020-08-01services: postgresql: Provide postgresql commands....Pierre Neidhardt
2020-01-17gnu: services: Allow extra content in mysql configuration....Alex Sassmannshausen
2020-01-14gnu: services: Fix mysql service activation....Julien Lepiller
2019-07-02gnu: postgres service: More secure default permissions....Robert Vollmert
2018-10-04gnu: postgresql: Add extension-packages....Julien Lepiller
2018-08-13services: postgresql: Get the Shepherd to respawn PostgreSQL....Clément Lassieur
2018-03-17services: databases: Change quote' to single-quote....Christopher Baines
2018-03-10services: databases: Add postgresql-configuration record exports....Christopher Baines
2018-03-10services: Rework the PostgreSQL config file to use a record type....Christopher Baines
2018-03-03services: redis: Add a default-value to the redis-service-type....Christopher Baines
2018-03-03services: mysql: Add a default-value to the mysql-service-type....Christopher Baines
2018-03-03services: postgresql: Add a default-value to the postgresql-service-type....Christopher Baines
2018-01-25services: postgresql: Use pg_ctl to start and stop postgres....Clément Lassieur
2017-10-06services: Add MongoDB....Christopher Baines
2017-08-15gnu: Fix memcached service startup....Christopher Baines
2017-07-30services: Add memcached....Christopher Baines
2017-01-12services: Add 'redis-service-type'....Christopher Baines
2016-12-15services: postgresql: Add locale to configuration...Christopher Baines
2016-12-15services: postgresql: Add port to configuration...Christopher Baines
2016-12-14services: mysql: Add port to configuration...Christopher Baines
2016-09-10system: Use 'file-append' to denote file names....Ludovic Courtès
2016-07-21services: Export *-service-type and *-configuration....Tomáš Čech
2016-06-16gnu: services: Add mysql-service....宋文武
2016-03-23services: postgresql: Use syslog....Ludovic Courtès
2016-02-10gnu: Fix syntax error in postgresql-service....Leo Famulari
2016-01-29services: Rename 'dmd' services to 'shepherd'....Alex Kost
2016-01-29Rename (gnu services dmd) to (gnu services shepherd)....Alex Kost
2015-10-10services: Introduce extensible services....Ludovic Courtès
2015-10-10system: Make service procedures non-monadic....Ludovic Courtès
2015-05-07gnu: Add postgresql-service....David Thompson