Fehler bei Update von 6.5.61 auf 6.6.10.5

Hallo,
vielleicht kann mir jemand helfen.
Das Update bricht im Auto-Updater mit Fehler ab. Es sind alle Plugins deaktiviert und das Standardtheme von Shopware ist als Theme eingestellt.
Ich habe auch schon versucht ein Update über Putty zu machen dort bringt er jedoch beim Befehl:
composer update (davor „bin/console system:update:prepare“ wird angenommen).

die Meldung „composer update: Kommando nicht bekannt“.
Das Logfile vom Auto-Updater bringt am Ende folgende Meldung:

  - Configuring symfony/web-profiler-bundle (>=6.1): From github.com/symfony/recipes:main
    Enabling the package as a Symfony bundle
    Copying files from recipe
    Could not add lines after "" as no such string was found in "./phpunit.xml.dist". Missing lines:
    """
                Doctrine\Deprecations\Deprecation::trigger
            Doctrine\Deprecations\Deprecation::delegateTriggerToBackend
    """
    
    [add-lines] Patching file "phpunit.xml.dist"
    Could not add lines after "" as no such string was found in "./phpunit.xml.dist". Missing lines:
    """
                Doctrine\Deprecations\Deprecation::trigger
            Doctrine\Deprecations\Deprecation::delegateTriggerToBackend
    """
    
    [add-lines] Patching file "phpunit.xml.dist"

                                                            
 Files have been reset to the latest version of the recipe. 
                                                            

  * Use git diff to inspect the changes.

    Not all of the changes will be relevant to your app: you now
    need to selectively add or revert them using e.g. a combination
    of git add -p and git checkout -p

  * Use git checkout . to revert the changes.

    New (untracked) files can be inspected using git clean --dry-run
    Add the new files you want to keep using git add
    then delete the rest using git clean --force

Symfony\Component\ErrorHandler\Error\ClassNotFoundError {#33
  #message: """
    Attempted to load class "HttpKernel" from namespace "Shopware\Core".\n
    Did you forget a "use" statement for e.g. "Symfony\Component\HttpKernel\HttpKernel" or "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"?
    """
  #code: 0
  #file: "/html/shopware/bin/console"
  #line: 47
  trace: {
    /html/shopware/bin/console:47 {
      {closure}
      › 
      › $kernel = new HttpKernel($env, $debug, $classLoader);
      › $kernel->setPluginLoader($pluginLoader);
    }
    /html/shopware/vendor/autoload_runtime.php:24 { …}
    /html/shopware/bin/console:15 { …}
  }
}

Ich habe auch schon Versucht erst ein Update auf 6.6.0 zu machen, leider mit dem selben Ergebnis.
Wäre schön wenn es eine Lösung gibt.
Danke

Hi, du musst ein paar Dateien durch Stände der neueren Version überschreiben. Das ist step by step hier erklärt: How to fix errors when updating to shopware v6.6 | Hung Mac

Hallo,
vielen Dank für die schnelle Hilfe. Das hat geklappt.
Hatte mich schon halb tot gegoogelt aber diesen Workaround hatte ich nicht gefunden.

Tausend Dank nochmal und beste Grüße