> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/installation/upgrade-rmh/upgrading-cm.md).

# Upgrade Classic Central to Flash Central

Use this checklist as a guideline if you are upgrading Classic Central Manager to Flash Central Manager. Refer to the specific installation procedures for detailed installation steps.

<table><thead><tr><th width="138" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Step 1</strong></td><td valign="top">Review the system requirements and perform any required upgrades. All computers must meet or exceed the minimum system requirements.</td></tr><tr><td valign="top"><strong>Step 2</strong></td><td valign="top">Perform Windows updates on all computers. Ensure all computers are updated with the latest service packs and hot fixes.</td></tr><tr><td valign="top"><strong>Step 3</strong></td><td valign="top">Download the latest RMH release package and extract all files. Review the release notes and readme for the release package. Determine if there are any known issues that could potentially impact the store's business operations.</td></tr><tr><td valign="top"><strong>Step 4</strong></td><td valign="top">Back up the Central and store databases.</td></tr><tr><td valign="top"><strong>Step 5</strong></td><td valign="top">Back up all custom files (labels, receipt templates, pictures, reports, active reports).</td></tr><tr><td valign="top"><strong>Step 6</strong></td><td valign="top">Exit all RMH apps on the computer.</td></tr><tr><td valign="top"><strong>Step 7</strong></td><td valign="top">Uninstall all RMH apps on the computer. This includes Central Manager, Central Server, Central Client, Store Manager, POS, and Loyalty.</td></tr><tr><td valign="top"><strong>Step 8</strong></td><td valign="top">Confirm that RMH services have been removed from the computer. These include the RMH Worksheet Processor, RMH Central Server, and RMH Central Client services.</td></tr><tr><td valign="top"><strong>Step 9</strong></td><td valign="top">Delete the C:\Program Files (x86)\Retail Hero folder from the computer.</td></tr><tr><td valign="top"><strong>Step 10</strong></td><td valign="top">Delete the C:\ProgramData\RetailHero folder from the computer. <strong>Note:</strong> The C:\ProgramData folder may be hidden. To show the folder, in File Explorer, click View \\</td></tr><tr><td valign="top"><strong>Step 11</strong></td><td valign="top">Install the .NET Framework or .NET SDK on any computer that will run an RMH app. .NET must be installed on any computer that will run an RMH app. The system requirements identify which version of .NET is required for the apps.</td></tr><tr><td valign="top"><strong>Step 12</strong></td><td valign="top">Restart the computer.</td></tr><tr><td valign="top"><strong>Step 13</strong></td><td valign="top">Install Flash Central Manager.</td></tr><tr><td valign="top"><strong>Step 14</strong></td><td valign="top">Connect to the Central database and force install tables.</td></tr><tr><td valign="top"><strong>Step 15</strong></td><td valign="top">Obtain a Flash Central license and activate it.</td></tr><tr><td valign="top"><strong>Step 16</strong></td><td valign="top">Install and configure Flash Central Server.</td></tr><tr><td valign="top"><strong>Step 17</strong></td><td valign="top">Install and configure the Flash Bridge on the Central Manager computer.</td></tr><tr><td valign="top"><strong>Step 18</strong></td><td valign="top">Install Store Manager. Follow the detailed installation instructions for the Store Manager app.</td></tr><tr><td valign="top"><strong>Step 19</strong></td><td valign="top">Install and configure Flash Central Client.</td></tr><tr><td valign="top"><strong>Step 20</strong></td><td valign="top">Install and configure the Flash Bridge on the Store Manager computer.</td></tr><tr><td valign="top"><strong>Step 21</strong></td><td valign="top">Configure Store Manager to operate with Central Manager.</td></tr><tr><td valign="top"><strong>Step 22</strong></td><td valign="top">Restore all custom files (labels, receipt templates, pictures, reports, active reports).</td></tr><tr><td valign="top"><strong>Step 23</strong></td><td valign="top">(Optional) Install and configure the Flash Backward Compatibility Extension. If you have any non-Flash stores, install the Flash Backward Compatibility Extension on the same computer where both the Flash and non-Flash RMH Central Server apps are installed.</td></tr><tr><td valign="top"><strong>Step 24</strong></td><td valign="top">Install POS.</td></tr><tr><td valign="top"><strong>Step 25</strong></td><td valign="top">Install and configure the Flash Bridge on the POS computer.</td></tr><tr><td valign="top"><strong>Step 26</strong></td><td valign="top">(Optional) Install Loyalty.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rmhpos.com/installation/upgrade-rmh/upgrading-cm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
