Skip to content

Commit

Permalink
Build of develop from Thu Jul 25 22:31:30 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
opencastproject committed Jul 25, 2024
1 parent d99eb4b commit 97d9e4c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion develop/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -762,5 +762,5 @@ <h2 id="release-documentation">Release Documentation</h2>
</html>
<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-07-24 22:13:54.679982+00:00
Build Date UTC : 2024-07-25 22:31:16.426739+00:00
-->
2 changes: 1 addition & 1 deletion develop/admin/search/search_index.json

Large diffs are not rendered by default.

Binary file modified develop/admin/sitemap.xml.gz
Binary file not shown.
9 changes: 9 additions & 0 deletions develop/admin/upgrade/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
var pageToc = [
{title: "Upgrading Opencast from 15.x to 16.x", url: "#_top", children: [
{title: "Search Service Migration", url: "#search-service-migration" },
{title: "Configuration changes", url: "#configuration-changes" },
{title: "API Changes", url: "#api-changes" },
]},
];
Expand Down Expand Up @@ -95,6 +96,7 @@ <h1 id="upgrading-opencast-from-15x-to-16x">Upgrading Opencast from 15.x to 16.x
<li>Stop your current Opencast instance</li>
<li>Replace Opencast with the new version</li>
<li><a href="#search-service-migration">Migrate Solr to OpenSearch/Elasticsearch</a></li>
<li>Review the <a href="#configuration-changes">configuration changes</a> and adjust your configuration accordingly</li>
<li><a href="#api-changes">API changes</a></li>
<li>Start Opencast</li>
</ol>
Expand All @@ -115,6 +117,13 @@ <h2 id="search-service-migration">Search Service Migration</h2>
<li>Set <code>Search</code> as service and submit</li>
<li>The logs should show the status of the index rebuild</li>
</ul>
<h2 id="configuration-changes">Configuration changes</h2>
<p>Check for changes in configuration files and apply those to your local copies. You can use the following command
to list all changes:</p>
<pre><code>git diff origin/r/16.x origin/r/17.x -- etc/
</code></pre>
<p>Please make sure to apply at least the following changes since they are crucial for a stable setup:
- Grant acces to the assets directory in <code>etc/security/mh_default_org.xml</code>. @see <a href="https://github.com/opencast/opencast/pull/5937/files">#5937</a></p>
<h2 id="api-changes">API Changes</h2>
<p>Migrating from Solr to OpenSearch/Elasticsearch in the search service caused
subtle changes in the <code>/search/…</code> API endpoints. The most important changes are:</p>
Expand Down
4 changes: 2 additions & 2 deletions develop/commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit 3300def2ddcc27763d4ff551d61757c9ba498f73
commit d13eca0d53acc0dfe943105f6a6dbee32244d4e3
Author: Lars Kiesow <[email protected]>
Date: Thu Jul 25 00:13:28 2024 +0200
Date: Fri Jul 26 00:30:27 2024 +0200

Merge r/16.x into develop
2 changes: 1 addition & 1 deletion develop/developer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,5 +424,5 @@ <h1 id="opencast-development-guides">Opencast Development Guides</h1>
</html>
<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-07-24 22:13:56.222527+00:00
Build Date UTC : 2024-07-25 22:31:17.994617+00:00
-->
Binary file modified develop/developer/sitemap.xml.gz
Binary file not shown.

0 comments on commit 97d9e4c

Please sign in to comment.