0

I'm trying to Create a new AWS RDS SQL Server instance of only one database from a snapshot.

I've gone through the AWS documentation, but according to it when I restore from a snapshot it will create all the databases that were in it.

I wanted to just create a new instance with just one specific database from the snapshot.

I was hoping to achieve it using AWS SDK for .NET either using powershell or C#.

RDFozz
11.7k4 gold badges25 silver badges38 bronze badges
asked Nov 28, 2017 at 23:29

2 Answers 2

1

RDS Snapshots capture the entire server.

There isn't a way to restore only one database.

answered Nov 29, 2017 at 1:04
-1

Create a new RDS instance from the snapshot. Then extract the single database from it and populate your specific dB. Once done, remove the new instance you no longer need.

tinlyx
3,84014 gold badges50 silver badges79 bronze badges
answered Aug 11, 2021 at 16:55
1
  • but then why would you even restore it? Commented Aug 12, 2021 at 0:51

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.