Show More
@@ -173,14 +173,32 b' need to append the following lines to it' | |||||
173 | Your config file should now work with Alembic. |
|
173 | Your config file should now work with Alembic. | |
174 |
|
174 | |||
175 |
|
175 | |||
176 | 7. Rebuild the Whoosh full-text index |
|
176 | 7. Update Git repository hooks | |
|
177 | ------------------------------ | |||
|
178 | ||||
|
179 | It is possible that an upgrade involves changes to the Git hooks installed by | |||
|
180 | Kallithea. As these hooks are created inside the repositories on the server | |||
|
181 | filesystem, they are not updated automatically when upgrading Kallithea itself. | |||
|
182 | ||||
|
183 | To update the hooks of your Git repositories: | |||
|
184 | ||||
|
185 | * Go to *Admin > Settings > Remap and Rescan* | |||
|
186 | * Select the checkbox *Install Git hooks* | |||
|
187 | * Click the button *Rescan repositories* | |||
|
188 | ||||
|
189 | .. note:: | |||
|
190 | Kallithea does not use hooks on Mercurial repositories. This step is thus | |||
|
191 | not necessary if you only have Mercurial repositories. | |||
|
192 | ||||
|
193 | ||||
|
194 | 8. Rebuild the Whoosh full-text index | |||
177 | ------------------------------------- |
|
195 | ------------------------------------- | |
178 |
|
196 | |||
179 | It is recommended that you rebuild the Whoosh index after upgrading since |
|
197 | It is recommended that you rebuild the Whoosh index after upgrading since | |
180 | new Whoosh versions can introduce incompatible index changes. |
|
198 | new Whoosh versions can introduce incompatible index changes. | |
181 |
|
199 | |||
182 |
|
200 | |||
183 |
|
|
201 | 9. Start the Kallithea web application | |
184 | -------------------------------------- |
|
202 | -------------------------------------- | |
185 |
|
203 | |||
186 | This step once again depends entirely on the web server software used to |
|
204 | This step once again depends entirely on the web server software used to |
General Comments 0
You need to be logged in to leave comments.
Login now