mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-13 09:07:02 +00:00
Merge pull request #26259 from bachp/mysql-datadir-changelog
Mysql datadir changelog
This commit is contained in:
commit
653badee82
1 changed files with 7 additions and 1 deletions
|
@ -85,6 +85,10 @@ rmdir /var/lib/ipfs/.ipfs
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The following changes apply if the <literal>stateVersion</literal> is changed to 17.09 or higher.
|
||||||
|
For <literal>stateVersion = "17.03</literal> or lower the old behavior is preserved.
|
||||||
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The <literal>postgres</literal> default version was changed from 9.5 to 9.6.
|
The <literal>postgres</literal> default version was changed from 9.5 to 9.6.
|
||||||
</para>
|
</para>
|
||||||
|
@ -94,6 +98,9 @@ rmdir /var/lib/ipfs/.ipfs
|
||||||
<para>
|
<para>
|
||||||
The <literal>postgres</literal> default <literal>dataDir</literal> has changed from <literal>/var/db/postgres</literal> to <literal>/var/lib/postgresql/$psqlSchema</literal> where $psqlSchema is 9.6 for example.
|
The <literal>postgres</literal> default <literal>dataDir</literal> has changed from <literal>/var/db/postgres</literal> to <literal>/var/lib/postgresql/$psqlSchema</literal> where $psqlSchema is 9.6 for example.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
The <literal>mysql</literal> default <literal>dataDir</literal> has changed from <literal>/var/mysql</literal> to <literal>/var/lib/mysql</literal>.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
@ -115,7 +122,6 @@ rmdir /var/lib/ipfs/.ipfs
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
||||||
<para>Other notable improvements:</para>
|
<para>Other notable improvements:</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
Loading…
Add table
Reference in a new issue