You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,12 @@ The SPE module installs like any other for Sitecore. This approach is appropriat
86
86
87
87
[Download](https://github.com/SitecorePowerShell/Console/releases) the module from the GitHub releases page and install through the _Installation Wizard_.
88
88
89
+
* For Sitecore 10.1 and newer along with Identity Server you should enable the provided configuration _Spe.IdentityServer.config_.
90
+
* For Sitecore 10.1 and newer you can leverage the IAR packages. There is still the need for *dacpac* deployments because SPE includes a security user and role.
91
+
* An additional patch is required for 10.1 to include the location `/sitecore modules/items/`. See [Gist here](https://gist.github.com/michaellwest/87c26d25407b0a8bcfbcabfabedbbdb7).
92
+
93
+
94
+
89
95
## Upgrade
90
96
91
97
We've tried to make upgrading SPE as seamless as possible. The following should provide you with some basic information on what to expect when upgrading.
@@ -95,7 +101,8 @@ We've tried to make upgrading SPE as seamless as possible. The following should
95
101
You should be able to install directly over the previous installation of 6.0+.
96
102
97
103
* For Sitecore 10.1 and newer along with Identity Server you should enable the provided configuration _Spe.IdentityServer.config_.
98
-
* For Sitecore 10.2 and newer you can leverage the IAR packages. There is still the need for *dacpac* deployments because SPE includes a security user and role.
104
+
* For Sitecore 10.1 and newer you can leverage the IAR packages. There is still the need for *dacpac* deployments because SPE includes a security user and role.
105
+
* An additional patch is required for 10.1 to include the location `/sitecore modules/items/`. See [Gist here](https://gist.github.com/michaellwest/87c26d25407b0a8bcfbcabfabedbbdb7).
99
106
100
107
{% hint style="info" %}
101
108
Using packages with the *Items as Resources* (IAR) files will require additional steps to remove database records that correlate with the contents of the _*.dat_ files. Refer to the Sitecore documentation when upgrading for the process to cleanup the databases. [This post](https://www.maartenwillebrands.nl/2022/02/15/sitecore-removing-iar-items-from-the-database/) may be helpful if you wish to take a more precise approach.
@@ -115,4 +122,4 @@ Sitecore items in the content tree will potentially shuffle around into their ne
115
122
116
123
## Troubleshooting
117
124
118
-
See the troubleshooting section [here](../troubleshooting.md)
125
+
See the troubleshooting section [here](../troubleshooting.md)
0 commit comments