mirror of https://github.com/Icinga/icinga2.git
Update doc URL references for the DB IDO feature
This commit is contained in:
parent
e2f461cb06
commit
9932f04751
|
@ -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."));
|
||||
}
|
||||
|
|
|
@ -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."));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue