doc/upgrading: new section for v1.5.x

This commit is contained in:
Thomas Gelf 2018-08-10 14:00:03 +02:00
parent 71cc5939d3
commit 46ba2f8366

View File

@ -16,6 +16,7 @@ you will be told so in your frontend.
Please read more about: Please read more about:
* [Database Backup](#backup-first) * [Database Backup](#backup-first)
* [Upgrading to 1.5.x](#upgrade-to-1.5.x)
* [Upgrading to 1.4.x](#upgrade-to-1.4.x) * [Upgrading to 1.4.x](#upgrade-to-1.4.x)
* [Upgrading to 1.3.0](#upgrade-to-1.3.0) * [Upgrading to 1.3.0](#upgrade-to-1.3.0)
* [Upgrading to 1.2.0](#upgrade-to-1.2.0) * [Upgrading to 1.2.0](#upgrade-to-1.2.0)
@ -36,6 +37,16 @@ use the tools provided by your database backend, like `mysqldump` or `pg_dump`.
Restoring from a backup is trivial, and Director will always be able to apply Restoring from a backup is trivial, and Director will always be able to apply
pending database migrations to an imported old database snapshot. pending database migrations to an imported old database snapshot.
<a name="upgrade-to-1.5.x"></a>Upgrading to 1.5.x
-------------------------------------------------
There is nothing special to take care of. In case you are running 1.4.x or any
GIT master since then, all you need is to replace the Director module folder
with the new one. Or to run git checkout v1.5.0 in case you installed Director
from GIT.
As always, you'll then be prompted to apply pending Database Migrations.
<a name="upgrade-to-1.4.x"></a>Upgrading to 1.4.x <a name="upgrade-to-1.4.x"></a>Upgrading to 1.4.x
------------------------------------------------- -------------------------------------------------