mirror of https://gitee.com/bigwinds/arangodb
Improved help message for a failed restore of foxx services (#7495)
This commit is contained in:
parent
95fd5793a1
commit
d280205476
|
@ -759,7 +759,7 @@ arangodb::Result processInputDirectory(
|
|||
// if we get here we need to trigger foxx heal
|
||||
Result res = ::triggerFoxxHeal(httpClient);
|
||||
if (res.fail()) {
|
||||
LOG_TOPIC(WARN, Logger::RESTORE) << "Reloading of Foxx failed. In the cluster Foxx Services will be available eventually, On SingleServers send a PUT to ";
|
||||
LOG_TOPIC(WARN, Logger::RESTORE) << "Reloading of Foxx failed. In the cluster Foxx Services will be available eventually, On SingleServers send a POST to '/_api/foxx/_local/heal' on the current database, with an empty body.";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue