The MIT License (MIT). Please see License File for more information.
The Migration Connector connects your Shopware 5 shop with Shopware 6 and checks if your Shopware 5 system is ready for data migration. You can migrate a large amount of data from your existing Shopware 5 installation to Shopware 6, including products, manufacturers, customers, etc., and update it at any time. This makes it possible to use both systems and make the transition as easy as possible.
The Migration Connector provides API endpoints that allow Shopware 6 to create a secure data connection with the active Shopware 5 shop.
The connection does not modify any data in your active shop. Nevertheless, it is always recommended that you make a backup of your active shop before installing new plugins. With this plugin, all processes take place in the background - no settings or inputs are required. As long as you work with Shopware 6, you should leave the plugin activated. This is the only way to update your data at any given time.
- Download the Migration Connector from the Community Store.
- Install and then activate the plugin via the Plugin Manager in your shop.
- In Shopware 6, you use the Migration Assistant plugin to create an API connection and enter the API key* of your shop. Your username (API user) and your shop domain are also required.
- Update the version number in
plugin.xmlto match the new release version. - Update the changelog in
plugin.xmlwith the changes included in this release. - Commit and push these changes to the repository.
- Make sure the repository is clean and all changes are merged before proceeding to the next steps.
git clone git@github.com:shopware/SwagMigrationConnector.git
cd SwagMigrationConnectorDelete all files and folders listed in .sw-zip-blacklist:
Also remove files not needed for the release:
rm -rf .git .github .DS_Storecd ..
zip -r SwagMigrationConnector.zip SwagMigrationConnectorIn your working copy of the repository (not the cleaned release copy), create and push a tag matching the version in plugin.xml:
git tag <version> -m "vX.Y.Z"
git push origin --tags- Log in to the Shopware Account
- Navigate to Extension Partner > Erweiterungen > Plugin-System > Shopware 5
- Search and select SwagMigrationConnector
- Scroll down to the Versionen section and click on Neue Version hochladen
- Follow the wizard and create a new version matching
plugin.xml - Upload the
SwagMigrationConnector.zip - Fill in the changelog (can be copied from
plugin.xml) - Submit for review
- Check if the new version is listed in the Shopware Store