-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
24 lines (17 loc) · 886 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## Database Mover
### Functionality
Database Mover copies databases from one location to another. It's main feature is that it respects MySQL views during transfer, but it can also make snapshots of views as tables.
### Usage
bin/move-database [command] [project]
Commands:
- init: creates a new databases.yml file for setup
- projects: lists available projects
- views: displays a list of views
- dump: dumps contents of source database into local dump file
- load: loads contents of dump files into target database
- refresh_views: (re)creates views on on target databases
- snapshot_views: dumps view contents into target databases
- mirror: dumps, loads, refreshes views, and purges dumps
- full_snapshot: dumps, loads, snapshots views, and purges dumps
### Bugs
This software is pretty bare bones and could be improved. Please leave a report if you find any bugs on github.