fusonic / sulu-sync
Sync contents between two Sulu systems.
Installs: 3 244
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 10
Forks: 4
Open Issues: 3
Requires
- symfony/console: ^2.8 || ^3.2
- symfony/process: ^2.8 || ^3.2
This package is auto-updated.
Last update: 2024-10-24 22:46:13 UTC
README
Installation
composer require fusonic/sulu-sync
With a healthy Sulu installation, install this bundle and add it to your AbstractKernel.php
:
...
new Fusonic\SuluSyncBundle\FusonicSuluSyncBundle(),
...
Usage
In sulu-standard, the console file is in the app
folder.
In sulu-minimal, the console file is in the bin
folder.
Export contents
To export contents, use (app|bin)/console sulu:export
.
Import contents
To import contents, use (app|bin)/console sulu:import <host>
. Downloading assets might take a while, depending on the size of the uploads
directory.
To import everything but uploads, use (app|bin)/console sulu:import <host> --skip-assets
. This will speed up the import.