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
1515
1616General:
1717- 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)
1920
2021Sync:
2122- Filesync (rsync) from remote servers using SSH
2223- 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
2526- Filtering databases tabes with regexp
2627- Rsync filters
2728- Custom exec scripts (startup/finish) on local or remote machine (using SSH)
2829
2930Deployment:
3031- 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
3233- Filtering databases tabes with regexp
3334- Rsync filters
3435- Custom exec scripts (startup/finish) on local or remote machine (using SSH)
You can’t perform that action at this time.
0 commit comments