> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/command-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/command-centre/command-centre-releases/release-history/unsupported-gallagher-command-centre-versions/command-centre-8.90-releases/8.90-maintenance-release-7.md).

# 8.90 Maintenance Release  7

Bug fixes in this version are as follows

<table><thead><tr><th width="108">Tech Ref</th><th width="508">Description</th><th width="191">Fixed In</th></tr></thead><tbody><tr><td>138845</td><td>Documentation missing critical step in “4.3 Upgrading Controllers to vCRx.xx via USB Flash Drive” in 8.70+</td><td>Documentation</td></tr><tr><td>144668</td><td>A lack of locking could lead to a crash or data inconsistency during database read.</td><td>Server</td></tr><tr><td>148008</td><td>Crash in IsEventOrAlarmVisible due to deleted COPCEventServer</td><td>Server</td></tr><tr><td>149620</td><td>Deadlock issue in stored procedure, potentially causing system hangs.</td><td>Server</td></tr><tr><td>150168</td><td>Unable to Email Report. Make sure your preferred email is installed and configured as the default email program</td><td>Client</td></tr><tr><td>150216</td><td>Service restart results in retrying pending change sets starting again from the beginning</td><td>Server</td></tr><tr><td>151390</td><td>FK_SitePlan_ExtendedFenceVoltage_SiteItem constraint violation in multiserver</td><td>Server</td></tr><tr><td>152143</td><td>Universal Card Format - missing server-side range checks on most fields</td><td>Server</td></tr></tbody></table>

&#x20;


---

# 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://help.security.gallagher.com/command-centre/command-centre-releases/release-history/unsupported-gallagher-command-centre-versions/command-centre-8.90-releases/8.90-maintenance-release-7.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.
