Question
How do I reinstall dovecot-solr?
Answer
- Access your server using SSH as the
rootuser. Use the built-in cPanel script to uninstall dovecot-solr:
# /scripts/uninstall_dovecot_fts
Move the existing Solr data out of the way:
# mv -v /home/cpanelsolr{,.$(date +%s)}
Use the built-in cPanel script to install dovecot-solr:
# /scripts/install_dovecot_fts
Comments
0 comments
Article is closed for comments.