Skip to content

Commit 27323a4

Browse files
committed
doc: include commands to recompile after upgrade
1 parent 5a56fb8 commit 27323a4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,13 @@ Embedded Git allows you to edit files in the Git repository server-side through
161161
162162
### IRIS Upgrades
163163
If Embedded Git stops working after an upgrade of the InterSystems data platform, one of the following steps may be necessary:
164-
- Recompile custom %SYS classes and routines
164+
- Recompile custom %SYS classes and routines:
165+
```
166+
set $namespace = "%SYS"
167+
do $system.OBJ.CompileList("%Z*,%z*,Z*,z*,'%ZEN.*,'%ZHS*","up")
168+
```
165169
- Reinstall the package from the InterSystems Package Manager
170+
166171
These steps are documented under [Major Version Post-Installation Tasks](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=GCI_post#GCI_post_mv).
167172
168173
## Support

0 commit comments

Comments
 (0)