laramate/ddev-database-sync

Laramate DDEV Database Sync

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Shell

Type:package

0.1.4 2025-06-27 13:23 UTC

This package is auto-updated.

Last update: 2025-06-27 13:24:20 UTC


README

Laravel Logo

Laramate DDEV Database Sync

Copies production database data from a remote server to local workspace.

Setup

You need to add following variables to you local .env file:

REMOTE_USER=""
REMOTE_HOST=""
REMOTE_PATH_TO_PROJECT=""
REMOTE_DB_DATABASE=""

Use the following command to link the script to the right place:

ddev php -r "link('vendor/laramate/ddev-database-sync/src/db-to-local.sh', '.ddev/commands/host/db-to-local');"

Start your application with ddev start or ddev launch first. Then you can simply run this custom command. Only works with mysql database.

Usage

ddev db-to-local [OPTIONS]

Options

Parameter Description
--help, -h Prints help page.