Skip to content

Instantly share code, notes, and snippets.

@MathiasRenner
Created September 5, 2016 13:40
Show Gist options
  • Save MathiasRenner/c56b6f1a6cab87ca93736f0821ec1441 to your computer and use it in GitHub Desktop.
Save MathiasRenner/c56b6f1a6cab87ca93736f0821ec1441 to your computer and use it in GitHub Desktop.
nextcloud-update
Preparing update
Set log level to debug
Turned on maintenance mode
Checking whether the database schema can be updated (this can take a long time depending on the database size)
[1 / 27]: Checking table oc_appconfig
[2 / 27]: Checking table oc_storages
[3 / 27]: Checking table oc_mounts
[4 / 27]: Checking table oc_mimetypes
[5 / 27]: Checking table oc_filecache
[6 / 27]: Checking table oc_group_user
[7 / 27]: Checking table oc_group_admin
[8 / 27]: Checking table oc_groups
[9 / 27]: Checking table oc_preferences
[10 / 27]: Checking table oc_properties
[11 / 27]: Checking table oc_share
[12 / 27]: Checking table oc_jobs
[13 / 27]: Checking table oc_users
[14 / 27]: Checking table oc_authtoken
[15 / 27]: Checking table oc_bruteforce_attempts
[16 / 27]: Checking table oc_vcategory
[17 / 27]: Checking table oc_vcategory_to_object
[18 / 27]: Checking table oc_systemtag
[19 / 27]: Checking table oc_systemtag_object_mapping
[20 / 27]: Checking table oc_systemtag_group
[21 / 27]: Checking table oc_privatedata
[22 / 27]: Checking table oc_file_locks
[23 / 27]: Checking table oc_comments
[24 / 27]: Checking table oc_comments_read_markers
[25 / 27]: Checking table oc_credentials
[26 / 27]: Checking table oc_admin_sections
[27 / 27]: Checking table oc_admin_settings
Checked database schema update
Checking updates of apps
Checking whether the database schema for activity can be updated (this can take a long time depending on the database size)
[1 / 2]: Checking table oc_activity
[2 / 2]: Checking table oc_activity_mq
Checking whether the database schema for dav can be updated (this can take a long time depending on the database size)
[1 / 10]: Checking table oc_addressbooks
[2 / 10]: Checking table oc_cards
[3 / 10]: Checking table oc_addressbookchanges
[4 / 10]: Checking table oc_calendarobjects
[5 / 10]: Checking table oc_calendars
[6 / 10]: Checking table oc_calendarchanges
[7 / 10]: Checking table oc_calendarsubscriptions
[8 / 10]: Checking table oc_schedulingobjects
[9 / 10]: Checking table oc_cards_properties
[10 / 10]: Checking table oc_dav_shares
Checking whether the database schema for federation can be updated (this can take a long time depending on the database size)
[1 / 1]: Checking table oc_trusted_servers
Checking whether the database schema for files_external can be updated (this can take a long time depending on the database size)
[1 / 4]: Checking table oc_external_mounts
[2 / 4]: Checking table oc_external_applicable
[3 / 4]: Checking table oc_external_config
[4 / 4]: Checking table oc_external_options
Checking whether the database schema for files_sharing can be updated (this can take a long time depending on the database size)
[1 / 1]: Checking table oc_share_external
Checking whether the database schema for files_trashbin can be updated (this can take a long time depending on the database size)
[1 / 1]: Checking table oc_files_trash
Checking whether the database schema for notifications can be updated (this can take a long time depending on the database size)
[1 / 1]: Checking table oc_notifications
Checked database schema update for apps
Updating database schema
Updated database
An error occurred.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment