summaryrefslogtreecommitdiff
path: root/gnu/services/databases.scm
AgeCommit message (Expand)Author
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