symbiote/silverstripe-datatransfer

Assists with transferring data between Silverstripe installations

Installs: 206

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 4

Open Issues: 1

Type:silverstripe-vendormodule

1.2.0 2022-01-26 00:01 UTC

This package is auto-updated.

Last update: 2024-03-26 05:14:32 UTC


README

(Find + Replace the below badge links from "symbiote/silverstripe-gridfieldextensions" to your packagist name)

Build Status Latest Stable Version Latest Unstable Version Total Downloads License

Data transfer is a data management module for developers and content authors. It uses JSON format to import and export data to keep your data synchronised from production site to test site. With Data Transfer, you no longer need to redo rebuilding your pages and elemental blocks on your site.

Installation

composer require symbiote/silverstripe-datatransfer:~1.0

Requirements

Basic Usage

Data Export

Head to data transfer > Data export tab, as image below suggests:

data-export.gif

Documentation