nixpkgs/nixos/modules/services/databases
Michael Alan Dorman f21cab27a4 Fix initial-install issues with couchdb.nix.
When starting from a clean slate, the couchdb service fails.

First, the pre-start script fails because it tries to chown the uriFile,
which doesn't exist.  It also doesn't ensure that the directory in which
the uriFIle is placed is writeable by couchdb, which could also cause
failure (though I didn't observe this).

Additionally, the log file's default location isn't a directory owned by
couchdb, nor is the file guaranteed to exist, nor is it guaranteed to be
chowned to the appropriate user.  All of which can cause unexpected
failure.

As a bonus I made a small change in the description of the configFile
attribute, in the hopes of making it a little more obvious why it
existed.
2015-02-11 20:42:52 -05:00
..
4store-endpoint.nix update obsolete startOn values 2014-11-16 17:04:54 +02:00
4store.nix update obsolete startOn values 2014-11-16 17:04:54 +02:00
couchdb.nix Fix initial-install issues with couchdb.nix. 2015-02-11 20:42:52 -05:00
firebird.nix nixos: add 'firebird' group 2014-07-08 00:00:33 +02:00
hbase.nix hbase should use dataDir to specify where to store data 2014-11-24 14:40:48 +00:00
influxdb.nix nixos/influxdb: wait for start 2014-09-13 02:19:39 +02:00
memcached.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
monetdb.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
mongodb.nix nixos/mongodb: service fixes 2014-09-16 10:28:04 +02:00
mysql.nix Actually use services.mysql.port 2014-04-30 10:21:29 -04:00
neo4j.nix nixos/neo4j: add package option 2014-10-18 13:18:37 +02:00
openldap.nix Merge pull request #5982 from robberer/pkgs/openldap 2015-01-26 10:33:57 +01:00
opentsdb.nix opentsdb: Enable chunked API requests by default 2014-11-24 14:40:48 +00:00
postgresql.nix postgresql: use configured port when invoking psql 2014-09-27 14:37:11 +02:00
postgresql.xml doc: use postgresql94 2015-01-07 13:21:18 +01:00
redis.nix nixos/redis: fix evaluation 2014-07-15 17:05:54 +02:00
virtuoso.nix update obsolete startOn values 2014-11-16 17:04:54 +02:00