You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Err("Could not start the server because staging directory indicates stale data from previous deployment, please choose an empty staging directory and restart the server")
130
130
}
131
131
EnvChange::NewStaging(mut metadata) => {
132
+
133
+
if metadata.server_mode == Mode::Prism{
134
+
Err("Starting Parseable OSS is not permitted when Enterprise Mode is enabled. Please choose a different storage.")
135
+
}
132
136
// if server is started in ingest mode,we need to make sure that query mode has been started
133
137
// i.e the metadata is updated to reflect the server mode = Query
134
-
if metadata.server_mode== Mode::All && PARSEABLE.options.mode == Mode::Ingest{
0 commit comments