Skip to content

Commit 628be85

Browse files
committed
Update README
1 parent 0833193 commit 628be85

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,21 @@ Features
1515

1616
General:
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

2021
Sync:
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

2930
Deployment:
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)

0 commit comments

Comments
 (0)