Hello! We are working on a way of backing up the data that we've manually entered via the datahub UI (particularly tags and column descriptions when not present in our data warehouse).
To date we've been making backups of the mysql db and then restore a backup if ever we were to need to migrate datahub (ie from local to cloud/etc). However when restoring using this method elastic search needs to be re-indexed. The tags/descriptions show up, but can no-longer search for a particular tag.
1. Is there a way to re-index elastic search?
2. Is there a different way to backup this metadata that was not directly ingested but manually entered through the UI such that we don't lose if if out datahub instance ever goes down?