Automatic upgrade of snap installation to 18.0.4 just happend which is fine.
But brings me back to a problem, I was able to solve in some “pure” installation, but not with a snap installation of nc.
How do I add elasticsearch search capabilities to a nc snap installation?
My search as of today came up empty - again.
Greetings and stay healthy!
Wolfgang
Same Problem, but I found this - https://github.com/nextcloud/nextcloud-snap/issues/708
Get the sam error php_readline missing;cannot start indexing for fulltextsearch and looks like it ist still not supported in snap.
sprickw
August 22, 2020, 10:05pm
#3
Well, today I installed a KVM virtual machine. Installed Nextcloud with Ubuntu 18.04 which uses snap. Added Elasticsearch … and everything is fine.
enoch85
August 22, 2020, 10:17pm
#4
Elastichsearch Full Text Search is included as an automatic installation in the Nextcloud VM, which is a “pure” installation on Ubuntu Server. Just saying.
#!/bin/bash
# T&M Hansson IT AB © - 2020, https://www.hanssonit.se/
# SwITNet Ltd © - 2020, https://switnet.net/
# shellcheck disable=2034,2059
true
# shellcheck source=lib.sh
NCDB=1 && NC_UPDATE=1 && ES_INSTALL=1 . <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
unset NC_UPDATE
unset ES_INSTALL
unset NCDB
# Check for errors + debug code and abort if something isn't right
# 1 = ON
# 0 = OFF
DEBUG=0
debug_mode
# Must be root
This file has been truncated. show original