Restore only one database in an AWS RDS Sql server instance

If there is an AWS sql server RDS server instance in one database, then what is the best way to restore this database? Backups have an entire instance, so you do not want to restore AWS backups and lose data in other good databases.

+4
source share
1 answer

When restoring from an RDS snapshot, you will create a new instance of RDS. You are not restoring an “in” existing RDS instance.

So, you must restore the full RDS instance and use it to:

  • replace the "old" instance (all databases) or
  • RDS RDS.

, RDS.

+6

Source: https://habr.com/ru/post/1611469/


All Articles