Skip to content

jubi91/elasticsuite-ghost-cleaner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%