Aerodb

Members
  • Posts

    104
  • Joined

  • Last visited

Posts posted by Aerodb

  1. My current build to be upgraded:


    MB: ASRock X370 Taichi
    CPU: AMD Ryzen 7 1700
    RAM: 64GB DDR4
    Cooler: Noctua NH-D15 Chroma Black
    Case: Fractal Design Meshify 2 XL
    Cache: CORSAIR FORCE Series MP510 (960GB), Sabrent Rocket Q4 1TB, 2 X Addlink SSD 512GB
    Parity: 1x WD Red 14TB & 1x WD Red 18TB
    Array: 8x WD Red 14TB & 2x 10TB Red 10TB
    PSU: Seasonic 80Plus Gold 1300W

     

    This build has an issue with not having enough PCIe Lanes. With this planned upgrade, I wanted to resolve this issue. Much of the hardware is already owned and just core parts are being replaced, Mobo, CPU and RAM mostly. I prefer AMD CPUs but have had trouble finding an EPYC to fit into the budget. 

     

    My hope is that you all can make suggestions to remove the lane concerns while keeping within the current budget. ~$700 USD. 

    Also, I dont mind shopping ebay for used parts if they dont wear. 

     

    current plan. 
    https://pcpartpicker.com/list/mvkPHG

     

    PS, I really like what Alex did here, but I haven't had any luck finding this CPU or Mobo within budget. 

     

  2. On 12/22/2022 at 3:54 PM, SDEN said:

    Hi

     

    Trying the app "Memories" for nextcloud, but im recieving this error when running the indexer for memories.

     

    Possible to get exiftool in the docker?

     

     

    root@b495e7fc2f6d:/# occ memories:index
    Checking database indices

    MIME Type support:
      image/png: supported
      image/jpeg: supported
      image/heic: not supported
      image/png: supported
      image/tiff: supported
      image/gif: supported
      image/bmp: supported
      image/x-dcraw: not supported
      video/mpeg: supported
      video/webm: supported
      video/mp4: supported
      video/quicktime: supported
      video/x-matroska: supported

    Some file types are not supported by your preview provider.
    Please see https://github.com/pulsejet/memories/wiki/File-Type-Support

    WARN: Failed to create stay_open exiftool process
    Exiftool timeout: [/config/www/nextcloud/apps/memories/exiftest.jpg]
    Couldn't read Exif data from test file: Could not read from Exiftool
    FATAL: exiftool could not be executed or test failed
    Make sure you have perl 5 installed in PATH

    Was there any solution to this issue? I am getting the same issue. I would remove that nextcloud app, but have no idea how to do this without access to the nextcloud GUI. 

  3. On 6/25/2016 at 3:41 PM, Squid said:

    Just a simple little plugin to act as a front end for any little scripts that you may have that you may need to run every once in a while, and don't feel like dropping down to the command line to do it.  (Or anything that I happen to run across here on the forum that will be of use to some people)

     

    Install it via Community Applications

     

    Only a couple included scripts:

     

    - Delete .DS_Store files from the array

    - Delete any dangling images from the docker.img file

    - Display the size of the docker container's log files (to see if a docker app is filling up the image file through excessive logging)

     

    Additional Scripts from myself (and hopefully other users) can be found here: http://lime-technology.com/forum/index.php?topic=50416.0

     

    To add your own scripts:

     

    Within the flash drive folder config/plugins/user.scripts/scripts create a new folder (each script is going to have its own folder) - The name doesn't matter but it can only contain the following characters: letters ([A-Za-z]), digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), periods ("."), and spaces (" ")

     

    Or, you can hit the button that says "Add Script", then give the script a name.  Hovering over the script's name will then give you additional options.  Including online editing...

    Create a file called description that contains the description of the script.

    Create a file called script this will be the actual script.

     

    Few notes:

     

    So as to make things easier for people:

    • The script file can be created with any text editor you choose.  DOS line endings will be automatically converted to Linux style endings prior to execution.
    • #!bin/bash is automatically added to every script prior to execution to help out the noobies EDIT: This is only added if no interpreter is specified (ie: #!/bin/bash)  If an interpreter is already specified (ie: #!/usr/bin/php), then line is not added

     

    Various aspects of the scripts are controlled through variables contained within the scripts themselves.  This includes the description, if they can run in the background, etc.  See this post: http://lime-technology.com/forum/index.php?topic=49992.msg516885#msg516885 for more details

     

    Techie Notes: 

     

    The scripts are actually copied and executed from /usr/local/emhttp/plugins/user.scripts/ /tmp/user.scripts/tmpScripts so if there are dependencies (other scripts, etc) stored in the same folder as the script file, you will need to specify the full path to them.

     

     

    Interactive (ie: answering yes/no to a question) scripts will not work.

     

    These Links dont resolve anymore. Does anyone have the script list?

  4. Docker Run-

    "

    docker run
      -d
      --name='binhex-plex'
      --net='host'
      --cpuset-cpus='1,2,3,4,5,6,7,8,9,10,11,12,13,14,15'
      -e TZ="America/Los_Angeles"
      -e HOST_OS="Unraid"
      -e HOST_HOSTNAME="Tower"
      -e HOST_CONTAINERNAME="binhex-plex"
      -e 'TRANS_DIR'='/config/transcode1'
      -e 'UMASK'='000'
      -e 'PUID'='99'
      -e 'PGID'='100'
      -e 'TCP_PORT_HTTP://192.168.86.49:32400/'='HTTP://192.168.86.49:32400/'
      -l net.unraid.docker.managed=dockerman
      -l net.unraid.docker.webui='https://app.plex.tv/desktop#'
      -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/plex-icon.png'
      -v '/mnt/user/Plex Media/':'/media':'rw'
      -v '/mnt/user/appdata/binhex-plex/':'/config':'rw'
      --log-opt max-size=50m
      --log-opt max-file=1
      --cpu-shares=971 'binhex/arch-plex'

    9a4ebb96316c3909d81b3a8f4a0d7159cb36bd7825cdb3c8f40f3615a643d2dd

    The command finished successfully!

    "

    Diag file attached

    tower-diagnostics-20221018-2138.zip

  5. Hello All,

     

    I recently started getting a new error when attempting to access my Nextcloud instance from within the LAN. The domain URL I had did work but now will not resolve. Yielding a "this page can not be reached" from Chrome. Alternatively, typing the IP:port returns a 400 error stating "the plain HTTP request was sent to HTTPS port". 

     

    I had this working via a spaceinvader one video and i should also mention that I can reach the instance from outside the LAN, such as from my cell->the cell network/internet-> my server(using the URL and SWAG). Just not from within the LAN. 

     

    Nextcloud and SWAG are run within docker on a docker network. Nextcloud shows the following mapping (172.18.0.3:443/TCP <-> 192.168.86.49:444) and SWAG shows the following also ( 172.18.0.2:80/TCP <-> 192.168.86.49:180 AND 172.18.0.2:443/TCP <-> 192.168.86.49:1443 )

     

    Any ideas where I should be looking?

  6. On 3/31/2022 at 10:15 AM, snowborder714 said:

    It seems that every day at least once my indexers go down (for both Sonarr and Radarr) and I can't seem to figure out how to get them back up.  I am able to log into the website with no issue but when I test it, I get an error.  Any suggestions?

    index1.jpg

    index2.jpg

    This is a lot like my issue. check you sonarr log and see what errors there are. i will share any fix i find if your issue is like mine. 

  7. On 1/24/2022 at 5:29 PM, jimbojd72 said:

    > Certificate validation for https://services.sonarr.tv/v1/time failed. RemoteCertificateChainErrors

     

    Starting to see errors while adding series because it cannot communicate with skyhook. Seems like the certificate for sonarr need to be updated on Mono from what I read>

     

    No problem with binhex-radarr though...

    I am still seeing this issue. where you able to find a solution?

  8. On 12/21/2021 at 12:25 PM, srepper said:

    I updated to the newest Version of Nextcloud.

     

    Than I upgrade the apps via browser and via terminal with occ upgrade.

    maybe because I changed the root password / restore the database

     

    Mariadb: latest

    Nextcloud: latest

     

    Browser error:

    grafik.thumb.png.8872219a84b4d2762965619d58ae2fdc.png

     

    Nextcloud.log

    Folder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php","Line":114,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.","Code":4047,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":84,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1136,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":213,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":286,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":89,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/apps/music/appinfo/app.php","line":40,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":295,"args":["/config/www/nextcloud/apps/music/appinfo/app.php"],"function":"require_once"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":177,"function":"requireAppFile","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":137,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Util.php","line":203,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Files/Filesystem.php","line":267,"function":"setupFS","class":"OC_Util","type":"::"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":404,"function":"getMountManager","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":155,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":122,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/config/www/nextcloud/lib/private/ServerContainer.php","line":137,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":56,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":437,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":63,"function":"call_user_func"},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":143,"function":"__call","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":26,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.","Code":"HY000","Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":82,"function":"execute","class":"PDOStatement","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1136,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":213,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":286,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":89,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/apps/music/appinfo/app.php","line":40,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":295,"args":["/config/www/nextcloud/apps/music/appinfo/app.php"],"function":"require_once"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":177,"function":"requireAppFile","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":137,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Util.php","line":203,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Files/Filesystem.php","line":267,"function":"setupFS","class":"OC_Util","type":"::"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":404,"function":"getMountManager","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":155,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":122,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/config/www/nextcloud/lib/private/ServerContainer.php","line":137,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":56,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":437,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":63,"function":"call_user_func"},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":143,"function":"__call","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","Line":82}},"CustomMessage":"App music threw an error during app.php load and will be disabled: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE."},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36","version":"21.0.0.18"}
    {"reqId":"kDBjDtAWFsUWd8VugHnu","level":3,"time":"2021-12-21T18:09:29+00:00","remoteAddr":"172.17.0.1","user":"--","app":"index","method":"GET","url":"/","message":{"Exception":"Doctrine\\DBAL\\Exception\\DriverException","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.","Code":4047,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1728,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1667,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1146,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":213,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":286,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppConfig.php","line":236,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/App/AppManager.php","line":407,"function":"setValue","class":"OC\\AppConfig","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":188,"function":"disableApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":137,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Util.php","line":203,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Files/Filesystem.php","line":267,"function":"setupFS","class":"OC_Util","type":"::"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":404,"function":"getMountManager","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":155,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":122,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/config/www/nextcloud/lib/private/ServerContainer.php","line":137,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":56,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":437,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":63,"function":"call_user_func"},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":143,"function":"__call","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php","Line":114,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.","Code":4047,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":84,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1136,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":213,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":286,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppConfig.php","line":236,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/App/AppManager.php","line":407,"function":"setValue","class":"OC\\AppConfig","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":188,"function":"disableApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":137,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Util.php","line":203,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Files/Filesystem.php","line":267,"function":"setupFS","class":"OC_Util","type":"::"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":404,"function":"getMountManager","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":155,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":122,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/config/www/nextcloud/lib/private/ServerContainer.php","line":137,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":56,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":437,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":63,"function":"call_user_func"},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":143,"function":"__call","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":26,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.","Code":"HY000","Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":82,"function":"execute","class":"PDOStatement","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1136,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":213,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":286,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppConfig.php","line":236,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/App/AppManager.php","line":407,"function":"setValue","class":"OC\\AppConfig","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":188,"function":"disableApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":137,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Util.php","line":203,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Files/Filesystem.php","line":267,"function":"setupFS","class":"OC_Util","type":"::"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":404,"function":"getMountManager","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":155,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":122,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/config/www/nextcloud/lib/private/ServerContainer.php","line":137,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":56,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":437,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":63,"function":"call_user_func"},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":143,"function":"__call","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","Line":82}},"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36","version":"21.0.0.18"}
    {"reqId":"GpcHTUDk0CNp7FpZHlRE","level":3,"time":"2021-12-21T18:22:59+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/index.php/csrftoken","message":{"Exception":"Doctrine\\DBAL\\Exception\\DriverException","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.","Code":4047,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1728,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1667,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1146,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":213,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":286,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":89,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/apps/music/appinfo/app.php","line":40,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":295,"args":["/config/www/nextcloud/apps/music/appinfo/app.php"],"function":"require_once"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":177,"function":"requireAppFile","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":137,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Util.php","line":203,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Files/Filesystem.php","line":267,"function":"setupFS","class":"OC_Util","type":"::"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":404,"function":"getMountManager","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":155,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":122,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/config/www/nextcloud/lib/private/ServerContainer.php","line":137,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":56,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":437,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":63,"function":"call_user_func"},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":143,"function":"__call","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php","Line":114,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.","Code":4047,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":84,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1136,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":213,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":286,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":89,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/apps/music/appinfo/app.php","line":40,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":295,"args":["/config/www/nextcloud/apps/music/appinfo/app.php"],"function":"require_once"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":177,"function":"requireAppFile","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":137,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Util.php","line":203,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Files/Filesystem.php","line":267,"function":"setupFS","class":"OC_Util","type":"::"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":404,"function":"getMountManager","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":155,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":122,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/config/www/nextcloud/lib/private/ServerContainer.php","line":137,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":56,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":437,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":63,"function":"call_user_func"},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":143,"function":"__call","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":26,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.","Code":"HY000","Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":82,"function":"execute","class":"PDOStatement","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1136,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":213,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":286,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":89,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/apps/music/appinfo/app.php","line":40,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":295,"args":["/config/www/nextcloud/apps/music/appinfo/app.php"],"function":"require_once"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":177,"function":"requireAppFile","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":137,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Util.php","line":203,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Files/Filesystem.php","line":267,"function":"setupFS","class":"OC_Util","type":"::"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":404,"function":"getMountManager","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":155,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":122,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/config/www/nextcloud/lib/private/ServerContainer.php","line":137,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":56,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":437,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":63,"function":"call_user_func"},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":143,"function":"__call","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","Line":82}},"CustomMessage":"App music threw an error during app.php load and will be disabled: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE."},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"GpcHTUDk0CNp7FpZHlRE","level":3,"time":"2021-12-21T18:22:59+00:00","remoteAddr":"192.168.1.241","user":"--","app":"index","method":"GET","url":"/index.php/csrftoken","message":{"Exception":"Doctrine\\DBAL\\Exception\\DriverException","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.","Code":4047,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1728,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1667,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1146,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":213,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":286,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppConfig.php","line":236,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/App/AppManager.php","line":407,"function":"setValue","class":"OC\\AppConfig","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":188,"function":"disableApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":137,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Util.php","line":203,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Files/Filesystem.php","line":267,"function":"setupFS","class":"OC_Util","type":"::"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":404,"function":"getMountManager","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":155,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":122,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/config/www/nextcloud/lib/private/ServerContainer.php","line":137,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":56,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":437,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":63,"function":"call_user_func"},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":143,"function":"__call","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php","Line":114,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.","Code":4047,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":84,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1136,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":213,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":286,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppConfig.php","line":236,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/App/AppManager.php","line":407,"function":"setValue","class":"OC\\AppConfig","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":188,"function":"disableApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":137,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Util.php","line":203,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Files/Filesystem.php","line":267,"function":"setupFS","class":"OC_Util","type":"::"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":404,"function":"getMountManager","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":155,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":122,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/config/www/nextcloud/lib/private/ServerContainer.php","line":137,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":56,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":437,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":63,"function":"call_user_func"},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":143,"function":"__call","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":26,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[HY000]: General error: 4047 InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.","Code":"HY000","Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":82,"function":"execute","class":"PDOStatement","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1136,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":213,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":286,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppConfig.php","line":236,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/config/www/nextcloud/lib/private/App/AppManager.php","line":407,"function":"setValue","class":"OC\\AppConfig","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":188,"function":"disableApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":137,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Util.php","line":203,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Files/Filesystem.php","line":267,"function":"setupFS","class":"OC_Util","type":"::"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":404,"function":"getMountManager","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":155,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":122,"function":"offsetGet","class":"Pimple\\Container","type":"->"},{"file":"/config/www/nextcloud/lib/private/ServerContainer.php","line":137,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":56,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/config/www/nextcloud/lib/private/Server.php","line":437,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":63,"function":"call_user_func"},{"file":"/config/www/nextcloud/lib/private/Files/Node/LazyFolder.php","line":143,"function":"__call","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/lib/private/Files/AppData/AppData.php","line":142,"function":"get","class":"OC\\Files\\Node\\LazyFolder","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":110,"function":"getFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ImageManager.php","line":82,"function":"getImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":265,"function":"getImageUrl","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/Capabilities.php","line":87,"function":"getBackground","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":72,"function":"getCapabilities","class":"OCA\\Theming\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":183,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":397,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"printUpgradePage","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","Line":82}},"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:43+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::maintenanceEnabled: Turned on maintenance mode","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:42:43+00:00","remoteAddr":"192.168.1.241","user":"--","app":"core","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"starting upgrade from 21.0.0.18 to 21.0.0.18","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:43+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:43+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Repair MySQL collation","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:43+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:43+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: All tables already have the correct collation -> nothing to do","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:43+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:43+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Repair SQLite autoincrement","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:43+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:43+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Copy data from accounts table when migrating from ownCloud","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:44+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:44+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Drop account terms table when migrating from ownCloud","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:44+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::dbUpgradeBefore: Updating database schema","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:59+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::dbUpgrade: Updated database","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:59+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::incompatibleAppDisabled: Disabled incompatible app: flowupload","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:59+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::incompatibleAppDisabled: Disabled incompatible app: nextbackup","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:42:59+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <federation> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <federation> to 1.11.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <lookup_server_connector> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <lookup_server_connector> to 1.9.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <oauth2> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Update OAuth token expiration times","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <oauth2> to 1.9.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <user_external> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <user_external> to 2.0.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"user_external","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <files> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <files> to 1.16.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:01+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <activity> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <activity> to 2.14.3","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <audioplayer> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <audioplayer> to 3.1.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <audioplayer_editor> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <audioplayer_editor> to 0.3.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"audioplayer_editor","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <audioplayer_sonos> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <audioplayer_sonos> to 1.2.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"audioplayer_sonos","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <camerarawpreviews> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <camerarawpreviews> to 0.7.11","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"camerarawpreviews","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"serverDI","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"The requested alias \"PreviewManager\" is deprecated. Please request \"OCP\\IPreview\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <checksum> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <checksum> to 1.1.2","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <cloud_federation_api> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <cloud_federation_api> to 1.4.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:10+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <dav> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Fix component of birthday calendars","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: 20 birthday calendars updated.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Regenerating birthday calendars to use new icons and fix old birthday events without year","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: Repair step already executed","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Fix broken values of calendar objects","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::startProgress: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::startProgress: Starting ... Fix broken values of calendar objects (0)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::finishProgress: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::finishProgress","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Registering building of calendar search index as background job","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: Repair step already executed","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Register building of social profile search index as background job","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Registering background jobs to update cache for webcal calendars","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: Added 0 background jobs to update webcal calendars","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Registering building of calendar reminder index as background job","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: Repair step already executed","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Clean up orphan event and contact data","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: 0 events without a calendar have been cleaned up","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: 0 properties without an events have been cleaned up","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: 0 changes without a calendar have been cleaned up","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: 0 cached events without a calendar subscription have been cleaned up","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: 0 changes without a calendar subscription have been cleaned up","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: 0 contacts without an addressbook have been cleaned up","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: 0 properties without a contact have been cleaned up","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: 0 changes without an addressbook have been cleaned up","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Remove activity entries of private events","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::info: Repair info: Removed 0 activity entries","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <dav> to 1.17.1","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <drawio> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <drawio> to 1.0.1","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"drawio","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:12+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <files_external> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:14+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <files_external> to 1.12.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:43:14+00:00","remoteAddr":"192.168.1.241","user":"--","app":"files_external","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:14+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <files_sharing> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:43:17+00:00","remoteAddr":"192.168.1.241","user":"--","app":"files_sharing","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:17+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:17+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Fix the share type of guest shares when migrating from ownCloud","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:17+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:17+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Copy the share password into the dedicated column","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:17+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:17+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Set existing shares as accepted","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:17+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <files_sharing> to 1.13.1","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:43:17+00:00","remoteAddr":"192.168.1.241","user":"--","app":"files_sharing","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:17+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <files_trashbin> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:18+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <files_trashbin> to 1.11.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:19+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <files_versions> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:19+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgrade: Updated <files_versions> to 1.14.0","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:19+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <music> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:43:19+00:00","remoteAddr":"192.168.1.241","user":"--","app":"music","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:19+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:19+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Drop any incompatible music database entries","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":0,"time":"2021-12-21T18:43:20+00:00","remoteAddr":"192.168.1.241","user":"--","app":"music","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:20+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:20+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Remove any playlist files mistakenly added to music_tracks table","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:20+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:20+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Combine multi-disk albums and store disk numbers per track","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:20+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:20+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Repair::step: Repair step: Set creation and update dates for the library entities without one","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":3,"time":"2021-12-21T18:43:21+00:00","remoteAddr":"192.168.1.241","user":"--","app":"core","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":{"Exception":"OC\\DB\\Exceptions\\DbalException","Message":"An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":1054,"Trace":[{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":77,"function":"wrap","class":"OC\\DB\\Exceptions\\DbalException","type":"::"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/ajax/update.php","line":214,"function":"upgrade","class":"OC\\Updater","type":"->"}],"File":"/config/www/nextcloud/lib/private/DB/Exceptions/DbalException.php","Line":70,"Previous":{"Exception":"Doctrine\\DBAL\\Exception\\InvalidFieldNameException","Message":"An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":1054,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1728,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1667,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1146,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1747,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":236,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":75,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/ajax/update.php","line":214,"function":"upgrade","class":"OC\\Updater","type":"->"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php","Line":65,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":1054,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":84,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1138,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1747,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":236,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":75,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/ajax/update.php","line":214,"function":"upgrade","class":"OC\\Updater","type":"->"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":26,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":"42S22","Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":82,"function":"execute","class":"PDOStatement","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1138,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1747,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":236,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":75,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/ajax/update.php","line":214,"function":"upgrade","class":"OC\\Updater","type":"->"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","Line":82}}},"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":3,"time":"2021-12-21T18:43:21+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::failure: OC\\DB\\Exceptions\\DbalException: An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":3,"time":"2021-12-21T18:43:21+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::updateEnd: Update failed","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:21+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::maintenanceActive: Maintenance mode is kept active","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"JTyVyJ8MzEjvWx8R1BIf","level":1,"time":"2021-12-21T18:43:21+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=ZUvv3FiG9Ei275QztKEoE4Ud4yheQUxJ7gOGeHw3IFA%3D%3AFz6svQ3EgDjctcYL8NVwYrZnq30QAAcmg2nkIDVuZwg%3D","message":"\\OC\\Updater::resetLogLevel: Reset log level to Warning(2)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::maintenanceEnabled: Turned on maintenance mode","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":0,"time":"2021-12-21T18:53:30+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"starting upgrade from 21.0.0.18 to 21.0.0.18","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:30+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Repair::step: Repair step: Repair MySQL collation","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:30+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Repair::info: Repair info: All tables already have the correct collation -> nothing to do","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:30+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Repair::step: Repair step: Repair SQLite autoincrement","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:30+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Repair::step: Repair step: Copy data from accounts table when migrating from ownCloud","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:31+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Repair::step: Repair step: Drop account terms table when migrating from ownCloud","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:31+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::dbUpgradeBefore: Updating database schema","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:31+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::dbUpgrade: Updated database","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":0,"time":"2021-12-21T18:53:31+00:00","remoteAddr":"","user":"--","app":"user_external","method":"","url":"--","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":0,"time":"2021-12-21T18:53:31+00:00","remoteAddr":"","user":"--","app":"audioplayer_editor","method":"","url":"--","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":0,"time":"2021-12-21T18:53:31+00:00","remoteAddr":"","user":"--","app":"audioplayer_sonos","method":"","url":"--","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":0,"time":"2021-12-21T18:53:31+00:00","remoteAddr":"","user":"--","app":"camerarawpreviews","method":"","url":"--","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":0,"time":"2021-12-21T18:53:31+00:00","remoteAddr":"","user":"--","app":"serverDI","method":"","url":"--","message":"The requested alias \"PreviewManager\" is deprecated. Please request \"OCP\\IPreview\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":0,"time":"2021-12-21T18:53:31+00:00","remoteAddr":"","user":"--","app":"drawio","method":"","url":"--","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":0,"time":"2021-12-21T18:53:31+00:00","remoteAddr":"","user":"--","app":"files_external","method":"","url":"--","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":0,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"files_sharing","method":"","url":"--","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::appUpgradeStarted: Updating <music> ...","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":0,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"music","method":"","url":"--","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Repair::step: Repair step: Drop any incompatible music database entries","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":0,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"music","method":"","url":"--","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Repair::step: Repair step: Remove any playlist files mistakenly added to music_tracks table","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Repair::step: Repair step: Combine multi-disk albums and store disk numbers per track","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Repair::step: Repair step: Set creation and update dates for the library entities without one","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":3,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":{"Exception":"OC\\DB\\Exceptions\\DbalException","Message":"An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":1054,"Trace":[{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":77,"function":"wrap","class":"OC\\DB\\Exceptions\\DbalException","type":"::"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/Command/Upgrade.php","line":255,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Command/Command.php","line":255,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":1009,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":273,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":149,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/lib/private/Console/Application.php","line":215,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/console.php","line":100,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/occ","line":11,"args":["/config/www/nextcloud/console.php"],"function":"require_once"}],"File":"/config/www/nextcloud/lib/private/DB/Exceptions/DbalException.php","Line":70,"Previous":{"Exception":"Doctrine\\DBAL\\Exception\\InvalidFieldNameException","Message":"An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":1054,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1728,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1667,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1146,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1747,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":236,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":75,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/Command/Upgrade.php","line":255,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Command/Command.php","line":255,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":1009,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":273,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":149,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/lib/private/Console/Application.php","line":215,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/console.php","line":100,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/occ","line":11,"args":["/config/www/nextcloud/console.php"],"function":"require_once"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php","Line":65,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":1054,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":84,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1138,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1747,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":236,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":75,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/Command/Upgrade.php","line":255,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Command/Command.php","line":255,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":1009,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":273,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":149,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/lib/private/Console/Application.php","line":215,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/console.php","line":100,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/occ","line":11,"args":["/config/www/nextcloud/console.php"],"function":"require_once"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":26,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":"42S22","Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":82,"function":"execute","class":"PDOStatement","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1138,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1747,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":236,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":75,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/Command/Upgrade.php","line":255,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Command/Command.php","line":255,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":1009,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":273,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/3rdparty/symfony/console/Application.php","line":149,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/lib/private/Console/Application.php","line":215,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/console.php","line":100,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/config/www/nextcloud/occ","line":11,"args":["/config/www/nextcloud/console.php"],"function":"require_once"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","Line":82}}},"CustomMessage":"--"},"userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":3,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::failure: OC\\DB\\Exceptions\\DbalException: An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":3,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::updateEnd: Update failed","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::maintenanceActive: Maintenance mode is kept active","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"Xsp8X8uzwZlnch4wN4jw","level":1,"time":"2021-12-21T18:53:32+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::resetLogLevel: Reset log level to Warning(2)","userAgent":"--","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":0,"time":"2021-12-21T18:54:29+00:00","remoteAddr":"192.168.1.241","user":"--","app":"core","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"starting upgrade from 21.0.0.18 to 21.0.0.18","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:29+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:29+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Repair::step: Repair step: Repair MySQL collation","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:29+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:29+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Repair::info: Repair info: All tables already have the correct collation -> nothing to do","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:29+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:29+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Repair::step: Repair step: Repair SQLite autoincrement","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:29+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:29+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Repair::step: Repair step: Copy data from accounts table when migrating from ownCloud","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Repair::step: Repair step: Drop account terms table when migrating from ownCloud","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Updater::dbUpgradeBefore: Updating database schema","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Updater::dbUpgrade: Updated database","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":0,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"user_external","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":0,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"audioplayer_editor","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":0,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"audioplayer_sonos","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":0,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"camerarawpreviews","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":0,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"serverDI","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"The requested alias \"PreviewManager\" is deprecated. Please request \"OCP\\IPreview\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":0,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"drawio","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":0,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"files_external","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":0,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"files_sharing","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Updater::appUpgradeStarted: Updating <music> ...","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":0,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"music","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Repair::step: Repair step: Drop any incompatible music database entries","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":0,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"music","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Repair::step: Repair step: Remove any playlist files mistakenly added to music_tracks table","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Repair::step: Repair step: Combine multi-disk albums and store disk numbers per track","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"no app in context","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Repair::step: Repair step: Set creation and update dates for the library entities without one","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":3,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"core","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":{"Exception":"OC\\DB\\Exceptions\\DbalException","Message":"An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":1054,"Trace":[{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":77,"function":"wrap","class":"OC\\DB\\Exceptions\\DbalException","type":"::"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/ajax/update.php","line":214,"function":"upgrade","class":"OC\\Updater","type":"->"}],"File":"/config/www/nextcloud/lib/private/DB/Exceptions/DbalException.php","Line":70,"Previous":{"Exception":"Doctrine\\DBAL\\Exception\\InvalidFieldNameException","Message":"An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":1054,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1728,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1667,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1146,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1747,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":236,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":75,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/ajax/update.php","line":214,"function":"upgrade","class":"OC\\Updater","type":"->"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php","Line":65,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":1054,"Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":84,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1138,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1747,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":236,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":75,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/ajax/update.php","line":214,"function":"upgrade","class":"OC\\Updater","type":"->"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":26,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","Code":"42S22","Trace":[{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":82,"function":"execute","class":"PDOStatement","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1138,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":257,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1747,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/Connection.php","line":236,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/config/www/nextcloud/lib/private/DB/ConnectionAdapter.php","line":75,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":60,"function":"executeUpdate","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/config/www/nextcloud/apps/music/lib/Migration/TimestampInit.php","line":51,"function":"setCreated","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/Repair.php","line":117,"function":"run","class":"OCA\\Music\\Migration\\TimestampInit","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":1054,"function":"run","class":"OC\\Repair","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_App.php","line":996,"function":"executeRepairSteps","class":"OC_App","type":"::"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":340,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":260,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/lib/private/Updater.php","line":132,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/config/www/nextcloud/core/ajax/update.php","line":214,"function":"upgrade","class":"OC\\Updater","type":"->"}],"File":"/config/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","Line":82}}},"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":3,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Updater::failure: OC\\DB\\Exceptions\\DbalException: An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'where clause'","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":3,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Updater::updateEnd: Update failed","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Updater::maintenanceActive: Maintenance mode is kept active","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}
    {"reqId":"XgxakEjBkJswEFhwILGL","level":1,"time":"2021-12-21T18:54:30+00:00","remoteAddr":"192.168.1.241","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=9Q6jQG%2Bb3Rqgphrvwyh%2FDO5XkohfJ%2BJaHT%2BTU0vmfl4%3D%3Ah3vgITrZqWrK%2FEjXh1wnfd0t2t0RZqk1cFXxCwK%2FOQY%3D","message":"\\OC\\Updater::resetLogLevel: Reset log level to Warning(2)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0","version":"21.0.0.18"}

     

     

    Does anyone had the same error ?

     

    --------------------------------------

    used:

    SET GLOBAL innodb_read_only_compressed=OFF;

    --------------------------------------

     

    Merry Christmas

     

     

     

    I'm having a similar issue and my log looks the same. i rolled back to a prior backup from a few days back when there was no issue and i had the same result. very interested if anyone else has had this issue. 

  9. 28 minutes ago, Aerodb said:

    Hello all, I have a new error and I think I have an idea what the issue is but I'm unsure how to resolve it.

    nginx: [emerg] cannot load certificate "/config/keys/letsencrypt/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/config/keys/letsencrypt/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)

    When I check that directory, there is no file with the name fullchain.pem . I do see priv-fullchain-bundle.pem .

    I suspect this is a consolidated file and my thought is to point swag to this to resolve but I haven't been able to find which config to edit.

     

    Any guidance is greatly appreciated.

    EDIT: if you have this issue on unraid, check the SWAG appdata directory etc/letsencrypt/live  directory to be sure you don't have a folder with the -0001 ending. I changed the original file to anything else and the -0001 folder back to the original name. It started working right away. Seems there was some sort of permission or access issue. 


    (ex. with two folders named examplefolder-0001 and examplefolder , changed examplefolder to examplefolder-01 and examplefolder-0001 to examplefolder . It worked right away and the swag log had no errors. 

    • Thanks 1
  10. Hello all, I have a new error and I think I have an idea what the issue is but I'm unsure how to resolve it.

    nginx: [emerg] cannot load certificate "/config/keys/letsencrypt/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/config/keys/letsencrypt/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)

    When I check that directory, there is no file with the name fullchain.pem . I do see priv-fullchain-bundle.pem .

    I suspect this is a consolidated file and my thought is to point swag to this to resolve but I haven't been able to find which config to edit.

     

    Any guidance is greatly appreciated.

  11. Hey all,

     

    I was thinking that my UPS would run for much longer if some other dockers were not running during a power outage. I also figured user scripts would be my best bet at accomplishing this. 

     

    Has anyone attempted this or found any resources for this?

  12. 12 hours ago, Whitelabel said:

     

     

    Did you fwd that port on your router settings?

    I do have that port forwarded in the router but i thought that was for inbound WAN traffic to the LAN IP. I'm talking about reaching the plex server from another computer on the same LAN, same subnet, same VLAN.

     

    all requests fail to load in the browser when i attempt to load the server-ip:32400 but i can reach all the other dockers on the server with the server IP and that containers port number. plex is the only one that i cant reach directly across the LAN. I have to manage it via the plex.tv URL.

  13. 2 hours ago, Josh.5 said:

    I've pushed an update to the "Remux Video Files" plugin - this is now improved to handle transcoding streams that are not compatible with the destination container.

    For example, if you have a wmv and you want it converted to an mp4, this will need to be transcoded. It will default to h264/aac. If the stream type is not compatible, then it will just be removed. This will only affect people coming from unique video containers, if you have a mkv file in h265/ac3 and you run it with this plugin to remux to mp4, it will not transcode the video stream as the plugin knows that mp4 files can handle h265, so that stream will be simply copied. 

    For people running into issues with a codec not being compatible with the container they are wanting to move to, can you add this plugin in your plugin flow BEFORE any other FFmpeg tasks - eg, before audio sorting, h265 encoding, etc.

    cc: @Aerodb @EdwinZelf

    thank you for this update. This raises a question, does this remove the need to strip subs from the container/content prior to this plugin?

  14. 15 hours ago, itimpi said:

    The issue starts when a file is ‘moved’ to anther share at the Linux level  (rather than copy/deleted) either via the command line or via a container.   Linux (which does not understand User Shares) implements ‘move’ by first trying a rename and only if that fails doing a copy+delete if source and target appear to be on the same mount point (/mnt/user in the case of user shares).   The rename succeeds leaving the file on the original drive so the copy/delete never gets triggered.   Doing an explicit copy+delete gives the desired result, or (in the case of containers) map the paths so they appear to be different mount points.
     

    2) as it is not part of standard UnRaid.   It should be possible to get the script to handle this correctly by making it get the list of pool names from /boot/config/pools on the flash drive.  Having said that there are valid Use cases for keeping files for non-cached shares on a cache/pool (and I know of Users who exploit this behaviour) so this script would break those Use Cases unless it is explicitly written to allow for them.

    that makes total sense. I can also confirm that i have used a container to move files so that's VERY likely what happened.

     

    thank you!

  15. 5 hours ago, itimpi said:

    Did you make sure that the correct pool was referenced when you change the setting to Yes?    There have been reports of files ending up on a pool not named in the share setting - they will not get moved.  
     

     

    can confirm this did fix the issue. thank you so much. 

     

    two follow up questions, 

     

    1- Do we know how this issue starts? I can assure you this share has never been allowed to use cache. 

    2- will this "move all none cache shares to array" script will ever be adapted to handle this? im asking if its possible to do, rather than if its being worked on. 

  16. 46 minutes ago, itimpi said:

    Mover ignores files for a share that has use Cache=No.   If you want them moved to the array then you need to change Use Cache to Yes (at least temporarily).    Note that the Use Cache setting primarily determines where NEW files are placed - it does not stop old files from being left on the cache (conversely the Only setting does not automatically move files from array to cache).  Mover only gets involved for the Yes and Prefer settings.

    so after changing the share associated to the files on the cache pool/drives to yes(use cache), I then started the mover. the mover finished and did not move the files. They remained on the cache pool drives. 

     

    I really think this was related to the issue I mentioned. I don't think I made that up in my head, I must have read it somewhere that there was an issue with having multiple cache pools and using the mover on shares that have a space in the share name.

  17. 2 minutes ago, trurl said:

    Do you mean shares that are set to Use cache: No?

     

    Nothing can move open files. Are you sure they aren't open?

     

    How are you specifying the source path on cache? How are you specifying the destination path on array?

    1- yes, the share that these files are associated to is set to cache: No. yet they are on the cache drive currently. 

     

    2- I don't believe they are open, its quite a few of them and have no idea what or why they would be open for this long. some have been on the machine, on the cache pool for longer than the machine has been up. (there have been restarts since they were written to the pool.)

     

    3- I'm not sure how to answer this. Squid posted some user script templates/examples that I used and have had success with this thus far. I can provide the user script code if you think it would be helpful. 

     

     

  18. On 4/5/2021 at 10:33 PM, tiwing said:

    I've been playing with pfsense for well over a year now, and in all my research, and personal experience so far, I would NEVER NEVER NEVER set up a firewall as a VM (on unraid) if you rely on that one as your ONLY firewall. Simple reason is that if something happens and you need to take unraid down, you also lose your network. I've done it, but my VM on unraid acts as a secondary node that is used if I take down the primary.

     

    IF you think that one day you MIGHT want to play with primary and secondary boxes in a high availability setup, you'll need THREE network ports - one for WAN, one for LAN, one for sync between the two boxes. I'd recommend a 4 port based on intel i350. Not that much more expensive, and gives you lots of flexibility. I found a 2-pack on amazon so i'm running identical 4 ports in my physical machine and in unraid. It works so well I'd encourage that for everyone. And if you go with a good quality i350 or equivalent, I'd skip using the on-board rj45 unless you need it for something else.

    Thank you for the advice. I was thinking about running it within a VM on a small unraid machine that will only run network apps. So I suspect having to reboot it will be very limited. 

     

    Also, unfortunately I have already acquired my network card. A two port with an Intel 82576 Chip. BUT I'm wondering if I could use the motherboard NIC as the third sync port should I choose to set up a secondary pfsense VM on my primary multi use Unraid hardware. 

     

    so maybe I could run pf sense on this stand alone box and fail back to my main machine in the event of an outage or planned maintenance?

  19. Hey All, 

     

     I have userscripts set to move "Move Array Only Shares to Array" daily. I also just ran it manually. but i still have share data on my (3rd) cache pool. The related share has cache set to NO.

     

    The mover doesn't see to resolve this either. 

     

    I feel like I read somewhere that there was a bug with multiple cache pools and spacing but I'm curious if there is solution anyone can offer.

     

    As a last resort, if you know how to move these files from the pool to the array without breaking anything via another docker or command I could attempt that.

  20. Hello all.

     

    I'm looking for a way to specify a port for the plex docker to run on. I have had an issue where i cant reach my plex docker instance . directly with the LAN-IP:32400. I am only able to manage the server through the plex.tv url. 

     

    I believe this is due to the lack of a port assignment in the docker config but when i added that field it didn't change/fix the issue. 

     

    I have the port configured in the plex settings, but i believe the server is not responding to the requests since the port mapping i added to the docker is likely not the correct way to do this. 

     

    Any guidance or trouble shooting is greatly appreciated. 

    Screenshot 2021-09-25 141242.jpg

    Screenshot 2021-09-25 141225.jpg

  21. 54 minutes ago, Josh.5 said:

    Yes and no. MKV has better support for a wider range of stream codecs (as far as I am aware). But you will still have the exact same issue if you, for example, then had to convert a MP4 with mov_text subtitles into a MKV (which does not support mov_text subtitles).

     

    I think there are a few fringe cases where a plugin that handles all 3 - video, audio and subtitle - streams would be worth having. For example, someone mentioned this week that WMV is not supported in the new version of Unmanic. And they are right. WMV has it's own set of codecs not compatible with the real world. So to transcode and remux that, we need to do audio and video at the same time.
    I think that having a "AIO - MP4 (X264 | X265 - AAC)" Plugin (with some config to limit by file extension) is worth creating for exactly these cases. Because it is specific to remux to MP4, it can be written to encode all text subs to mov_text if it detects them.

     

    I see your point and it makes sense. I'm not really attached to one container or another, the same for subs being within the container or standalone files. I was mostly using unmanic to have a uniform library in 265 for added storage compression. anything else is an added extra, but I'm excited to see what else I can use unmanic for. 

  22. 3 hours ago, Josh.5 said:

    it is the subtitle stream in that file that is failing. It this point in time the only available solution is removing those subtitiles. You can extract them to external srt files if you really want to keep them.

    I may look into creating an all-in-one plugin for mp4 files due to the container's limited support for streams.

    to be sure i understand your meaning... would this be an issue if I just switched to MKV containers rather than MP4?