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.
- Host: GitHub
- URL: https://github.com/rsilveira65/wordpress-database-migrate
- Owner: rsilveira65
- Created: 2016-07-15T22:32:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T22:34:23.000Z (almost 10 years ago)
- Last Synced: 2025-09-19T23:29:23.035Z (9 months ago)
- Topics: mysql, php, wordpress
- Language: PHP
- Homepage: http://rsilveira.com/wordpres-database-migrate/
- Size: 5.86 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```