An open API service indexing awesome lists of open source software.

https://github.com/rsilveira65/wordpress-database-migrate

🚀 | Just a another simple database migrate script for Wordpress - dump, replace and migrate WP local database to remote one.
https://github.com/rsilveira65/wordpress-database-migrate

mysql php wordpress

Last synced: about 2 months ago
JSON representation

🚀 | Just a another simple database migrate script for Wordpress - dump, replace and migrate WP local database to remote one.

Awesome Lists containing this project

README

          

# Wordpres Database Migrate
## About
A simple script to dump, replace and migrate Wordpress local database to remote one.

## Configuration
To configure the script, set the follow parameters:
```bash
.
└── src
└── config
└── parameters.yml
```

## Run
In your console, run:

```bash
composer install
```

```bash
php wordpress-database-migrate.php run:migrate
```