File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,21 @@ Features
15
15
16
16
General:
17
17
- Yaml based configuration files (` gosync.yml ` or ` .gosync.yml ` )
18
- - Automatic cleanup of schemas before restore
18
+ - PostgreSQL and MySQL support
19
+ - SSH and Docker support (with docker-compose support)
19
20
20
21
Sync:
21
22
- Filesync (rsync) from remote servers using SSH
22
23
- Create file stubs instead of fetching files from remote (with real images, see `` options.generate-stubs = true `` )
23
- - Dump MySQL schemas from remote servers using SSH, Docker and SSH+Docker
24
- - Restore MySQL schema to local MySQL servers or Docker/Docker-Compose containers
24
+ - Dump databases from remote servers using SSH, Docker and SSH+Docker
25
+ - Restore databases to local database servers or Docker/Docker-Compose containers
25
26
- Filtering databases tabes with regexp
26
27
- Rsync filters
27
28
- Custom exec scripts (startup/finish) on local or remote machine (using SSH)
28
29
29
30
Deployment:
30
31
- Filesync (rsync) from local to remote servers using SSH
31
- - Dump MySQL schemas from local MySQL servers or Docker/Docker-Compose containers
32
+ - Dump databases from local database servers or Docker/Docker-Compose containers
32
33
- Filtering databases tabes with regexp
33
34
- Rsync filters
34
35
- Custom exec scripts (startup/finish) on local or remote machine (using SSH)
You can’t perform that action at this time.
0 commit comments