timmyomahony / craft-remote-sync

Sync your database and assets across Craft environments using a remote destination like AWS S3
https://plugins.craftcms.com/remote-sync
Other
12 stars 4 forks source link
craft craft-plugin craft3 craftcms craftcms-plugin

Remote Sync Craft CMS Plugin

🚨 Craft 5 support is on the way (June 2024)

Header image for plugin

πŸ““ Documentation | πŸ’³ Purchase | πŸ€·πŸ»β€β™‚οΈ Get help

Remote Sync is a plugin for Craft CMS that helps you sync your database and assets across multiple Craft environments via cloud destinations like AWS, Digital Ocean & Backblaze.

This makes it easier to move from local development to staging and onto production and avoids the need to regularly SSH into servers to perform database dumps and restores.

Remote Sync provides a useful interface for manually syncing your data via the Craft CMS Control Panel utilites section:

Craft Remote Sync Overview

Remote Sync also lets you automate the process via CLI commands:

./craft remote-sync/database/push
./craft remote-sync/database/pull
./craft remote-sync/database/list
./craft remote-sync/database/delete ...

Features

Documentation

See the full documentation website for details on how to get started with the plugin.