Thanks for the feedback Mathias,
> I wouldn't explain why do-release-upgrade is better.
>
>
My intent was to explain why do-release-upgrade is recommended. But I agree
an example isn't strictly necessary. Anyway, here's an updated diff, I also
mentioned dist-upgrade.
Let me know what you think.
--
Party On,
Adam
=== modified file 'generic/server/C/installation.xml'
--- generic/server/C/installation.xml 2007-12-12 17:17:38 +0000
+++ generic/server/C/installation.xml 2008-02-04 17:39:33 +0000
@@ -312,4 +312,41 @@
</screen>
</sect2>
</sect1>
+ <sect1 id="installing-upgrading" status="review">
+ <title>Upgrading</title>
+ <para>
+ There are several ways to upgrade from one Ubuntu release to another. This section gives an overview of the supported upgrade method.
+ </para>
+ <sect2 id="do-release-upgrade" status="review">
+ <title>do-release-upgrade</title>
+ <para>
+ The recommended way to upgrade a Server Edition installation is to use the <application>do-release-upgrade</application> utility.
+ Part of the <emphasis>update-manager-core</emphasis> package, it does not have any graphical dependencies and
+ is installed by default.
+ </para>
+ <para>
+ Debian based systems can also be upgraded by using <command>apt-get dist-upgrade</command>. However, using
+ <application>do-release-upgrade</application> is recommended because it has the ability to handle system configuration
+ changes sometimes needed between releases.
+ </para>
+ <para>
+ To upgrade to a newer release, from a terminal prompt enter:
+ </para>
+<screen>
+<command>do-release-upgrade</command>
+</screen>
+ <para>
+ It is also possible to use <application>do-release-upgrade</application> to upgrade to a development version of
+ Ubuntu. To accomplish this use the <emphasis>-d</emphasis> switch:
+ </para>
+<screen>
+<command>do-release-upgrade -d</command>
+</screen>
+ <warning>
+ <para>
+ Upgrading to a development release is <emphasis>not</emphasis> recommended for production environments.
+ </para>
+ </warning>
+ </sect2>
+ </sect1>
</chapter>
--
ubuntu-server mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam