Log to console if an extra core restart is needed to complete the update process (this needed ins some cases after bootstrapping).

This commit is contained in:
CalDescent 2023-05-21 19:51:22 +01:00
parent 7a6b83aa22
commit c763445e6e

View File

@ -444,6 +444,7 @@ public class Controller extends Thread {
if (RepositoryManager.needsTransactionSequenceRebuild(repository)) {
// Don't allow the node to start if transaction sequences haven't been built yet
// This is needed to handle a case when bootstrapping
LOGGER.error("Database upgrade needed. Please restart the core to complete the upgrade process.");
Gui.getInstance().fatalError("Database upgrade needed", "Please restart the core to complete the upgrade process.");
return;
}