Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] 20240509210837 #3731

Merged
merged 2 commits into from
May 13, 2024
Merged

[RELEASE] 20240509210837 #3731

merged 2 commits into from
May 13, 2024

Conversation

nightfury1204
Copy link
Collaborator

Pull Requests

Milestone Release

### What is the feature/fix?

https://app.asana.com/0/1203637156732418/1206946200769557/f

This feature will let you deploy read replica using convox resource. Source DB has to be present before read replica.

```
  mysql-r:
    type: mysql
    options:
      readSourceDB: <db-identifier>
      class: db.t3.micro
      encrypted: true
```

you can reference existing convox db resource in the same yaml.

```
resources:
  mysql-main:
    type: mysql
    options:
      class: db.t3.micro
      encrypted: false
  mysql-r:
    type: mysql
    options:
      readSourceDB: "#convox.resources.mysql-main"
      class: db.t3.micro
      encrypted: true
```
@nightfury1204 nightfury1204 requested a review from ntner May 9, 2024 20:09
@nightfury1204 nightfury1204 merged commit 01a2ab5 into master May 13, 2024
5 of 8 checks passed
@nightfury1204 nightfury1204 deleted the 20240509210837 branch May 13, 2024 12:25
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.

1 participant