summary refs log tree commit diff
path: root/nixos/modules/services/databases
Commit message (Collapse)AuthorAge
...
* mysql service: Make initialDatabases.schema attribute optionalFlorian Jacob2017-08-31
|
* Merge pull request #27796 from LumiGuide/postageJoachim F2017-08-13
|\ | | | | postage: init at 3.2.17 & add NixOS module
| * postage: init at 3.2.17 & add NixOS moduleBas van Dijk2017-08-07
| |
* | Merge pull request #28127 from peterhoeg/f/collectdPeter Hoeg2017-08-12
|\ \ | | | | | | influxdb (on nixos): reduce closure size by 99.99% (and a bit)
| * | influxdb nixos module: allow customizing the collectd dependencyPeter Hoeg2017-08-11
| | |
* | | influxdb module: collectd.port is now called bind-addressmakefu2017-08-06
| |/ |/| | | | | | | | | | | | | with the influxdb release we have packaged (and newer releases) collectd.port has been streamlined to bind-address which takes a string instead of a number. ref: https://github.com/influxdata/influxdb/blob/master/services/collectd/README.md
* | mongodb: we already set quiet in configMateusz Kowalczyk2017-07-27
|/
* Merge pull request #26598 from moretea/mysql-add-bind-optionJoachim F2017-06-27
|\ | | | | mysql module: add option to bind to an address
| * mysql module: add option to bind to an addressMaarten Hoogendoorn2017-06-15
| |
* | rethinkdb service: initial implementationCalvin Cheng2017-06-27
|/
* Cleanup PostgreSQL for state version 17.09 (#25753)Pascal Bach2017-05-30
| | | | | | | | | | | | | | | * postgresql service: make 9.6 the default version for 17.09 * postgresql service: change default superuser for 17.09 Change the default superuser from `root` to `postgres` for state version 17.09 * postgresql service: change default data directory for 17.09 The new directory includes the schema version of the database. This makes upgrades easier and is more consistent with other distros. * updated nixos release notes
* mysql service: change default data directory for 17.09Pascal Bach2017-05-20
| | | | | The new directory is now moved to /var/lib/mysql. This makes it consistent with with upstream.
* clickhouse: init at 1.1.54190Orivej Desh2017-04-27
|
* treewide: use boolToString functionFranz Pletz2017-04-11
|
* neo4j service: neo4j-wrapper is deprecated, merge into neo4j.confWill Dietz2017-03-19
|
* neo4j service: fix package installed into env to match running serviceWill Dietz2017-03-19
|
* neo4j service: increase file limit, per warning emitted at startup (#23961)Will Dietz2017-03-18
|
* nixos/treewide: remove boolean examples for optionsFranz Pletz2017-03-17
| | | | | | | They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
* Merge pull request #22897 from timor/couchdb-2.0.0Daiderd Jordan2017-03-16
|\ | | | | couchdb: add support for version 2.0.0
| * couchdb: add support for version 2.0.0timor2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | Version 2.0.0 is installed as a separate package called "couchdb2". When setting the config option "package" attribute to pkgs.couchdb2, a corresponding service configuration will be generated. If a previous 1.6 installation exists, the databases can still be found on the local port (default: 5986) and can be replicated from there. Note that single-node or cluster setup still needs to be configured manually, as described in http://docs.couchdb.org/en/2.0.0/install/index.html.
* | openldap module: fix paths for example includesLéo Gaspard2017-03-04
| |
* | nixos/neo4j: Update to default JVM options from current release.Will Dietz2017-02-23
| | | | | | | | The options previously listed here were the defaults back in 2.1.x.
* | stanchion: remove ssl optionMatthew Daiter2017-02-17
|/
* 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