Skip to content

Commit 7b8d1fe

Browse files
committed
Release 1.0.0
1 parent d31b9d2 commit 7b8d1fe

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,11 @@ A Shopware 6 plugin for syncing databases from staging/production environments t
77
- Sync from staging or production environments
88
- SSH connection support with key authentication
99
- Automatic database dump, download, and import
10-
- Two-step dump strategy (structure + data) for consistent snapshots
11-
- Table filtering for performance and GDPR compliance (62 tables by default)
12-
- DEFINER clause stripping for cross-server compatibility
13-
- Foreign key and unique check optimization during import
10+
- Table filtering for performance and GDPR compliance
1411
- Local environment overrides (URLs, domains, system config)
15-
- Raw SQL execution post-import
1612
- Post-sync console commands (e.g. deactivate plugins, create users)
1713
- Apply config overrides without a full sync (`--apply-config-only`)
1814
- DDEV compatible
19-
- Gzip compression support
20-
- Automatic cache clearing
2115

2216
## Installation
2317

@@ -339,7 +333,7 @@ This is handled automatically. Both the remote dump and local import pipeline st
339333

340334
## Requirements
341335

342-
- Shopware 6.7+
336+
- Shopware 6.6+ & 6.7+
343337
- PHP 8.1+
344338
- SSH access to remote servers
345339
- `mysqldump` on the remote server

0 commit comments

Comments
 (0)