From 0e7ce353802545bd8c182f0a6ebf679bec664789 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 16 Nov 2016 16:50:18 +0100 Subject: [PATCH] doc/upgrading: add pgcrypto note --- doc/05-Upgrading.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/05-Upgrading.md b/doc/05-Upgrading.md index ea013bd7..32eba4d3 100644 --- a/doc/05-Upgrading.md +++ b/doc/05-Upgrading.md @@ -43,6 +43,20 @@ policy says that the master should never break, this might of course happen. In that case, please [let us know](https://dev.icinga.org/projects/icingaweb2-module-director/issues) We'll try to fix your issue as soon as possible. +Upgrading to 1.3.0 +------------------------------------------------- + +In case you are running 1.2.0 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.3.0` +in case you installed Director from GIT. + +When running Director since 1.1.0 or earlier on PostgreSQL, you might not yet +have the PostgreSQL crypto extension installed (Package: `postgresql-contrib`) and +enabled: + + psql -q -c "CREATE EXTENSION pgcrypto;" + + Upgrading to 1.2.0 -------------------------------------------------