Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 815 Bytes

2022-09-19-deprecate-database-managment-api-endpoint.md

File metadata and controls

18 lines (17 loc) · 815 Bytes
title issue
Deprecate database management API endpoints
NEXT-23226

Core

  • Deprecated \Shopware\Core\Framework\Migration\Api\MigrationController the controller and all it's routes will be removed in v6.5.0.0.

API

  • Deprecated /api/_action/database API-endpoint. The endpoint will be removed in v6.5.0.0. Database migrations should be only executed over the CLI.

Next Major Version Changes

Removal of /api/_action/database

The /api/_action/database endpoint was removed, this means the following routes are not available anymore:

  • POST /api/_action/database/sync-migration
  • POST /api/_action/database/migrate
  • POST /api/_action/database/migrate-destructive

The migrations can not be executed over the API anymore. Database migrations should be only executed over the CLI.