nextcloud / nextcloud/fulltextsearch

Uninstall / reinstallation of fulltextsearch fails

Open
#342 20 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
234
Forks
64
Avg merge
6h 18m
Merged PRs (30d)
10

Description

Hi,

because fulltextsearch was only working for the user "ncadmin" I uninstalled it:

sudo apt-get --purge autoremove elasticsearch
sudo rm -rf /var/lib/elasticsearch/
sudo rm -rf /etc/elasticsearch

And did a new installation:
https://github.com/nextcloud/vm/tree/master/apps/fulltextsearch.sh

But I got the error "no alive nodes found in your cluster".

grafik

grafik

Here is the log:

https://hastebin.com/zojowoyizu.php

What to do?

Thanks for any help!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with apps/fulltextsearch.sh and the linked log, then trace the reinstall path around the reported “no alive nodes found in your cluster” error. Check whether the failure can be reproduced after the listed purge and removal steps. Done means a clean reinstallation connects successfully to a live Elasticsearch node.

Written by the indexing model from the issue text.

Assessment

Tech stack
elasticsearch, php
Domain
search
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.