weareferal / remote-sync
Sync your database and assets across Craft environments
Installs: 13 930
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 4
Forks: 4
Open Issues: 5
Type:craft-plugin
Requires
- php: ^8.0.2
- craftcms/cms: ^5.0.0
- weareferal/remote-core: 5.0.0
Requires (Dev)
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
- phpstan/phpstan: 1.12.x-dev
Suggests
- aws/aws-sdk-php: Required for AWS S3, Backblaze or Digital Ocean Spaces usage
- google/apiclient: Required for Google Drive usage
- kunalvarma05/dropbox-php-sdk: Required for Dropbox usage
This package is auto-updated.
Last update: 2024-11-16 00:00:57 UTC
README
📓 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:
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
- Database sync: move the entire database from one environment to another without touching the CLI.
- Asset sync: copy all your asset folders without needing to FTP a file yourself.
- Multiple cloud providers: remote sync supports numerous cloud providers including AWS and Backblaze.
- Background queue: use the Craft queue to avoid hanging around for files to complete syncing.
- Supports large files: sync large multi-GB volumes and databases to remote destinations.
- CLI commands: automate syncing using the CLI commands and cron.
- Prunes old files and folders: automatically prune old files so you never run out of space.
- Remote volumes: sync remote volumes to other remote locations (i.e. S3 to Backblaze)
Documentation
See the full documentation website for details on how to get started with the plugin.