about summary refs log tree commit diff
path: root/nixos/modules/services/databases
Commit message (Collapse)AuthorAge
* Revert "mysql service: specify a default package"Joachim Fasting2016-12-17
| | | | | | | | | This reverts commit 4358d3d43938666834d3e1fd5a8ea69b49c08112. Not having a default was deliberate, see https://github.com/NixOS/nixpkgs/commit/1ce6fff4e21906a3e6cfd26fdf4372f7501541cd Thanks to @ocharles for making me aware of this.
* Revert "mysql service: specify defaultText for package option"Joachim Fasting2016-12-17
| | | | This reverts commit 52d12b473af0dfbf7f5af1bd75ac5a5f2366f887.
* couchdb service: fix test in preStartJoachim Fasting2016-12-10
| | | | Otherwise you'd get errors like "-f no such command".
* riak: added extraAdvancedConfig option to service moduleMatthew Daiter2016-11-21
|
* Merge pull request #20598 from mdaiter/riak_defaultTextDaiderd Jordan2016-11-21
|\ | | | | riak: add defaultText to service
| * riak: add defaultText to serviceMatthew Daiter2016-11-21
| | | | | | | | riak: add default to service
| * stanchion: changed default option to defaultTextMatthew Daiter2016-11-21
| |
| * Revert "riak-cs: add to nixpkgs"James Cook2016-11-20
| |
| * riak-cs: init at 2.1.1Matthew Daiter2016-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | riak-cs: added to all-packages Added Riak CS nix file to pkgs Added service file for Riak CS Removed Erlang_basho specific bindings from the Riak CS repo riak-cs: changed description riak-cs: added license riak-cs: added maintainer riak_cs: chgned indentations riak-cs: removed overly complex srcs mechanism riak-cs: added systemd module riak-cs: changed Erlang module to Basho-specific version riak-cs: made modular form riak-cs: Added a default package in service options riak-cs: Fixed default package in service options riak-cs: Patched Makefile riak_cs: added to module-list riak_cs: changed from string to actual package in modules
* | stanchion: added defaultMatthew Daiter2016-11-21
| |
* | riak-cs: init at 2.1.1Matthew Daiter2016-11-21
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | riak-cs: added to all-packages Added Riak CS nix file to pkgs Added service file for Riak CS Removed Erlang_basho specific bindings from the Riak CS repo riak-cs: changed description riak-cs: added license riak-cs: added maintainer riak_cs: chgned indentations riak-cs: removed overly complex srcs mechanism riak-cs: added systemd module riak-cs: changed Erlang module to Basho-specific version riak-cs: made modular form riak-cs: Added a default package in service options riak-cs: Fixed default package in service options riak-cs: Patched Makefile riak_cs: added to module-list riak_cs: changed from string to actual package in modules riak-cs: changed example riak-cs: removed default riak-cs: changed to defaultText stanchion: changed default option to defaultText riak-cs: added defaults; changed types to str
* stanchion: init at 2.1.1Matthew Daiter2016-11-20
|
* openldap: apply correct type for configDirJörg Thalheim2016-10-23
| | | | null is not a path
* openldap: set configDir as nullKranium Gikos Mendoza2016-10-23
| | | | fixes an error #19794 with this new option f3404b7 when using plain configuration files
* Merge pull request #19601 from Hinidu/fix/neo4j-update-3Jörg Thalheim2016-10-22
|\ | | | | neo4j: 2.1.3 -> 3.0.6
| * neo4j: 2.1.3 -> 3.0.6Pavel Platto2016-10-16
| |
* | Merge pull request #19289 from DerTim1/openldap-add-configDir-optionJörg Thalheim2016-10-22
|\ \ | |/ |/| openldap: add configDir option
| * Add configDir optionTim Digel2016-10-10
| |
* | mysql service: specify defaultText for package optionJoachim Fasting2016-10-09
|/ | | | Also provide an example that differs from the default.
* mysql service: specify a default packageJoachim Fasting2016-10-03
| | | | A config ought to be buildable using just the defaults.
* mysql service: add some option typesJoachim Fasting2016-10-03
| | | | | Note that this changes the type and default value of port to int (previously default was a string, no type).
* mysql service: order after network.targetJoachim Fasting2016-10-03
|
* Merge pull request #18491 from groxxda/network-interfacesJoachim F2016-10-02
|\ | | | | Replace Network-interfaces.target
| * neo4j service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
| |
| * influxdb service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
| |
| * cassandra service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
| |
* | Merge pull request #18853 from kvz/patch-2Charles Strahan2016-09-22
|\ \ | | | | | | Run riak with its `dataDir` as `HOME` so Erlang cookie can be written
| * | Run riak with its `dataDir` as `HOME` so Erlang cookie can be writtenKevin van Zonneveld2016-09-22
| | | | | | | | | See https://github.com/NixOS/nixpkgs/issues/18852
* | | Remove reference to `riak2`Kevin van Zonneveld2016-09-21
|/ / | | | | | | | | | | | | As mentioned by LnL in IRC, we > used to have riak and riak2 But this seems no longer the case, hence the example should be updated.
* | Merge pull request #18574 from ericsagnes/feat/mongodbDomen Kožar2016-09-21
|\ \ | | | | | | MongoDB service: switch configuration format to YAML
| * | mongodb service: switch configuration format to YAMLEric Sagnes2016-09-18
| | | | | | | | | | | | | | | Configuration format has changed from MongoDB 2.6 to YAML and MongoDB 2.4 is EOL since March 2016.
* | | monetdb module: remove since it's not packagedAlexander Ried2016-09-19
|/ /
* / cadvisor test: fix (#18671)Eric Sagnes2016-09-16
|/ | | | | | | | | * influxdb module: add postStart * cadvisor module: increase TimeoutStartSec Under high load, the cadvisor module can take longer than the default 90 seconds to start. This change should hopefully fix the test on Hydra.
* treewide: deprecate ip-up.target (#18319)Alexander Ried2016-09-10
| | | | | Systemd upstream provides targets for networking. This also includes a target network-online.target. In this PR I remove / replace most occurrences since some of them were even wrong and could delay startup.
* postgresql: Fix use with extensionsLancelot SIX2016-09-02
| | | | | | | Fixes #15512 and #16032 With the multi output, postgresql cannot find at runtime what is its basedir when looking for libdir and pkglibdir. This commit fixes that.
* Merge pull request #15025 from ericsagnes/modules/manualDomen Kožar2016-08-28
|\ | | | | manual: automatically generate modules documentation
| * modules: move meta at top levelEric Sagnes2016-08-11
| |
* | nixos/redis: enforce owner/perms on /var/lib/redis (#18046)Bjørn Forsman2016-08-28
| | | | | | | | | | | | | | | | | | Previously it was only set once, now it is enforced on each start-up of redis.service. Also set _ownership_ recursively, so that the /var/lib/redis/dump.rdb file is guaranteed to be accessible by the currently configured redis user. Fixes issue #9687, where redis wouldn't start because /var/lib/redis had wrong owner.
* | further fix manual evaluationobadz2016-08-10
| | | | | | | | | | | | cc @cransom @domenkozar See also 9ecc587 5ccfe7e
* | fix manual evaluationDomen Kožar2016-08-10
| |
* | cassandra service: initCasey Ransom2016-08-02
|/ | | | | | The module will configure a Cassandra server with common options being tweakable. Included is also a test which will spin up 3 nodes and verify that the cluster can be formed, broken, and repaired.
* mysql: fix replication tests (#17174)ben smith2016-07-23
| | | | | Eliminate race condition in replication test Remove replication configuration from standalone test Improve mysql command syntax consistency
* MySQL Replication (that actually works) (#7198)ben smith2016-07-21
| | | | | Improves replication functionality by: * adding slaveHost on the 'master' role * adds slave user to master with replication only permissions
* Merge pull request #16148 from womfoo/openldapJoachim Fasting2016-06-16
|\ | | | | openldap: add -h urlList in service so LDAP TLS could be enabled
| * openldap: add -h urlList in service so LDAP TLS could be enabledKranium Gikos Mendoza2016-06-14
| |
* | openldap: fix example for multiple-outputs and formattingKranium Gikos Mendoza2016-06-05
|/
* redis service: add firewall and VM overcommit optionsBen Smith2016-05-21
| | | | | | | - Add vm.over_commit setting for background saving - Add openFirewall setting Closes #10193
* postgresql service: initialScript fixupAl Zohali2016-04-23
|
* Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\
| * postgresql: Bump default version to 9.5Eelco Dolstra2016-02-12
| |