Haven’t changed the stateVersion
since 15.09, so was wondering what I am missing. So here is a short summary.
mysql
:
- 17.09 changed data directory to
/var/lib/mysql
(was/var/mysql
)
postgres
:
- 16.09 changed package to
postgres95
(pre-16.09 usepostgres94
) - 17.09 changed package to
postgres96
- 17.09 changed user to
postgres
(wasroot
) - 17.09 changed data directory to
/var/lib/postgresql/${config.services.postgresql.package.psqlSchema}
(wherepsqlSchema
is9.6
for example) (was/var/db/postgresql
)
matrix-synapse
:
- 18.03 changed the default database type to
psycopg2
(wassqlite3
)
ipfs
:
- 17.09 changed the default data directory to
/var/lib/ipfs
(was/var/lib/ipfs/.ipfs
)
radicale
:
- 17.09 changed the default package to
radicale2
(wasradicale1
)
caddy
:
- 17.09 adds dataDir to
CADDYPATH
amazon-options
:
- 17.03 sets
ec2.hvm
totrue
by default