Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Nextcloud version to 29.0.10 #119

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Update Nextcloud version to 29.0.10 #119

merged 1 commit into from
Dec 23, 2024

Conversation

stephdl
Copy link
Contributor

@stephdl stephdl commented Dec 19, 2024

Upgrade the Nextcloud version in the build script to ensure compatibility with the latest features and improvements.

NethServer/dev#7225

First install => OK
upgrade => OK but a warning about missing indexes
Collabora workable with a LE certficate

image

The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running "occ db:add-missing-indices" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster. Missing optional index "dav_shares_resourceid_type" in table "dav_shares". Missing optional index "dav_shares_resourceid_access" in table "dav_shares". Missing optional index "oc_npushhash_di" in table "notifications_pushhash". Missing optional index "systag_by_objectid" in table "systemtag_object_mapping".

Possible fix call in the upgrade actions

occ db:add-missing-indices

or document in the documentation to trigger it manually

runagent -m nextcloudXX occ db:add-missing-indices

@stephdl stephdl requested a review from gsanchietti December 19, 2024 11:24
Copy link
Member

@gsanchietti gsanchietti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's document how to create indexes from command line

@stephdl stephdl merged commit 88eba74 into main Dec 23, 2024
4 checks passed
@stephdl stephdl deleted the sdl-7225 branch December 23, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants