---
title: "Breaking: #87081 - Language update (scheduler) task doesn't work after upgrading to TYPO3 >= v9.2"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-87081"
source: "Changelog/9.2/Breaking-87081-LanguageUpdateSchedulerTaskDoesNotWorkAfterTYPO3Upgrade.rst"
typo3-version: "9.2"
typo3-major: 9
type: "breaking"
issue: 87081
forge: "https://forge.typo3.org/issues/87081"
tags: ["Backend", "CLI", "Frontend", "NotScanned", "ext:lang"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #87081 - Language update (scheduler) task doesn't work after upgrading to TYPO3 >= v9.2 {#breaking-87081}

See [forge#87081](https://forge.typo3.org/issues/87081)

## Description {#description}

The language update command was moved away from ext:lang and was rewritten as a Symfony Console Commmand.
[https://docs.typo3.org/typo3cms/extensions/core/latest/Changelog/9.2/Breaking-84131-RemovedClassesOfLanguageExtension.html](https://docs.typo3.org/typo3cms/extensions/core/latest/Changelog/9.2/Breaking-84131-RemovedClassesOfLanguageExtension.html)

## Impact {#impact}

Running or editing this task is not possible anymore.

## Affected Installations {#affected-installations}

An installation is affected if a language update scheduler task was created and exists before an upgrade to TYPO3 >= 9.2.

## Migration {#migration}

Delete all existing language update tasks within the scheduler or remove the corresponding record in the database directly.
Create a new scheduler task with selected class "Execute console commands" and select schedulable command "language:update".
