Fixed typo
This commit is contained in:
parent
62a2d8f756
commit
596bf84480
2 changed files with 3 additions and 23 deletions
|
|
@ -704,7 +704,7 @@ class RDS2Backend(BaseBackend):
|
|||
if self.arn_regex.match(source_database_id):
|
||||
db_kwargs['region'] = self.region
|
||||
|
||||
# Shoudln't really copy here as the instance is duplicated. RDS replicas have different instances.
|
||||
# Shouldn't really copy here as the instance is duplicated. RDS replicas have different instances.
|
||||
replica = copy.copy(primary)
|
||||
replica.update(db_kwargs)
|
||||
replica.set_as_replica()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue