Page 2 of 2

Re: moving the data folder for ES - Resolved

Posted: Thu Sep 12, 2019 9:36 am
by newmember
perfect results

I updated /etc/default/elasticsearch
restarted
systemctl restart elasticsearch.service

verified
ps -ef|grep "elasticsearch/data"
.... Des.default.path.data=/elasticsearch/data

And once again I can log in with my original admin account.

All good

Thanks

Re: moving the data folder for ES - Resolved

Posted: Thu Sep 12, 2019 9:43 am
by scottwilkerson
newmember wrote:perfect results

I updated /etc/default/elasticsearch
restarted
systemctl restart elasticsearch.service

verified
ps -ef|grep "elasticsearch/data"
.... Des.default.path.data=/elasticsearch/data

And once again I can log in with my original admin account.

All good

Thanks
Great! Glad it is resolved!

I also updated the document to make sure others do not run into the same problem

Locking thread