---
title: "Breaking: #82148 - Download SQL dump dropped in EM"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-82148"
source: "Changelog/9.0/Breaking-82148-DownloadSQLDumpDroppedInEM.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #82148 - Download SQL dump dropped in EM

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

## Description

The "Download SQL Dump" feature in extension manager list view has been dropped,
it is no longer possible to download the dump file this button created.

## Impact

The button in the extension manager is gone along with various classes
and methods that took care of the functionality:

-   Dropped class `\TYPO3\CMS\Extensionmanager\Utility\DatabaseUtility`
-   Dropped class `\TYPO3\CMS\Extensionmanager\ViewHelpers\DownloadExtensionDataViewHelper`
-   Dropped class `\TYPO3\CMS\Install\Service\SqlExpectedSchemaService`
-   Dropped class `\TYPO3\CMS\Install\Service\SqlSchemaMigrationService`
-   Dropped method `TYPO3\CMS\Extensionmanager\Utility\FileHandlingUtility->sendSqlDumpFileToBrowserAndDelete()`

## Migration

The core provides the "Import / Export" extension to manage database data,
furthermore the "List" module has an CSV export feature.

For true database backups we recommend the CLI tools of the database engine
or dedicated GUI applications for this task.
