Skip to content

Conversation

@mbareta
Copy link
Collaborator

@mbareta mbareta commented Feb 28, 2024

No description provided.

@mbareta mbareta requested a review from ikovac February 28, 2024 10:17
}>;
};

const defaults = {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ikovac should I put defaults from this and the Database component to constants file and reuse or do we want to have them separate? I just noticed we have skipFinalSnapshot here which does not apply to replica.

Also, based on our offline talk, replicas can have multiAz too.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can keep them separate

@mbareta mbareta changed the title Add replicateSourceDb param to database constructor for DB replica instances Add DatabaseReplica component Mar 5, 2024
Copy link
Contributor

@ikovac ikovac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please just fix docs and we can merge it. Thanks! 🙌

README.md Outdated
The database password is stored as a secret inside AWS Secret Manager.
The secret will be available on the `Database` resource as `password.secret`.

### Database
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Database replica?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 🤦

README.md Outdated
Comment on lines 386 to 392
AWS RDS Postgres instance.

Features:

- enabled encryption with a symmetric encryption key
- deployed inside an isolated subnet
- backup enabled with retention period set to 14 days
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we also need to update the description?

}>;
};

const defaults = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can keep them separate

@mbareta mbareta merged commit 08b7cde into master Mar 11, 2024
@mbareta mbareta deleted the feature/db-replica-options branch March 11, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants