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

4145 pg cron #4199

Merged
merged 17 commits into from
May 11, 2023
Merged

4145 pg cron #4199

merged 17 commits into from
May 11, 2023

Conversation

just-a-node
Copy link
Collaborator

@just-a-node just-a-node commented May 11, 2023

Description

Type of change

  • Docs change / dependency upgrade
  • Configuration / tooling changes
  • Refactoring
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Requires changes in customer code

High-level change(s) description - from the user's perspective

Related Issue(s)

Fixes #4145

Related pull request(s)

@carlomazzaferro
Copy link
Contributor

How is the DB docker image actually run? I fail to understand how / when it'd run. A high level overview would be helpful

@just-a-node
Copy link
Collaborator Author

How is the DB docker image actually run? I fail to understand how / when it'd run. A high level overview would be helpful

Only used during local cycles and CI tests. Since RDS is fully managed, we've been running a vanilla postgres image when a local instance is needed (yarn workspace @connext/nxtp-adapters-database docker:start:postgres).

The Docker changes here just add the pg_cron extension to the base image so that the new migrations will work.

@just-a-node just-a-node merged commit 73cff1b into main May 11, 2023
@just-a-node just-a-node deleted the 4145-pg-cron branch May 11, 2023 21:50
just-a-node added a commit that referenced this pull request May 15, 2023
rhlsthrm pushed a commit that referenced this pull request May 16, 2023
* Merge pull request #4199 from connext/4145-pg-cron

4145 pg cron

* Merge pull request #4211 from connext/rds-param-group

Use explicit parameter group dependency

* Ops readme update

* Mirror the param group change to mainnet
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.

Terraform setup for db read replica
3 participants