# Datenbank aus Version 4.1.4 in Version 4.2 einspielen

**URL:** https://forum.shopware.com/t/datenbank-aus-version-4-1-4-in-version-4-2-einspielen/20085
**Category:** Shopware 3.5
**Tags:** installation--gettin
**Created:** [4. Mai 2014 um 22:07 UTC](https://forum.shopware.com/t/datenbank-aus-version-4-1-4-in-version-4-2-einspielen/20085 "2014-05-04T22:07:26Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hifibau](https://avatars.discourse-cdn.com/v4/letter/h/d9b06d/32.png) [@hifibau](https://forum.shopware.com/u/hifibau)
#### Post date: [4. Mai 2014 um 22:07 UTC](https://forum.shopware.com/t/datenbank-aus-version-4-1-4-in-version-4-2-einspielen/20085/1 "2014-05-04T22:07:26Z")

</div>

Hallo zusammen, ist es möglich eine Datenbank aus Version 4.1.4 in Version 4.2 einzuspielen?

---

<div class="post-metadata">

### Author: ![DanielNogel](https://avatars.discourse-cdn.com/v4/letter/d/96bed5/32.png) [@DanielNogel](https://forum.shopware.com/u/DanielNogel)
#### Post date: [4. Mai 2014 um 22:32 UTC](https://forum.shopware.com/t/datenbank-aus-version-4-1-4-in-version-4-2-einspielen/20085/2 "2014-05-04T22:32:51Z")

</div>

Hi, die DB-Struktur hat sich zwischen den Versionen etwas verändert: [https://github.com/ShopwareAG/shopware- … migrations](https://github.com/ShopwareAG/shopware-4/tree/4.1.4/%5C_sql/migrations) vs [https://github.com/ShopwareAG/shopware- … migrations](https://github.com/ShopwareAG/shopware-4/tree/4.2.0/%5C_sql/migrations) Die Deltas kannst du bspw. mit ApplyDeltas.php in deine “alte” DB einspielen: [https://github.com/ShopwareAG/shopware- … Deltas.php](https://github.com/ShopwareAG/shopware-4/blob/4.2.0/build/ApplyDeltas.php) Damit kannst du also deine 4.1.4-DB auf 4.2.0-Stand pushen. Ansonsten (wenn das gewohnter ist), kannst du vll. auch einfach einen Shop auf 4.1.4-Basis aufsetzen, dein existierendes DB-Backup einspielen und dann mit dem normalen Update-Skript ein Update auf 4.2.0 machen - dann hast du ja auch die entsprechende DB-Version. lG Daniel
