Allow migration steps to fail again without bringing down the house
parent
298368dd99
commit
167db50259
|
@ -77,7 +77,7 @@ namespace OpenSim.Data.MySQL
|
||||||
{
|
{
|
||||||
m_log.ErrorFormat("[MySQL MIGRATION]: Error {0}", args.Exception.Message);
|
m_log.ErrorFormat("[MySQL MIGRATION]: Error {0}", args.Exception.Message);
|
||||||
m_log.ErrorFormat("[MySQL MIGRATION]: In SQL: {0}", args.StatementText);
|
m_log.ErrorFormat("[MySQL MIGRATION]: In SQL: {0}", args.StatementText);
|
||||||
throw args.Exception;
|
m_log.Error("[MySQL MIGRATION]: The above migration failed to complete. This may cause errors in your install, but could also be normal. Continuing.");
|
||||||
};
|
};
|
||||||
scr.Execute();
|
scr.Execute();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue