Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 843 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 843 Bytes

Elasticsuite ghost cleaner

A magento 2 module that uses a cron job to delete indices marked as "ghost".

Requirements

Installation

Via composer (recommended)

Go to the Magento 2 root directory and run the following commands in the shell:

composer require sehrling/elasticsuite-ghost-cleaner
bin/magento module:enable Sehrling_ElasticsuiteGhostCleaner
bin/magento setup:upgrade

Manually

Create the directory app/code/Sehrling/ElasticsuiteGhostCleaner and copy the all the files from this repository into it. Then run:

bin/magento module:enable Sehrling_ElasticsuiteGhostCleaner
bin/magento setup:upgrade

License

MIT