mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
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:
parent
56a60c7fe6
commit
52fc087296
|
@ -74,7 +74,7 @@ in
|
|||
};
|
||||
|
||||
dataDir = mkOption {
|
||||
default = "/var/db/postgresql-${cfg.package.psqlSchema}";
|
||||
default = "/var/db/postgresql";
|
||||
description = ''
|
||||
Data directory for PostgreSQL.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue