Skip to content

nopp/rds-mssql-importexport-S3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS RDS MSSQL Import/Export using S3

Code scanning - action

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

About

Import/Export from RDS MSSQL using S3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages