By Penguin3523
Hello,
I want to move my Manticore Search data to a different drive. So far my searches have been unsuccessful. I will soon have a disk space problem if I don’t move my data, so I need to be told the steps necessary to perform a safe migration.
Currently my data is stored in the default location, i.e. in /var/lib/manticore
One of my concerns (not very important I think): previously, I used this guide How To Move a MySQL Data Directory to a New Location on Ubuntu 18.04 to move my data from MySQL and I’m also wondering if in order to migrate my data from Manticore Search, a change in AppArmor’s configuration is required?
Currently the steps I think I need to perform :
sudo systemctl stop manticoresearch sudo systemctl status manticoresearch (to check if the service is stopped) sudo rsync -av /var/lib/manticore /mnt/{{new_drive_name}} sudo mv /var/lib/manticore /var/lib/manticore.bak
And from there I don’t know how to change the Manticore Search configurations.
Thank you in advance to anyone who will help me.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hello
Your steps are correct. Changing Manticore Search configuration is super simple in this case: in Ubuntu you’ll need to just update data_dir
in /etc/manticoresearch/manticore.conf
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.