]> granicus.if.org Git - icinga2/commitdiff
Update doc URL references for the DB IDO feature
authorMichael Friedrich <michael.friedrich@icinga.com>
Tue, 27 Aug 2019 14:46:51 +0000 (16:46 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 27 Aug 2019 14:46:51 +0000 (16:46 +0200)
lib/db_ido_mysql/idomysqlconnection.cpp
lib/db_ido_pgsql/idopgsqlconnection.cpp

index fc4def69b8a2e18fe2efb02a1c3d939330caa97f..5dbaba071e373a3a46d5c95045617d78d07cc8a4 100644 (file)
@@ -316,7 +316,7 @@ void IdoMysqlConnection::Reconnect()
                Log(LogCritical, "IdoMysqlConnection")
                        << "Schema version '" << version << "' does not match the required version '"
                        << IDO_COMPAT_SCHEMA_VERSION << "' (or newer)! Please check the upgrade documentation at "
-                       << "https://docs.icinga.com/icinga2/latest/doc/module/icinga2/chapter/upgrading-icinga-2#upgrading-mysql-db";
+                       << "https://icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/#upgrading-mysql-db";
 
                BOOST_THROW_EXCEPTION(std::runtime_error("Schema version mismatch."));
        }
index 96e5ec1e351864bb6da87d009bc82244e53efee9..e458e0d63e29a18e9217728718f81c4da2d03cb5 100644 (file)
@@ -288,7 +288,7 @@ void IdoPgsqlConnection::Reconnect()
                Log(LogCritical, "IdoPgsqlConnection")
                        << "Schema version '" << version << "' does not match the required version '"
                        << IDO_COMPAT_SCHEMA_VERSION << "' (or newer)! Please check the upgrade documentation at "
-                       << "https://docs.icinga.com/icinga2/latest/doc/module/icinga2/chapter/upgrading-icinga-2#upgrading-postgresql-db";
+                       << "https://icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/#upgrading-postgresql-db";
 
                BOOST_THROW_EXCEPTION(std::runtime_error("Schema version mismatch."));
        }