Reindex Button Missing in FusionAuth 1.51.2
-
Hello,
I recently updated my FusionAuth instance from version 1.47.1 to 1.51.2. Since the update, I noticed that the "Reindex" button in the "System" section is no longer visible. This button was crucial for our maintenance tasks, and I'm not sure why it has disappeared.
Has anyone else experienced this issue? Is there a new way to perform reindexing in version 1.51.2, or is this feature moved to a different section?
Any assistance or guidance would be greatly appreciated.
Thank you!
-
@thiago-gabriell Are you sure you still have elastic search enabled?
-
I think @mark-robustelli is on the right track.
Ensure that you have configured the correct search type.
If you were to remove the configuration file or install into a new directory for the upgrade, you may be picking up the default configuration which will have
search.type=database
set as the default.You can change this to
search.type=elasticsearch
for use with Elasticsearch or OpenSearch, or set an environment variableFUSIONAUTH_SEARCH_TYPE=ELASTICSEARCH
.See
search.type
in the config reference.