mirror of https://gitee.com/bigwinds/arangodb
Revert "temporary disable upgrade for views (#9083)"
This reverts commit b459a85498
.
This commit is contained in:
parent
b459a85498
commit
fdbaeec732
|
@ -250,12 +250,6 @@ struct IResearchView::ViewFactory : public arangodb::ViewFactory {
|
|||
? (databaseFeature->upgrade() || databaseFeature->checkVersion())
|
||||
: false;
|
||||
|
||||
if (inUpgrade) {
|
||||
LOG_TOPIC("3541e", FATAL, arangodb::iresearch::TOPIC)
|
||||
<< "Upgrading views is not supported in 3.5RC2, please drop all the existing views and manually recreate them after the upgrade is complete";
|
||||
FATAL_ERROR_EXIT();
|
||||
}
|
||||
|
||||
std::string error;
|
||||
IResearchViewMeta meta;
|
||||
IResearchViewMetaState metaState;
|
||||
|
|
Loading…
Reference in New Issue