summary refs log tree commit diff
path: root/nixos/modules/services/databases
AgeCommit message (Expand)AuthorFilesLines
2020-01-29victoriametrics: add module, testsYorick van Pelt1-0/+70
2020-01-12nixos/openldap: check configuration with slaptestJörg Thalheim1-0/+2
2020-01-06nixos/mysql: restart systemd service on abortAaron Andersen1-0/+2
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj6-30/+27
2019-12-13postgresql: Quote role names when creating database usersChristian Kampka1-2/+2
2019-12-10nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger3-0/+23
2019-12-08rdf4store: remove pkg and service modulesRenaud2-146/+0
2019-11-24Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson5-16/+20
2019-11-24treewide: Get rid of most `parseDrvName` without breaking compatJohn Ericson1-8/+4
2019-11-08nixos/redis: fix mergingFlorian Klink1-4/+4
2019-11-01treewide: Switch to system users (#71055)Silvan Mosberger2-1/+5
2019-10-21nixos/redis: Disable hugepages for redis via sysctl and not via a systemd-one...Malte Brandy1-11/+3
2019-10-13nixos/mysql: fix mysqlReplication testIzorkin1-2/+8
2019-10-12treewide: Switch to system usersJanne Heß2-1/+5
2019-10-03Merge pull request #69371 from dasJ/memcached-sysuserAaron Andersen1-0/+1
2019-09-24nixos/memcached: Switch to a system userJanne Heß1-0/+1
2019-09-22move from 19.09 to 20.03danbst1-1/+1
2019-09-21nixos/postgresql: switch default 9.6 -> 11danbst1-1/+2
2019-09-19Revert "nixos/doc: re-format"Eelco Dolstra2-52/+184
2019-09-18nixos/doc: re-formatJan Tojnar2-184/+52
2019-09-07postgresql_9_4: Remove packageadisbladis1-1/+1
2019-09-06Merge branch 'master' into staging-nextJan Tojnar1-0/+4
2019-09-05postgresql: improve identMap descriptionCraige McWhirter1-0/+4
2019-09-02Merge branch 'master' into stagingVladimír Čunát10-72/+52
2019-09-01nixos/redis: unbreak moduleFlorian Klink1-46/+12
2019-09-01nixos/redis: drop unnecessary dependencies from systemd unitPeter Simons1-1/+0
2019-09-01Merge pull request #67768 from peti/t/redisPeter Simons1-1/+16
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger9-27/+27
2019-08-31Merge staging-next into stagingFrederik Rietdijk1-14/+5
2019-08-30nixos/redis: disable transparent huge pages (TLP) before starting RedisPeter Simons1-1/+16
2019-08-30nixos/redis: move 'redis_init.service' into the preStart hook of 'redis.service'Peter Simons1-14/+5
2019-08-28Merge staging-next into stagingFrederik Rietdijk1-1/+0
2019-08-26treewide: remove redundant quotesvolth2-6/+6
2019-08-25nixos/memcached: Remove PrivateUsersJanne Heß1-1/+0
2019-08-13Merge pull request #62936 from dasJ/sandbox-memcachedMarek Mahut1-0/+18
2019-08-11Merge pull request #66401 from eadwu/postgresql/fix-quoted-queryDanylo Hlynskyi1-2/+2
2019-08-10Couchdb: Don't chown /var/log to couchdb (#65347)Silvan Mosberger1-5/+3
2019-08-09nixos/postgresql: fix quoted queriesEdmund Wu1-2/+2
2019-08-07postgresql: running `initdb` from command line now works (#65309)Danylo Hlynskyi1-0/+4
2019-07-24nixos/couchdb: Prevent it from chowning /var/log to couchdb:couchdbSilvan Mosberger1-5/+3
2019-07-23postgresql: update docsDanylo Hlynskyi1-1/+1
2019-07-21docs: update docs for postgresql plugins (#64899)Danylo Hlynskyi2-33/+77
2019-07-17nixos/openldap: fix assertionJamey Sharp1-2/+2
2019-07-16Merge branch 'master' into postgresql-plugins-binDanylo Hlynskyi11-215/+520
2019-07-09nixos/foundationdb: s/pidFile/pidfile/Austin Seipp1-1/+1
2019-07-03nixos/mysql: make ExecStartPost script fail on errorThorsten Weber1-1/+3
2019-06-30nixos/mysql: run ExecStartPost as root (again) to preserve compatibility with...Aaron Andersen1-1/+3
2019-06-30nixos/mysql: turn ExecStartPost into a shell script and simplify codeAaron Andersen1-94/+93
2019-06-27Merge pull request #63786 from aanderse/mysqlAaron Andersen1-16/+0
2019-06-25Merge pull request #56265 from aanderse/permissions-start-onlyGraham Christensen3-33/+20