summaryrefslogtreecommitdiff
path: root/gnu/services/databases.scm
Commit message (Expand)AuthorAgeFilesLines
* services: MySQL: Fix indentation....Marius Bakke2020-12-011-8/+8
* services: databases: Do not export record type descriptors....Marius Bakke2020-12-011-5/+1
* services: MySQL: Upgrade database schemas automatically....Marius Bakke2020-11-281-2/+50
* services: MySQL: Make the socket configurable....Marius Bakke2020-11-281-2/+3
* services: MySQL: Bind to localhost only by default....Marius Bakke2020-11-281-1/+3
* services: MySQL: Deprecate 'mysql-service'....Marius Bakke2020-11-281-6/+2
* services: databases: Don't specify a default postgresql version....Christopher Baines2020-10-201-4/+2
* services: databases: Deprecate the postgresql-service procedure....Christopher Baines2020-10-201-6/+8
* services: postgresql: Provide postgresql commands....Pierre Neidhardt2020-08-011-1/+3
* gnu: services: Allow extra content in mysql configuration....Alex Sassmannshausen2020-01-171-2/+4
* gnu: services: Fix mysql service activation....Julien Lepiller2020-01-141-1/+1
* gnu: postgres service: More secure default permissions....Robert Vollmert2019-07-021-3/+4
* gnu: postgresql: Add extension-packages....Julien Lepiller2018-10-041-16/+47
* services: postgresql: Get the Shepherd to respawn PostgreSQL....Clément Lassieur2018-08-131-1/+8
* services: databases: Change quote' to single-quote....Christopher Baines2018-03-171-4/+4
* services: databases: Add postgresql-configuration record exports....Christopher Baines2018-03-101-0/+8
* services: Rework the PostgreSQL config file to use a record type....Christopher Baines2018-03-101-20/+65
* services: redis: Add a default-value to the redis-service-type....Christopher Baines2018-03-031-1/+2
* services: mysql: Add a default-value to the mysql-service-type....Christopher Baines2018-03-031-1/+2
* services: postgresql: Add a default-value to the postgresql-service-type....Christopher Baines2018-03-031-3/+6
* services: postgresql: Use pg_ctl to start and stop postgres....Clément Lassieur2018-01-251-16/+24
* services: Add MongoDB....Christopher Baines2017-10-061-0/+89
* gnu: Fix memcached service startup....Christopher Baines2017-08-151-2/+15
* services: Add memcached....Christopher Baines2017-07-301-0/+73
* services: Add 'redis-service-type'....Christopher Baines2017-01-121-1/+80
* services: postgresql: Add locale to configuration...Christopher Baines2016-12-151-4/+18
* services: postgresql: Add port to configuration...Christopher Baines2016-12-151-2/+7
* services: mysql: Add port to configuration...Christopher Baines2016-12-141-3/+5
* system: Use 'file-append' to denote file names....Ludovic Courtès2016-09-101-2/+2
* services: Export *-service-type and *-configuration....Tomáš Čech2016-07-211-2/+8
* gnu: services: Add mysql-service....宋文武2016-06-161-1/+118
* services: postgresql: Use syslog....Ludovic Courtès2016-03-231-2/+3
* gnu: Fix syntax error in postgresql-service....Leo Famulari2016-02-101-1/+2
* services: Rename 'dmd' services to 'shepherd'....Alex Kost2016-01-291-4/+4
* Rename (gnu services dmd) to (gnu services shepherd)....Alex Kost2016-01-291-1/+1
* services: Introduce extensible services....Ludovic Courtès2015-10-101-58/+86
* system: Make service procedures non-monadic....Ludovic Courtès2015-10-101-40/+34
* gnu: Add postgresql-service....David Thompson2015-05-071-0/+121