From 89f905acef49724980da22fbfc2a2faa3fe6ab2a Mon Sep 17 00:00:00 2001 From: Dirk Goetz Date: Wed, 6 Dec 2017 09:00:07 +0100 Subject: [PATCH] fixes postgres schema upgrade path refs #5835 --- doc/16-upgrading-icinga-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/16-upgrading-icinga-2.md b/doc/16-upgrading-icinga-2.md index 5bff0eff2..56dce46e4 100644 --- a/doc/16-upgrading-icinga-2.md +++ b/doc/16-upgrading-icinga-2.md @@ -232,7 +232,7 @@ which must be applied incrementally to your IDO database. ## Upgrading the PostgreSQL database If you want to upgrade an existing Icinga 2 instance, check the -`/usr/share/icinga2-ido-mysql/schema/upgrade` directory for incremental schema upgrade file(s). +`/usr/share/icinga2-ido-pgsql/schema/upgrade` directory for incremental schema upgrade file(s). > **Note** > -- 2.40.0