summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-04-04 18:07:49 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-04-04 18:13:09 +0200
commit22d4472d2744639ccd880f015bb3147cf5222f07 (patch)
tree42232c67eb70553ae85ce2769cea3b05f3d1f513 /pkgs/development
parente31ffe6fb0927dea46659177651c9b3d88a1da07 (diff)
downloadnixlib-22d4472d2744639ccd880f015bb3147cf5222f07.tar
nixlib-22d4472d2744639ccd880f015bb3147cf5222f07.tar.gz
nixlib-22d4472d2744639ccd880f015bb3147cf5222f07.tar.bz2
nixlib-22d4472d2744639ccd880f015bb3147cf5222f07.tar.lz
nixlib-22d4472d2744639ccd880f015bb3147cf5222f07.tar.xz
nixlib-22d4472d2744639ccd880f015bb3147cf5222f07.tar.zst
nixlib-22d4472d2744639ccd880f015bb3147cf5222f07.zip
postgresql: Make 9.2 the default
PostgreSQL 8.3 is end-of-life so it shouldn't be our default anymore.

The problem with changing the default PostgreSQL is that it breaks
NixOS installations that have PostgreSQL enabled without specifying an
explicit PostgreSQL version, because PostgreSQL does not do automatic
schema migration if the major version changes.

Thus, it's always a good idea to specify the desired major version
explicitly:

  services.postgresql.package = pkgs.postgresql92;

(In fact, maybe we should remove the default value for
services.postgresql.package.)
Diffstat (limited to 'pkgs/development')
0 files changed, 0 insertions, 0 deletions