3
0
Fork 0
forked from mirrors/nixpkgs

Revert "postgresql: version the dataDir by default"

This reverts commit 7f1e728606.

This would have been nice if we had had it from the start, but now it
just breaks things for existing users. Maybe we can add it conditionally
when new postgres versions come out.

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-04-05 09:20:50 -04:00
parent 56a60c7fe6
commit 52fc087296

View file

@ -74,7 +74,7 @@ in
};
dataDir = mkOption {
default = "/var/db/postgresql-${cfg.package.psqlSchema}";
default = "/var/db/postgresql";
description = ''
Data directory for PostgreSQL.
'';