How To Uninstall/Reinstall An Accelerator From The App Store

Hi, how do I delete and reinstall a module from the App Store?

Comments

  • Here are the steps to uninstall and reinstall an accelerator:

    We recommend taking a database backup before running deletion queries

    1. Delete the app completely from the folder
    2. Run the query: Select * FROM installed_app and find the module_name of the app you want to delete.
    3. Run the query: DELETE FROM installed_app WHERE module_name = ‘your_app_name’
    4. Restart Decisions.
    5. Then download the project again.


Sign In or Register to comment.