PHPackages                             barbieswimcrew/shopware-database-sync - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. barbieswimcrew/shopware-database-sync

ActiveShopware-platform-plugin[Database &amp; ORM](/categories/database)

barbieswimcrew/shopware-database-sync
=====================================

Shopware plugin to sync databases between different instances via SSH

1.0.1(1y ago)026MITPHPPHP &gt;=8.1

Since Mar 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/barbieswimcrew/shopware-database-sync)[ Packagist](https://packagist.org/packages/barbieswimcrew/shopware-database-sync)[ RSS](/packages/barbieswimcrew-shopware-database-sync/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Database Sync Plugin for Shopware 6
===================================

[](#database-sync-plugin-for-shopware-6)

This plugin enables synchronization of database dumps from a remote server to your local development environment and provides commands for managing database dumps.

Installation
------------

[](#installation)

```
composer require barbieswimcrew/shopware-database-sync
```

```
bin/console plugin:refresh
bin/console plugin:install --activate BarbieswimcrewDatabaseSync
```

Usage
-----

[](#usage)

### Sync from Remote Server

[](#sync-from-remote-server)

The following command starts the synchronization process from a remote server:

```
bin/console database:sync
```

The command will interactively ask for the following information:

- Remote Host (e.g. dev.example.com)
- SSH Username
- SSH Port (default: 22)
- Remote Path (default: /var/www/html)

The database dump will be saved in the local directory `var/dump` with the prefix "remote\_" and a timestamp.

### Create Local Database Dump

[](#create-local-database-dump)

To create a dump of your local database:

```
# Create dump and show status messages
bin/console database:dump

# Create dump and only output the file path
bin/console database:dump --path-only
```

The dump will be saved in the `var/dump` directory with a timestamp and automatically compressed with gzip.

### Import Database Dump

[](#import-database-dump)

To import an existing database dump:

```
bin/console database:import
```

This command will:

1. Show a list of available dumps in the `var/dump` directory
2. Let you select which dump to import
3. Import the selected dump into your database

Requirements
------------

[](#requirements)

- SSH access to the remote server (for sync functionality)
- Installed Shopware 6 instance on the remote server
- The plugin must be installed on both the local and the remote server
- Sufficient permissions for database dumps
- Sufficient disk space for database dumps

Support
-------

[](#support)

For questions or issues, please open an issue on GitHub or contact us at

License
-------

[](#license)

MIT License

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance48

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~97 days

Total

2

Last Release

380d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9333471?v=4)[Mrtn Schndlr](/maintainers/barbieswimcrew)[@barbieswimcrew](https://github.com/barbieswimcrew)

---

Top Contributors

[![barbieswimcrew](https://avatars.githubusercontent.com/u/9333471?v=4)](https://github.com/barbieswimcrew "barbieswimcrew (3 commits)")

---

Tags

shopwareshopware6shopware6-plugindatabaseshopwaresync

### Embed Badge

![Health badge](/badges/barbieswimcrew-shopware-database-sync/health.svg)

```
[![Health](https://phpackages.com/badges/barbieswimcrew-shopware-database-sync/health.svg)](https://phpackages.com/packages/barbieswimcrew-shopware-database-sync)
```

###  Alternatives

[awssat/laravel-sync-migration

Laravel tool helps to sync migrations without refreshing the database

10823.4k](/packages/awssat-laravel-sync-migration)[pixelstudio/wp-sync-db

WordPress plugin to sync database between different installs

462.5k1](/packages/pixelstudio-wp-sync-db)[kmi/db-sync-tool

Python script to synchronize a database from and to client systems.

323.5k](/packages/kmi-db-sync-tool)[mwi/laravel-db-sync

Sync remote database to local

154.3k](/packages/mwi-laravel-db-sync)[andreagroferreira/laravel-sync-tracker

A Laravel package for tracking entity synchronization status between systems

124.1k](/packages/andreagroferreira-laravel-sync-tracker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
