# Datenbank Update Fehler bei Update von 5.2.24 auf 5.3.2

**URL:** https://forum.shopware.com/t/datenbank-update-fehler-bei-update-von-5-2-24-auf-5-3-2/48073
**Category:** Allgemein
**Created:** [6. September 2017 um 06:31 UTC](https://forum.shopware.com/t/datenbank-update-fehler-bei-update-von-5-2-24-auf-5-3-2/48073 "2017-09-06T06:31:54Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jedi16328](https://avatars.discourse-cdn.com/v4/letter/j/cdc98d/32.png) [@jedi16328](https://forum.shopware.com/u/jedi16328)
#### Post date: [6. September 2017 um 06:31 UTC](https://forum.shopware.com/t/datenbank-update-fehler-bei-update-von-5-2-24-auf-5-3-2/48073/1 "2017-09-06T06:31:54Z")

</div>

**gelöst: [https://forum.shopware.com/discussion/comment/202241/#Comment\_202241](https://forum.shopware.com/discussion/comment/202241/#Comment_202241)**

**------------------**

Ich erhalte leider immer wieder folgende Fehlermedlung bei Versuch des Updates von 5.2.24 auf 5.3.2

&nbsp;

"Datenbank Update durchführen

Error

Received the following error message:  
Could not apply migration (Migrations\_Migration907). Error: SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‚s\_order\_basket\_signatures‘ already exists&nbsp;

Please try to fix this error and restart the update.

**Response**

{„valid“:false,„errorMsg“:"Could not apply migration (Migrations\_Migration907). Error: SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‚s\_order\_basket\_signatures‘ already exists "}

**2 / 3&nbsp;**

**Datenbank-Update wird durchgeführt…"**

&nbsp;

Weiß evtl jemand Rat?

---

<div class="post-metadata">

### Author: ![skaup](https://avatars.discourse-cdn.com/v4/letter/s/74df32/32.png) [@skaup](https://forum.shopware.com/u/skaup)
#### Post date: [6. September 2017 um 12:28 UTC](https://forum.shopware.com/t/datenbank-update-fehler-bei-update-von-5-2-24-auf-5-3-2/48073/2 "2017-09-06T12:28:23Z")

</div>

Hab nun genau diese Meldung.

Hilf es evtl. das Update manuell durchzuführen oder kann des Datenbankfeld “s\_order\_basket\_signatures” als Vorbereitung entfernt werden?

---

<div class="post-metadata">

### Author: ![MenStuff](https://avatars.discourse-cdn.com/v4/letter/m/34f0e0/32.png) [@MenStuff](https://forum.shopware.com/u/MenStuff)
#### Post date: [6. September 2017 um 13:10 UTC](https://forum.shopware.com/t/datenbank-update-fehler-bei-update-von-5-2-24-auf-5-3-2/48073/3 "2017-09-06T13:10:37Z")

</div>

Besagte Zeilen aus der DB löschen und los gehts

---

<div class="post-metadata">

### Author: ![skaup](https://avatars.discourse-cdn.com/v4/letter/s/74df32/32.png) [@skaup](https://forum.shopware.com/u/skaup)
#### Post date: [6. September 2017 um 13:39 UTC](https://forum.shopware.com/t/datenbank-update-fehler-bei-update-von-5-2-24-auf-5-3-2/48073/4 "2017-09-06T13:39:30Z")

</div>

&nbsp;

&nbsp;

&nbsp;

DROP TABLE `\< name_der_datenbank \>`.`s_order_basket_signatures`  
DROP TABLE `\< name_der_datenbank \>`.`s_core_auth_config`  
DROP TABLE `\< name_der_datenbank \>`.`s_search_custom_sorting`  
DROP TABLE `\< name_der_datenbank \>`.`s_customer_streams_mapping`  
DROP TABLE `\< name_der_datenbank \>`.`s_customer_streams_attributes`  
DROP TABLE `\< name_der_datenbank \>`.`s_customer_streams`  
ALTER TABLE `\< name_der_datenbank \>`.`s_emotion_presets` DROP COLUMN `emotion_translations`

Diese SQL-Befehle haben geholfen!

&nbsp;
