fusonic/sulu-sync

There is no license information available for the latest version (v0.2.0) of this package.

Sync contents between two Sulu systems.

v0.2.0 2017-05-12 11:49 UTC

This package is auto-updated.

Last update: 2024-04-24 21:37:41 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. Export command

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. Import command

To import everything but uploads, use (app|bin)/console sulu:import <host> --skip-assets. This will speed up the import.