k-1216
This is an alias for the combination of: index-tags, np-remove-highid, np-remove-unused, np-repair-dups,
np-defrag, rm-helper-index. It may be used to address the K-1216 issue that kopano-server(8) may report
when performing a schema update. If the tag indices already exist, harmless warnings will show, but the
indices will be used and left as-is after the k-1216 action is done.
kc-1375
Deletes all cached IMAP Envelopes that show signs of having address lists with excess parentheses. This
action can be executed while kopano-server is active. If you do so, also execute `kopano-srvadm
--clear-cache=cell` afterwards.
kc-1444
Synchronizes all PR_MESSAGE_FLAGS values from the "properties" to the "tproperties" table. This action
can be executed while kopano-server is active. If you do so, execute `kopano-srvadm --clear-cache=cell`
afterwards.
np-defrag
Compact the ID space in the namedproperties table and lowers the AUTO_INCREMENT value, thereby making IDs
actually usable after a remove operation (such as np-remove-xh).
np-remove-highid
Remove all named property mappings with internal ID higher than 31485. As Kopano/Zarafa MAPI clients
cannot handle these IDs anyway, the IDs are never used to store any data and only occupy the ID space
needlessy.
np-remove-unused
Remove all named property mappings that have zero use counts in other tables.
np-remove-xhkopano-dagent(8) used to index all X-Headers from Internet e-mails by default, but administrators may not
have needed this information in the first place. By using np-remove-xh, all named properties whose name
starts with "X-" and have GUID=PS_INTERNET_HEADERS are removed. np-defrag should be run afterwards.
np-repair-dups
Repairs duplicate named properties (only IDs below or equal to 31485).
np-stat
Show statistics for the namedproperties table. This action can be executed while kopano-server is active.
index-tags
Create helper indices for the "tag" columns. This action can be executed while kopano-server is active.
rm-helper-index
Remove helper indices again. This action can be executed while kopano-server is active.
usmp
This is an alias for the combination of: usmp-shrink-columns, usmp-charset.
usmp-charset
Convert the database to utf8mb4 to support the Unicode Supplemental Plane, better known for Emoji
characters.
usmp-shrink-columns
A number of table columns will be shrunk to accommodate certain MySQL index limits.