How to Uninstall POS Standard

This guidance only apply for POS Standard

 

Take a backup

Backup is always a good way to go back if we do something wrong with the system, don’t forget to do that before making any change to your system

Disable Magestore modules

  1. Turn on maintenance mode

    php bin/magento maintenance:enable

     

  2. Switch to developer mode

    php bin/magento deploy:mode:set developer

     

  3. Remove cron

    php bin/magento cron:remove

     

  4. Disable all Magestore modules

     

Remove data

  1. Login to your database

  2. Turn off foreign key checks

     

  3. Drop tables created by Magestore modules
    You can ignore tables that do not exist

     

  4. Turn on foreign key checks

     

  5. Delete attributes created by Magestore modules

     

  6. Remove registered module

     

Remove module code and dependencies

  1. Remove code

     

  2. Remove 3rd module dependencies
    If you have any modules that depend on the Magestore modules, you need to disable or remove them in this step too.

  3. Run compilation

     

  4. Turn on production

     

  5. Turn on cron

 

There you go, you have completely removed Magestore POS