Mustangf22

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by Mustangf22

  1. Nevermind, I got this sorted out. I just needed to keep updating. I was like on nextcloud version 18 since I have never once updated nextcloud. I always thought that the docker image kept it updated. But know I know. Also I did not realize that when I told it to update the first time it was only an incremental update. I had to update like 5 or six times in order to make to the the current stable version of 25.0.3
  2. This is a long one. Sorry in advance. I love my Nextcloud, but I am not very knowledgeable about how to fix my issues with it. bear with me. I am currently having a very similar issue to what I found in this thread. My Nextcloud has been working fine for a few years now, but a few months ago it quit and started giving me the message "This version of Nextcloud is not compatible with > PHP 7.4. You are currently running 8.0.25." (I have been too busy to address the issue, so it sat broken for quite some time.) When I finally got to addressing the issue, My first step was to run an update command in the nextcloud console. That seemed to go just fine, but it did not change my problem. Next: I followed the advice here and downgraded my container with the tag :140. This only made me receive a similar but different message: "This version of Nextcloud requires at least PHP 7.2 You are currently running 7.1.17. Please update your PHP version." So I tried going to 150 assuming that the tag line means version of nextcloud. (15.0) And now I am back in on the UI side except I am in Maintenance mode and cannot get out of it. I tried following the update instructions on the first page and updating through unraid terminal, but NOW I get errors when I try. I do not have access to the nextcloud UI to use OCC due to maintenace mode not being able to be turned off. I will attach pics of what terminal looks like when I try to update or turn off maintenace mode. Maybe I am just inputting commands wrong...
  3. oof... Yeah I can't help with that. sorry. That would be the blind leading the blind. Good luck! I did have something like that happen to me before though. I just gave up and never updated... Yeah I know I'm not much help
  4. If you look at the beginning of this thread you will see information on how to update. It has been asked many times on this thread as well. In short you do it through the Nextcloud UI in settings under overview. Spaceinvaderone also has some videos to show you how.
  5. I'm am only replying because I don't see anyone else replying yet, but I do know a work around to your problem. If you want to simply copy the files you are wanting to upload to your nexcloud share within your user's files you can then use OCC commands to scan the new files to add them to Nextcloud.
  6. I'm on 20.01 so I'm pretty sure you can upgrade. But I am only here because I needed a fresh install.
  7. Thanks for your help...I suppose i will just do a complete nextcloud reinstall.
  8. I have Appdata backup/restore plugin but for some reason the only backup it has is from last night at 3:00am. I have it set to do a weekly backup, I guess it erases the last weeks everytime it does one. (edit: looks like I had it set to delete if the backup was more than 1 day old.... LOL not sure what good that type of backup does)
  9. So when copying over the ibdata1 file it send mariadb off into the loop. Just copying the ib_logfileXX files is fine. Yet, running, " mysqlcheck -u nextcloud -p --auto-repair --check nextcloud " still gives me all the errors.
  10. Okay so after copying over the nextcloud db I get a ton of errors (keep in mind that I have not started the nextcloud container yet) # mysqlcheck -u nextcloud -p --auto-repair --check nextcloud Enter password: nextcloud.oc_accounts Error : Table 'nextcloud.oc_accounts' doesn't exist in engine status : Operation failed nextcloud.oc_activity Error : Table 'nextcloud.oc_activity' doesn't exist in engine status : Operation failed nextcloud.oc_activity_mq Error : Table 'nextcloud.oc_activity_mq' doesn't exist in engine status : Operation failed nextcloud.oc_addressbookchanges Error : Table 'nextcloud.oc_addressbookchanges' doesn't exist in engine status : Operation failed nextcloud.oc_addressbooks Error : Table 'nextcloud.oc_addressbooks' doesn't exist in engine status : Operation failed nextcloud.oc_appconfig Error : Table 'nextcloud.oc_appconfig' doesn't exist in engine status : Operation failed nextcloud.oc_appointments_hash Error : Table 'nextcloud.oc_appointments_hash' doesn't exist in engine status : Operation failed nextcloud.oc_authtoken Error : Table 'nextcloud.oc_authtoken' doesn't exist in engine status : Operation failed nextcloud.oc_bruteforce_attempts Error : Table 'nextcloud.oc_bruteforce_attempts' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_invitations Error : Table 'nextcloud.oc_calendar_invitations' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_reminders Error : Table 'nextcloud.oc_calendar_reminders' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_resources Error : Table 'nextcloud.oc_calendar_resources' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_resources_md Error : Table 'nextcloud.oc_calendar_resources_md' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_rooms Error : Table 'nextcloud.oc_calendar_rooms' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_rooms_md Error : Table 'nextcloud.oc_calendar_rooms_md' doesn't exist in engine status : Operation failed nextcloud.oc_calendarchanges Error : Table 'nextcloud.oc_calendarchanges' doesn't exist in engine status : Operation failed nextcloud.oc_calendarobjects Error : Table 'nextcloud.oc_calendarobjects' doesn't exist in engine status : Operation failed nextcloud.oc_calendarobjects_props Error : Table 'nextcloud.oc_calendarobjects_props' doesn't exist in engine status : Operation failed nextcloud.oc_calendars Error : Table 'nextcloud.oc_calendars' doesn't exist in engine status : Operation failed nextcloud.oc_calendarsubscriptions Error : Table 'nextcloud.oc_calendarsubscriptions' doesn't exist in engine status : Operation failed nextcloud.oc_cards Error : Table 'nextcloud.oc_cards' doesn't exist in engine status : Operation failed nextcloud.oc_cards_properties Error : Table 'nextcloud.oc_cards_properties' doesn't exist in engine status : Operation failed nextcloud.oc_carnet_metadata Error : Table 'nextcloud.oc_carnet_metadata' doesn't exist in engine status : Operation failed nextcloud.oc_circle_circles Error : Table 'nextcloud.oc_circle_circles' doesn't exist in engine status : Operation failed nextcloud.oc_circle_clouds Error : Table 'nextcloud.oc_circle_clouds' doesn't exist in engine status : Operation failed nextcloud.oc_circle_groups Error : Table 'nextcloud.oc_circle_groups' doesn't exist in engine status : Operation failed nextcloud.oc_circle_gsevents Error : Table 'nextcloud.oc_circle_gsevents' doesn't exist in engine status : Operation failed nextcloud.oc_circle_gsshares Error : Table 'nextcloud.oc_circle_gsshares' doesn't exist in engine status : Operation failed nextcloud.oc_circle_gsshares_mp Error : Table 'nextcloud.oc_circle_gsshares_mp' doesn't exist in engine status : Operation failed nextcloud.oc_circle_links Error : Table 'nextcloud.oc_circle_links' doesn't exist in engine status : Operation failed nextcloud.oc_circle_members Error : Table 'nextcloud.oc_circle_members' doesn't exist in engine status : Operation failed nextcloud.oc_circle_shares Error : Table 'nextcloud.oc_circle_shares' doesn't exist in engine status : Operation failed nextcloud.oc_circle_tokens Error : Table 'nextcloud.oc_circle_tokens' doesn't exist in engine status : Operation failed nextcloud.oc_circles_circles Error : Table 'nextcloud.oc_circles_circles' doesn't exist in engine status : Operation failed nextcloud.oc_circles_clouds Error : Table 'nextcloud.oc_circles_clouds' doesn't exist in engine status : Operation failed nextcloud.oc_circles_groups Error : Table 'nextcloud.oc_circles_groups' doesn't exist in engine status : Operation failed nextcloud.oc_circles_links Error : Table 'nextcloud.oc_circles_links' doesn't exist in engine status : Operation failed nextcloud.oc_circles_members Error : Table 'nextcloud.oc_circles_members' doesn't exist in engine status : Operation failed nextcloud.oc_circles_shares Error : Table 'nextcloud.oc_circles_shares' doesn't exist in engine status : Operation failed nextcloud.oc_circles_tokens Error : Table 'nextcloud.oc_circles_tokens' doesn't exist in engine status : Operation failed nextcloud.oc_collres_accesscache Error : Table 'nextcloud.oc_collres_accesscache' doesn't exist in engine status : Operation failed nextcloud.oc_collres_collections Error : Table 'nextcloud.oc_collres_collections' doesn't exist in engine status : Operation failed nextcloud.oc_collres_resources Error : Table 'nextcloud.oc_collres_resources' doesn't exist in engine status : Operation failed nextcloud.oc_comments Error : Table 'nextcloud.oc_comments' doesn't exist in engine status : Operation failed nextcloud.oc_comments_read_markers Error : Table 'nextcloud.oc_comments_read_markers' doesn't exist in engine status : Operation failed nextcloud.oc_cookbook_categories Error : Table 'nextcloud.oc_cookbook_categories' doesn't exist in engine status : Operation failed nextcloud.oc_cookbook_keywords Error : Table 'nextcloud.oc_cookbook_keywords' doesn't exist in engine status : Operation failed nextcloud.oc_cookbook_names Error : Table 'nextcloud.oc_cookbook_names' doesn't exist in engine status : Operation failed nextcloud.oc_credentials Error : Table 'nextcloud.oc_credentials' doesn't exist in engine status : Operation failed nextcloud.oc_dav_cal_proxy Error : Table 'nextcloud.oc_dav_cal_proxy' doesn't exist in engine status : Operation failed nextcloud.oc_dav_shares Error : Table 'nextcloud.oc_dav_shares' doesn't exist in engine status : Operation failed nextcloud.oc_deck_assigned_labels Error : Table 'nextcloud.oc_deck_assigned_labels' doesn't exist in engine status : Operation failed nextcloud.oc_deck_assigned_users Error : Table 'nextcloud.oc_deck_assigned_users' doesn't exist in engine status : Operation failed nextcloud.oc_deck_attachment Error : Table 'nextcloud.oc_deck_attachment' doesn't exist in engine status : Operation failed nextcloud.oc_deck_board_acl Error : Table 'nextcloud.oc_deck_board_acl' doesn't exist in engine status : Operation failed nextcloud.oc_deck_boards Error : Table 'nextcloud.oc_deck_boards' doesn't exist in engine status : Operation failed nextcloud.oc_deck_cards Error : Table 'nextcloud.oc_deck_cards' doesn't exist in engine status : Operation failed nextcloud.oc_deck_labels Error : Table 'nextcloud.oc_deck_labels' doesn't exist in engine status : Operation failed nextcloud.oc_deck_stacks Error : Table 'nextcloud.oc_deck_stacks' doesn't exist in engine status : Operation failed nextcloud.oc_direct_edit Error : Table 'nextcloud.oc_direct_edit' doesn't exist in engine status : Operation failed nextcloud.oc_directlink Error : Table 'nextcloud.oc_directlink' doesn't exist in engine status : Operation failed nextcloud.oc_external_applicable Error : Table 'nextcloud.oc_external_applicable' doesn't exist in engine status : Operation failed nextcloud.oc_external_config Error : Table 'nextcloud.oc_external_config' doesn't exist in engine status : Operation failed nextcloud.oc_external_mounts Error : Table 'nextcloud.oc_external_mounts' doesn't exist in engine status : Operation failed nextcloud.oc_external_options Error : Table 'nextcloud.oc_external_options' doesn't exist in engine status : Operation failed nextcloud.oc_federated_reshares Error : Table 'nextcloud.oc_federated_reshares' doesn't exist in engine status : Operation failed nextcloud.oc_file_locks Error : Table 'nextcloud.oc_file_locks' doesn't exist in engine status : Operation failed nextcloud.oc_filecache Error : Table 'nextcloud.oc_filecache' doesn't exist in engine status : Operation failed nextcloud.oc_filecache_extended Error : Table 'nextcloud.oc_filecache_extended' doesn't exist in engine status : Operation failed nextcloud.oc_files_trash Error : Table 'nextcloud.oc_files_trash' doesn't exist in engine status : Operation failed nextcloud.oc_flow_checks Error : Table 'nextcloud.oc_flow_checks' doesn't exist in engine status : Operation failed nextcloud.oc_flow_operations Error : Table 'nextcloud.oc_flow_operations' doesn't exist in engine status : Operation failed nextcloud.oc_flow_operations_scope Error : Table 'nextcloud.oc_flow_operations_scope' doesn't exist in engine status : Operation failed nextcloud.oc_forms_answers Error : Table 'nextcloud.oc_forms_answers' doesn't exist in engine status : Operation failed nextcloud.oc_forms_events Error : Table 'nextcloud.oc_forms_events' doesn't exist in engine status : Operation failed nextcloud.oc_forms_notif Error : Table 'nextcloud.oc_forms_notif' doesn't exist in engine status : Operation failed nextcloud.oc_forms_questions Error : Table 'nextcloud.oc_forms_questions' doesn't exist in engine status : Operation failed nextcloud.oc_forms_votes Error : Table 'nextcloud.oc_forms_votes' doesn't exist in engine status : Operation failed nextcloud.oc_group_admin Error : Table 'nextcloud.oc_group_admin' doesn't exist in engine status : Operation failed nextcloud.oc_group_user Error : Table 'nextcloud.oc_group_user' doesn't exist in engine status : Operation failed nextcloud.oc_groups Error : Table 'nextcloud.oc_groups' doesn't exist in engine status : Operation failed nextcloud.oc_jobs Error : Table 'nextcloud.oc_jobs' doesn't exist in engine status : Operation failed nextcloud.oc_login_flow_v2 Error : Table 'nextcloud.oc_login_flow_v2' doesn't exist in engine status : Operation failed nextcloud.oc_mail_accounts Error : Table 'nextcloud.oc_mail_accounts' doesn't exist in engine status : Operation failed nextcloud.oc_mail_aliases Error : Table 'nextcloud.oc_mail_aliases' doesn't exist in engine status : Operation failed nextcloud.oc_mail_attachments Error : Table 'nextcloud.oc_mail_attachments' doesn't exist in engine status : Operation failed nextcloud.oc_mail_classifiers Error : Table 'nextcloud.oc_mail_classifiers' doesn't exist in engine status : Operation failed nextcloud.oc_mail_coll_addresses Error : Table 'nextcloud.oc_mail_coll_addresses' doesn't exist in engine status : Operation failed nextcloud.oc_mail_mailboxes Error : Table 'nextcloud.oc_mail_mailboxes' doesn't exist in engine status : Operation failed nextcloud.oc_mail_messages Error : Table 'nextcloud.oc_mail_messages' doesn't exist in engine status : Operation failed nextcloud.oc_mail_recipients Error : Table 'nextcloud.oc_mail_recipients' doesn't exist in engine status : Operation failed nextcloud.oc_maps_address_geo Error : Table 'nextcloud.oc_maps_address_geo' doesn't exist in engine status : Operation failed nextcloud.oc_maps_apikeys Error : Table 'nextcloud.oc_maps_apikeys' doesn't exist in engine status : Operation failed nextcloud.oc_maps_device_points Error : Table 'nextcloud.oc_maps_device_points' doesn't exist in engine status : Operation failed nextcloud.oc_maps_devices Error : Table 'nextcloud.oc_maps_devices' doesn't exist in engine status : Operation failed nextcloud.oc_maps_favorites Error : Table 'nextcloud.oc_maps_favorites' doesn't exist in engine status : Operation failed nextcloud.oc_maps_photos Error : Table 'nextcloud.oc_maps_photos' doesn't exist in engine status : Operation failed nextcloud.oc_maps_tracks Error : Table 'nextcloud.oc_maps_tracks' doesn't exist in engine status : Operation failed nextcloud.oc_migrations Error : Table 'nextcloud.oc_migrations' doesn't exist in engine status : Operation failed nextcloud.oc_mimetypes Error : Table 'nextcloud.oc_mimetypes' doesn't exist in engine status : Operation failed nextcloud.oc_mounts Error : Table 'nextcloud.oc_mounts' doesn't exist in engine status : Operation failed nextcloud.oc_notifications Error : Table 'nextcloud.oc_notifications' doesn't exist in engine status : Operation failed nextcloud.oc_notifications_pushtokens Error : Table 'nextcloud.oc_notifications_pushtokens' doesn't exist in engine status : Operation failed nextcloud.oc_oauth2_access_tokens Error : Table 'nextcloud.oc_oauth2_access_tokens' doesn't exist in engine status : Operation failed nextcloud.oc_oauth2_clients Error : Table 'nextcloud.oc_oauth2_clients' doesn't exist in engine status : Operation failed nextcloud.oc_ojsxc_presence Error : Table 'nextcloud.oc_ojsxc_presence' doesn't exist in engine status : Operation failed nextcloud.oc_ojsxc_stanzas Error : Table 'nextcloud.oc_ojsxc_stanzas' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_devices Error : Table 'nextcloud.oc_phonetrack_devices' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_filtersb Error : Table 'nextcloud.oc_phonetrack_filtersb' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_geofences Error : Table 'nextcloud.oc_phonetrack_geofences' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_points Error : Table 'nextcloud.oc_phonetrack_points' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_proxims Error : Table 'nextcloud.oc_phonetrack_proxims' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_pubshares Error : Table 'nextcloud.oc_phonetrack_pubshares' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_sessions Error : Table 'nextcloud.oc_phonetrack_sessions' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_shares Error : Table 'nextcloud.oc_phonetrack_shares' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_tileserver Error : Table 'nextcloud.oc_phonetrack_tileserver' doesn't exist in engine status : Operation failed nextcloud.oc_preferences Error : Table 'nextcloud.oc_preferences' doesn't exist in engine status : Operation failed nextcloud.oc_privacy_admins Error : Table 'nextcloud.oc_privacy_admins' doesn't exist in engine status : Operation failed nextcloud.oc_properties Error : Table 'nextcloud.oc_properties' doesn't exist in engine status : Operation failed nextcloud.oc_richdocuments_assets Error : Table 'nextcloud.oc_richdocuments_assets' doesn't exist in engine status : Operation failed nextcloud.oc_richdocuments_direct Error : Table 'nextcloud.oc_richdocuments_direct' doesn't exist in engine status : Operation failed nextcloud.oc_richdocuments_wopi Error : Table 'nextcloud.oc_richdocuments_wopi' doesn't exist in engine status : Operation failed nextcloud.oc_schedulingobjects Error : Table 'nextcloud.oc_schedulingobjects' doesn't exist in engine status : Operation failed nextcloud.oc_share Error : Table 'nextcloud.oc_share' doesn't exist in engine status : Operation failed nextcloud.oc_share_external Error : Table 'nextcloud.oc_share_external' doesn't exist in engine status : Operation failed nextcloud.oc_storages Error : Table 'nextcloud.oc_storages' doesn't exist in engine status : Operation failed nextcloud.oc_systemtag Error : Table 'nextcloud.oc_systemtag' doesn't exist in engine status : Operation failed nextcloud.oc_systemtag_group Error : Table 'nextcloud.oc_systemtag_group' doesn't exist in engine status : Operation failed nextcloud.oc_systemtag_object_mapping Error : Table 'nextcloud.oc_systemtag_object_mapping' doesn't exist in engine status : Operation failed nextcloud.oc_talk_commands Error : Table 'nextcloud.oc_talk_commands' doesn't exist in engine status : Operation failed nextcloud.oc_talk_guests Error : Table 'nextcloud.oc_talk_guests' doesn't exist in engine status : Operation failed nextcloud.oc_talk_participants Error : Table 'nextcloud.oc_talk_participants' doesn't exist in engine status : Operation failed nextcloud.oc_talk_rooms Error : Table 'nextcloud.oc_talk_rooms' doesn't exist in engine status : Operation failed nextcloud.oc_talk_signaling Error : Table 'nextcloud.oc_talk_signaling' doesn't exist in engine status : Operation failed nextcloud.oc_text_documents Error : Table 'nextcloud.oc_text_documents' doesn't exist in engine status : Operation failed nextcloud.oc_text_sessions Error : Table 'nextcloud.oc_text_sessions' doesn't exist in engine status : Operation failed nextcloud.oc_text_steps Error : Table 'nextcloud.oc_text_steps' doesn't exist in engine status : Operation failed nextcloud.oc_trusted_servers Error : Table 'nextcloud.oc_trusted_servers' doesn't exist in engine status : Operation failed nextcloud.oc_twofactor_backupcodes Error : Table 'nextcloud.oc_twofactor_backupcodes' doesn't exist in engine status : Operation failed nextcloud.oc_twofactor_providers Error : Table 'nextcloud.oc_twofactor_providers' doesn't exist in engine status : Operation failed nextcloud.oc_user_transfer_owner Error : Table 'nextcloud.oc_user_transfer_owner' doesn't exist in engine status : Operation failed nextcloud.oc_users Error : Table 'nextcloud.oc_users' doesn't exist in engine status : Operation failed nextcloud.oc_vcategory Error : Table 'nextcloud.oc_vcategory' doesn't exist in engine status : Operation failed nextcloud.oc_vcategory_to_object Error : Table 'nextcloud.oc_vcategory_to_object' doesn't exist in engine status : Operation failed nextcloud.oc_whats_new Error : Table 'nextcloud.oc_whats_new' doesn't exist in engine status : Operation failed Repairing tables nextcloud.oc_accounts Error : Table 'nextcloud.oc_accounts' doesn't exist in engine status : Operation failed nextcloud.oc_activity Error : Table 'nextcloud.oc_activity' doesn't exist in engine status : Operation failed nextcloud.oc_activity_mq Error : Table 'nextcloud.oc_activity_mq' doesn't exist in engine status : Operation failed nextcloud.oc_addressbookchanges Error : Table 'nextcloud.oc_addressbookchanges' doesn't exist in engine status : Operation failed nextcloud.oc_addressbooks Error : Table 'nextcloud.oc_addressbooks' doesn't exist in engine status : Operation failed nextcloud.oc_appconfig Error : Table 'nextcloud.oc_appconfig' doesn't exist in engine status : Operation failed nextcloud.oc_appointments_hash Error : Table 'nextcloud.oc_appointments_hash' doesn't exist in engine status : Operation failed nextcloud.oc_authtoken Error : Table 'nextcloud.oc_authtoken' doesn't exist in engine status : Operation failed nextcloud.oc_bruteforce_attempts Error : Table 'nextcloud.oc_bruteforce_attempts' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_invitations Error : Table 'nextcloud.oc_calendar_invitations' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_reminders Error : Table 'nextcloud.oc_calendar_reminders' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_resources Error : Table 'nextcloud.oc_calendar_resources' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_resources_md Error : Table 'nextcloud.oc_calendar_resources_md' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_rooms Error : Table 'nextcloud.oc_calendar_rooms' doesn't exist in engine status : Operation failed nextcloud.oc_calendar_rooms_md Error : Table 'nextcloud.oc_calendar_rooms_md' doesn't exist in engine status : Operation failed nextcloud.oc_calendarchanges Error : Table 'nextcloud.oc_calendarchanges' doesn't exist in engine status : Operation failed nextcloud.oc_calendarobjects Error : Table 'nextcloud.oc_calendarobjects' doesn't exist in engine status : Operation failed nextcloud.oc_calendarobjects_props Error : Table 'nextcloud.oc_calendarobjects_props' doesn't exist in engine status : Operation failed nextcloud.oc_calendars Error : Table 'nextcloud.oc_calendars' doesn't exist in engine status : Operation failed nextcloud.oc_calendarsubscriptions Error : Table 'nextcloud.oc_calendarsubscriptions' doesn't exist in engine status : Operation failed nextcloud.oc_cards Error : Table 'nextcloud.oc_cards' doesn't exist in engine status : Operation failed nextcloud.oc_cards_properties Error : Table 'nextcloud.oc_cards_properties' doesn't exist in engine status : Operation failed nextcloud.oc_carnet_metadata Error : Table 'nextcloud.oc_carnet_metadata' doesn't exist in engine status : Operation failed nextcloud.oc_circle_circles Error : Table 'nextcloud.oc_circle_circles' doesn't exist in engine status : Operation failed nextcloud.oc_circle_clouds Error : Table 'nextcloud.oc_circle_clouds' doesn't exist in engine status : Operation failed nextcloud.oc_circle_groups Error : Table 'nextcloud.oc_circle_groups' doesn't exist in engine status : Operation failed nextcloud.oc_circle_gsevents Error : Table 'nextcloud.oc_circle_gsevents' doesn't exist in engine status : Operation failed nextcloud.oc_circle_gsshares Error : Table 'nextcloud.oc_circle_gsshares' doesn't exist in engine status : Operation failed nextcloud.oc_circle_gsshares_mp Error : Table 'nextcloud.oc_circle_gsshares_mp' doesn't exist in engine status : Operation failed nextcloud.oc_circle_links Error : Table 'nextcloud.oc_circle_links' doesn't exist in engine status : Operation failed nextcloud.oc_circle_members Error : Table 'nextcloud.oc_circle_members' doesn't exist in engine status : Operation failed nextcloud.oc_circle_shares Error : Table 'nextcloud.oc_circle_shares' doesn't exist in engine status : Operation failed nextcloud.oc_circle_tokens Error : Table 'nextcloud.oc_circle_tokens' doesn't exist in engine status : Operation failed nextcloud.oc_circles_circles Error : Table 'nextcloud.oc_circles_circles' doesn't exist in engine status : Operation failed nextcloud.oc_circles_clouds Error : Table 'nextcloud.oc_circles_clouds' doesn't exist in engine status : Operation failed nextcloud.oc_circles_groups Error : Table 'nextcloud.oc_circles_groups' doesn't exist in engine status : Operation failed nextcloud.oc_circles_links Error : Table 'nextcloud.oc_circles_links' doesn't exist in engine status : Operation failed nextcloud.oc_circles_members Error : Table 'nextcloud.oc_circles_members' doesn't exist in engine status : Operation failed nextcloud.oc_circles_shares Error : Table 'nextcloud.oc_circles_shares' doesn't exist in engine status : Operation failed nextcloud.oc_circles_tokens Error : Table 'nextcloud.oc_circles_tokens' doesn't exist in engine status : Operation failed nextcloud.oc_collres_accesscache Error : Table 'nextcloud.oc_collres_accesscache' doesn't exist in engine status : Operation failed nextcloud.oc_collres_collections Error : Table 'nextcloud.oc_collres_collections' doesn't exist in engine status : Operation failed nextcloud.oc_collres_resources Error : Table 'nextcloud.oc_collres_resources' doesn't exist in engine status : Operation failed nextcloud.oc_comments Error : Table 'nextcloud.oc_comments' doesn't exist in engine status : Operation failed nextcloud.oc_comments_read_markers Error : Table 'nextcloud.oc_comments_read_markers' doesn't exist in engine status : Operation failed nextcloud.oc_cookbook_categories Error : Table 'nextcloud.oc_cookbook_categories' doesn't exist in engine status : Operation failed nextcloud.oc_cookbook_keywords Error : Table 'nextcloud.oc_cookbook_keywords' doesn't exist in engine status : Operation failed nextcloud.oc_cookbook_names Error : Table 'nextcloud.oc_cookbook_names' doesn't exist in engine status : Operation failed nextcloud.oc_credentials Error : Table 'nextcloud.oc_credentials' doesn't exist in engine status : Operation failed nextcloud.oc_dav_cal_proxy Error : Table 'nextcloud.oc_dav_cal_proxy' doesn't exist in engine status : Operation failed nextcloud.oc_dav_shares Error : Table 'nextcloud.oc_dav_shares' doesn't exist in engine status : Operation failed nextcloud.oc_deck_assigned_labels Error : Table 'nextcloud.oc_deck_assigned_labels' doesn't exist in engine status : Operation failed nextcloud.oc_deck_assigned_users Error : Table 'nextcloud.oc_deck_assigned_users' doesn't exist in engine status : Operation failed nextcloud.oc_deck_attachment Error : Table 'nextcloud.oc_deck_attachment' doesn't exist in engine status : Operation failed nextcloud.oc_deck_board_acl Error : Table 'nextcloud.oc_deck_board_acl' doesn't exist in engine status : Operation failed nextcloud.oc_deck_boards Error : Table 'nextcloud.oc_deck_boards' doesn't exist in engine status : Operation failed nextcloud.oc_deck_cards Error : Table 'nextcloud.oc_deck_cards' doesn't exist in engine status : Operation failed nextcloud.oc_deck_labels Error : Table 'nextcloud.oc_deck_labels' doesn't exist in engine status : Operation failed nextcloud.oc_deck_stacks Error : Table 'nextcloud.oc_deck_stacks' doesn't exist in engine status : Operation failed nextcloud.oc_direct_edit Error : Table 'nextcloud.oc_direct_edit' doesn't exist in engine status : Operation failed nextcloud.oc_directlink Error : Table 'nextcloud.oc_directlink' doesn't exist in engine status : Operation failed nextcloud.oc_external_applicable Error : Table 'nextcloud.oc_external_applicable' doesn't exist in engine status : Operation failed nextcloud.oc_external_config Error : Table 'nextcloud.oc_external_config' doesn't exist in engine status : Operation failed nextcloud.oc_external_mounts Error : Table 'nextcloud.oc_external_mounts' doesn't exist in engine status : Operation failed nextcloud.oc_external_options Error : Table 'nextcloud.oc_external_options' doesn't exist in engine status : Operation failed nextcloud.oc_federated_reshares Error : Table 'nextcloud.oc_federated_reshares' doesn't exist in engine status : Operation failed nextcloud.oc_file_locks Error : Table 'nextcloud.oc_file_locks' doesn't exist in engine status : Operation failed nextcloud.oc_filecache Error : Table 'nextcloud.oc_filecache' doesn't exist in engine status : Operation failed nextcloud.oc_filecache_extended Error : Table 'nextcloud.oc_filecache_extended' doesn't exist in engine status : Operation failed nextcloud.oc_files_trash Error : Table 'nextcloud.oc_files_trash' doesn't exist in engine status : Operation failed nextcloud.oc_flow_checks Error : Table 'nextcloud.oc_flow_checks' doesn't exist in engine status : Operation failed nextcloud.oc_flow_operations Error : Table 'nextcloud.oc_flow_operations' doesn't exist in engine status : Operation failed nextcloud.oc_flow_operations_scope Error : Table 'nextcloud.oc_flow_operations_scope' doesn't exist in engine status : Operation failed nextcloud.oc_forms_answers Error : Table 'nextcloud.oc_forms_answers' doesn't exist in engine status : Operation failed nextcloud.oc_forms_events Error : Table 'nextcloud.oc_forms_events' doesn't exist in engine status : Operation failed nextcloud.oc_forms_notif Error : Table 'nextcloud.oc_forms_notif' doesn't exist in engine status : Operation failed nextcloud.oc_forms_questions Error : Table 'nextcloud.oc_forms_questions' doesn't exist in engine status : Operation failed nextcloud.oc_forms_votes Error : Table 'nextcloud.oc_forms_votes' doesn't exist in engine status : Operation failed nextcloud.oc_group_admin Error : Table 'nextcloud.oc_group_admin' doesn't exist in engine status : Operation failed nextcloud.oc_group_user Error : Table 'nextcloud.oc_group_user' doesn't exist in engine status : Operation failed nextcloud.oc_groups Error : Table 'nextcloud.oc_groups' doesn't exist in engine status : Operation failed nextcloud.oc_jobs Error : Table 'nextcloud.oc_jobs' doesn't exist in engine status : Operation failed nextcloud.oc_login_flow_v2 Error : Table 'nextcloud.oc_login_flow_v2' doesn't exist in engine status : Operation failed nextcloud.oc_mail_accounts Error : Table 'nextcloud.oc_mail_accounts' doesn't exist in engine status : Operation failed nextcloud.oc_mail_aliases Error : Table 'nextcloud.oc_mail_aliases' doesn't exist in engine status : Operation failed nextcloud.oc_mail_attachments Error : Table 'nextcloud.oc_mail_attachments' doesn't exist in engine status : Operation failed nextcloud.oc_mail_classifiers Error : Table 'nextcloud.oc_mail_classifiers' doesn't exist in engine status : Operation failed nextcloud.oc_mail_coll_addresses Error : Table 'nextcloud.oc_mail_coll_addresses' doesn't exist in engine status : Operation failed nextcloud.oc_mail_mailboxes Error : Table 'nextcloud.oc_mail_mailboxes' doesn't exist in engine status : Operation failed nextcloud.oc_mail_messages Error : Table 'nextcloud.oc_mail_messages' doesn't exist in engine status : Operation failed nextcloud.oc_mail_recipients Error : Table 'nextcloud.oc_mail_recipients' doesn't exist in engine status : Operation failed nextcloud.oc_maps_address_geo Error : Table 'nextcloud.oc_maps_address_geo' doesn't exist in engine status : Operation failed nextcloud.oc_maps_apikeys Error : Table 'nextcloud.oc_maps_apikeys' doesn't exist in engine status : Operation failed nextcloud.oc_maps_device_points Error : Table 'nextcloud.oc_maps_device_points' doesn't exist in engine status : Operation failed nextcloud.oc_maps_devices Error : Table 'nextcloud.oc_maps_devices' doesn't exist in engine status : Operation failed nextcloud.oc_maps_favorites Error : Table 'nextcloud.oc_maps_favorites' doesn't exist in engine status : Operation failed nextcloud.oc_maps_photos Error : Table 'nextcloud.oc_maps_photos' doesn't exist in engine status : Operation failed nextcloud.oc_maps_tracks Error : Table 'nextcloud.oc_maps_tracks' doesn't exist in engine status : Operation failed nextcloud.oc_migrations Error : Table 'nextcloud.oc_migrations' doesn't exist in engine status : Operation failed nextcloud.oc_mimetypes Error : Table 'nextcloud.oc_mimetypes' doesn't exist in engine status : Operation failed nextcloud.oc_mounts Error : Table 'nextcloud.oc_mounts' doesn't exist in engine status : Operation failed nextcloud.oc_notifications Error : Table 'nextcloud.oc_notifications' doesn't exist in engine status : Operation failed nextcloud.oc_notifications_pushtokens Error : Table 'nextcloud.oc_notifications_pushtokens' doesn't exist in engine status : Operation failed nextcloud.oc_oauth2_access_tokens Error : Table 'nextcloud.oc_oauth2_access_tokens' doesn't exist in engine status : Operation failed nextcloud.oc_oauth2_clients Error : Table 'nextcloud.oc_oauth2_clients' doesn't exist in engine status : Operation failed nextcloud.oc_ojsxc_presence Error : Table 'nextcloud.oc_ojsxc_presence' doesn't exist in engine status : Operation failed nextcloud.oc_ojsxc_stanzas Error : Table 'nextcloud.oc_ojsxc_stanzas' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_devices Error : Table 'nextcloud.oc_phonetrack_devices' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_filtersb Error : Table 'nextcloud.oc_phonetrack_filtersb' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_geofences Error : Table 'nextcloud.oc_phonetrack_geofences' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_points Error : Table 'nextcloud.oc_phonetrack_points' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_proxims Error : Table 'nextcloud.oc_phonetrack_proxims' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_pubshares Error : Table 'nextcloud.oc_phonetrack_pubshares' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_sessions Error : Table 'nextcloud.oc_phonetrack_sessions' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_shares Error : Table 'nextcloud.oc_phonetrack_shares' doesn't exist in engine status : Operation failed nextcloud.oc_phonetrack_tileserver Error : Table 'nextcloud.oc_phonetrack_tileserver' doesn't exist in engine status : Operation failed nextcloud.oc_preferences Error : Table 'nextcloud.oc_preferences' doesn't exist in engine status : Operation failed nextcloud.oc_privacy_admins Error : Table 'nextcloud.oc_privacy_admins' doesn't exist in engine status : Operation failed nextcloud.oc_properties Error : Table 'nextcloud.oc_properties' doesn't exist in engine status : Operation failed nextcloud.oc_richdocuments_assets Error : Table 'nextcloud.oc_richdocuments_assets' doesn't exist in engine status : Operation failed nextcloud.oc_richdocuments_direct Error : Table 'nextcloud.oc_richdocuments_direct' doesn't exist in engine status : Operation failed nextcloud.oc_richdocuments_wopi Error : Table 'nextcloud.oc_richdocuments_wopi' doesn't exist in engine status : Operation failed nextcloud.oc_schedulingobjects Error : Table 'nextcloud.oc_schedulingobjects' doesn't exist in engine status : Operation failed nextcloud.oc_share Error : Table 'nextcloud.oc_share' doesn't exist in engine status : Operation failed nextcloud.oc_share_external Error : Table 'nextcloud.oc_share_external' doesn't exist in engine status : Operation failed nextcloud.oc_storages Error : Table 'nextcloud.oc_storages' doesn't exist in engine status : Operation failed nextcloud.oc_systemtag Error : Table 'nextcloud.oc_systemtag' doesn't exist in engine status : Operation failed nextcloud.oc_systemtag_group Error : Table 'nextcloud.oc_systemtag_group' doesn't exist in engine status : Operation failed nextcloud.oc_systemtag_object_mapping Error : Table 'nextcloud.oc_systemtag_object_mapping' doesn't exist in engine status : Operation failed nextcloud.oc_talk_commands Error : Table 'nextcloud.oc_talk_commands' doesn't exist in engine status : Operation failed nextcloud.oc_talk_guests Error : Table 'nextcloud.oc_talk_guests' doesn't exist in engine status : Operation failed nextcloud.oc_talk_participants Error : Table 'nextcloud.oc_talk_participants' doesn't exist in engine status : Operation failed nextcloud.oc_talk_rooms Error : Table 'nextcloud.oc_talk_rooms' doesn't exist in engine status : Operation failed nextcloud.oc_talk_signaling Error : Table 'nextcloud.oc_talk_signaling' doesn't exist in engine status : Operation failed nextcloud.oc_text_documents Error : Table 'nextcloud.oc_text_documents' doesn't exist in engine status : Operation failed nextcloud.oc_text_sessions Error : Table 'nextcloud.oc_text_sessions' doesn't exist in engine status : Operation failed nextcloud.oc_text_steps Error : Table 'nextcloud.oc_text_steps' doesn't exist in engine status : Operation failed nextcloud.oc_trusted_servers Error : Table 'nextcloud.oc_trusted_servers' doesn't exist in engine status : Operation failed nextcloud.oc_twofactor_backupcodes Error : Table 'nextcloud.oc_twofactor_backupcodes' doesn't exist in engine status : Operation failed nextcloud.oc_twofactor_providers Error : Table 'nextcloud.oc_twofactor_providers' doesn't exist in engine status : Operation failed nextcloud.oc_user_transfer_owner Error : Table 'nextcloud.oc_user_transfer_owner' doesn't exist in engine status : Operation failed nextcloud.oc_users Error : Table 'nextcloud.oc_users' doesn't exist in engine status : Operation failed nextcloud.oc_vcategory Error : Table 'nextcloud.oc_vcategory' doesn't exist in engine status : Operation failed nextcloud.oc_vcategory_to_object Error : Table 'nextcloud.oc_vcategory_to_object' doesn't exist in engine status : Operation failed nextcloud.oc_whats_new Error : Table 'nextcloud.oc_whats_new' doesn't exist in engine status : Operation failed
  11. Well now I'm back to the same broken mariadb... it won't respond to: mysqlcheck -u nextcloud -p --auto-repair --check nextcloud I just get: mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect and it is looping again in the log: mysqld_safe Starting mysqld daemon with databases from /config/databases 201109 10:58:02 mysqld_safe Logging to syslog.
  12. All the files? basically replacing the working mariadb in appdata?
  13. Okay! success on that bit. I had to remove and the reinstall mariadb from the previous apps though instead of forcing update. mariadb seems to be working correctly now. Granted, i failed to change the 'password' to anything harder than 'password'
  14. can i Just delete mariadb entirely and start from scratch? will that affect my nextcloud?
  15. I tried the force update. still the same results...
  16. This is what i get when i do that: # mysqlcheck -u nextcloud -p --auto-repair --check nextcloud Enter password: mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect #
  17. error.logerror.log.1 So in my template mine does not show a version just: linuxserver/nextcloud
  18. Yes the config does say 18.0.3 --- " 'version' => '18.0.3.0'"
  19. I am not sure what version i am on or how to find out at the moment. Where in unraid do i go to change the tag?
  20. Okay, here it is: root@a5a928c318db:/# root@a5a928c318db:/# occ maintenance:repair An unhandled exception has been thrown: Doctrine\DBAL\DBALException: Failed to connect to the database: An exception occurred in driver: SQLSTATE[HY000] [2006] MySQL server has gone away in /config/www/nextcloud/lib/private/DB/Connection.php:68 Stack trace: #0 /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(420): OC\DB\Connection->connect() #1 /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(380): Doctrine\DBAL\Connection->getDatabasePlatformVersion() #2 /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(324): Doctrine\DBAL\Connection->detectDatabasePlatform() #3 /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(683): Doctrine\DBAL\Connection->getDatabasePlatform() #4 /config/www/nextcloud/lib/private/DB/Connection.php(155): Doctrine\DBAL\Connection->setTransactionIsolation(2) #5 /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(195): OC\DB\Connection->__construct(Array, Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(Doctrine\DBAL\Configuration), Object(Doctrine\Common\EventManager)) #6 /config/www/nextcloud/lib/private/DB/ConnectionFactory.php(157): Doctrine\DBAL\DriverManager::getConnection(Array, Object(Doctrine\DBAL\Configuration), Object(Doctrine\Common\EventManager)) #7 /config/www/nextcloud/lib/private/Server.php(748): OC\DB\ConnectionFactory->getConnection('mysql', Array) #8 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\Server->OC\{closure}(Object(OC\Server)) #9 /config/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('OCP\\IDBConnecti...') #10 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\ServerContainer->query('OCP\\IDBConnecti...') #11 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) #12 /config/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('DatabaseConnect...') #13 /config/www/nextcloud/lib/private/Server.php(1664): OC\ServerContainer->query('DatabaseConnect...') #14 /config/www/nextcloud/lib/private/Server.php(421): OC\Server->getDatabaseConnection() #15 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\Server->OC\{closure}(Object(OC\Server)) #16 /config/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('OC\\Authenticati...') #17 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(70): OC\ServerContainer->query('OC\\Authenticati...', true) #18 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(100): OC\AppFramework\Utility\SimpleContainer->buildClass(Object(ReflectionClass)) #19 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): OC\AppFramework\Utility\SimpleContainer->resolve('OC\\Authenticati...') #20 /config/www/nextcloud/lib/private/ServerContainer.php(150): OC\AppFramework\Utility\SimpleContainer->query('OC\\Authenticati...', true) #21 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(70): OC\ServerContainer->query('OC\\Authenticati...', true) #22 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(100): OC\AppFramework\Utility\SimpleContainer->buildClass(Object(ReflectionClass)) #23 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): OC\AppFramework\Utility\SimpleContainer->resolve('OC\\Authenticati...') #24 /config/www/nextcloud/lib/private/ServerContainer.php(150): OC\AppFramework\Utility\SimpleContainer->query('OC\\Authenticati...', true) #25 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\ServerContainer->query('OC\\Authenticati...') #26 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) #27 /config/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('OC\\Authenticati...') #28 /config/www/nextcloud/lib/private/Server.php(433): OC\ServerContainer->query('OC\\Authenticati...') #29 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\Server->OC\{closure}(Object(OC\Server)) #30 /config/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('OC\\User\\Session') #31 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\ServerContainer->query('OC\\User\\Session') #32 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) #33 /config/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('UserSession') #34 /config/www/nextcloud/lib/private/Server.php(1540): OC\ServerContainer->query('UserSession') #35 /config/www/nextcloud/lib/private/Server.php(801): OC\Server->getUserSession() #36 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\Server->OC\{closure}(Object(OC\Server)) #37 /config/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('OC\\App\\AppManag...') #38 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\ServerContainer->query('OC\\App\\AppManag...') #39 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) #40 /config/www/nextcloud/lib/private/ServerContainer.php(125): Pimple\Container->offsetGet('AppManager') #41 /config/www/nextcloud/lib/private/Server.php(1835): OC\ServerContainer->query('AppManager') #42 /config/www/nextcloud/lib/private/legacy/app.php(347): OC\Server->getAppManager() #43 /config/www/nextcloud/lib/private/legacy/app.php(114): OC_App::getEnabledApps() #44 /config/www/nextcloud/lib/base.php(645): OC_App::loadApps(Array) #45 /config/www/nextcloud/lib/base.php(1089): OC::init() #46 /config/www/nextcloud/console.php(48): require_once('/config/www/nex...') #47 /config/www/nextcloud/occ(11): require_once('/config/www/nex...')
  21. Looking back I think what may have caused the issue is updating all my dockers. I was having some issues with my RAM and in diagnosing it I updated the dockers which i hadn't done for a while. It probably had been close to a year. Nextcloud docker and lots of others were updated. Maybe that caused an issue?? I did not officially update nextcloud as i never went into it to accomplish the update.
  22. Hmm... I don't think that mariadb is supposed to be on reverse proxy. Yet, I tried it anyway and it is still the same problem...
  23. Yes that is correct. That is what is in the config.php
  24. I think you hit the nail on the head with your diagnosis. It looks like something is going wrong with the DB. Here are the results after running that command: If you want to see all of it I can copy the text... It did not solve the problem as I suppose the problem is more than OCC can solve... I still don't have access to nextcloud