Do I have to do something myself or will this be corrected with an update?
There are some warnings regarding your setup.
** Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add “default_phone_region” with the respective ISO 3166-1 code of the region to your config file.*
** The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running “occ db:add-missing-primary-keys” those missing primary keys could be added manually while the instance keeps running.*
-
- Missing primary key on table “oc_federated_reshares”.*
-
- Missing primary key on table “oc_systemtag_object_mapping”.*
-
- Missing primary key on table “oc_comments_read_markers”.*
-
- Missing primary key on table “oc_collres_resources”.*
-
- Missing primary key on table “oc_collres_accesscache”.*
-
- Missing primary key on table “oc_filecache_extended”.*
** Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running ‘occ db:convert-filecache-bigint’ those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read the documentation page about this.*
- Missing primary key on table “oc_filecache_extended”.*
-
- federated_reshares.share_id*
-
- share_external.id*
-
- share_external.parent*