Skip to content

Commit ba43827

Browse files
committed
upgrade v14: update members and archived invitations mappings
1 parent 31e75c7 commit ba43827

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/releases/vNext/upgrade-vNext.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,18 @@ else:
323323
click.secho(f"⚠ Warning: {final_pending} documents still pending", fg="yellow")
324324
```
325325
326+
#### Update the indices for Members and Archived member requests
327+
328+
The optional feature to allow users to request membership to communities was introduced in this release. **Even if the feature is not enabled**, it does impact the indices used to store members and archived member requests (including invitations). The following commands **must** be run to update those indices no matter if the feature is enabled or not.
329+
330+
```console
331+
# Update the mappings
332+
invenio index update communitymembers-members-member-v1.0.0 --no-check
333+
invenio index update communitymembers-archivedinvitations-archivedinvitation-v1.0.0 --no-check
334+
```
335+
336+
Reindexing is not needed however, so those are the only steps necessary.
337+
326338
#### Upgrade option 1: In-place
327339
328340
This approach upgrades the dependencies in place. At the end of the process,

0 commit comments

Comments
 (0)