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
The Horizon server should detect existing Horizon metadata in RethinkDB and error out, suggesting migration (hz migrate) Server: detect outdated metadata #708
Horizon 2.0 changes the metadata format.
hz migrate
to migrate existing Horizon metadata in a RethinkDB serverhz migrate
for 2.0 #705hz schema save
andhz schema apply
should switch to a new structured format to specify indexes in the schema.toml files New index specification format forhz schema
#706hz schema apply
needs to detect old index definitions and interpret them, so that users can still import existing schema files Backwards-compatibility forhz schema apply
#707hz migrate
) Server: detect outdated metadata #708The text was updated successfully, but these errors were encountered: