/
How to Uninstall POS Standard

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

Related content

What is POS Architecture
What is POS Architecture
Read with this
How to Uninstall POS Enterprise
How to Uninstall POS Enterprise
More like this
How to Clear Site Data on Google Chrome After Upgrading to a New POS Version
How to Clear Site Data on Google Chrome After Upgrading to a New POS Version
More like this
How to Update Original Magestore POS via SSH
How to Update Original Magestore POS via SSH
More like this
How to Install Brand New Original Magestore POS via SSH
How to Install Brand New Original Magestore POS via SSH
More like this
How to Install Updated Customized Magestore POS via SSH
How to Install Updated Customized Magestore POS via SSH
More like this