https://github.com/nopp/rds-mssql-importexport-s3
Import/Export from RDS MSSQL using S3
https://github.com/nopp/rds-mssql-importexport-s3
aws mssql rds rds-mssql
Last synced: about 2 months ago
JSON representation
Import/Export from RDS MSSQL using S3
- Host: GitHub
- URL: https://github.com/nopp/rds-mssql-importexport-s3
- Owner: nopp
- Created: 2018-06-04T12:30:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T18:26:23.000Z (about 6 years ago)
- Last Synced: 2023-03-22T22:21:35.596Z (over 3 years ago)
- Topics: aws, mssql, rds, rds-mssql
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS RDS MSSQL Import/Export using S3

Requisites
==========
yum install freetds-devel
go get github.com/minus5/gofreetds
Compiling
=========
$ go build tool.go
Configuration
=============
Configure config.json file with correct informations:
{
"host": rdsMSSQLhost,
"user": rdsMSSQLuser,
"password": rdsMSSQLpassword
}
Running (Obs:. config.json need to stay in the same root path of tool)
=======
$ ./tool
tool status dbName
tool export dbName s3Name backupName
tool import dbName s3Name restoreName