Skip to content

Fix for instance type switching on older pg versions#22

Merged
coryodaniel merged 1 commit intomainfrom
cory/instance-type-switching
Mar 31, 2025
Merged

Fix for instance type switching on older pg versions#22
coryodaniel merged 1 commit intomainfrom
cory/instance-type-switching

Conversation

@coryodaniel
Copy link
Copy Markdown
Member

AWS and/or Terraform have some interesting logic on the svls v2 config.

This change + the existing local's defaults make it possible to switch instance types from serverless to serverful (:P) - this worked previously, but not on older versions of postgres that didnt support serverless, they would fail to provision due to a check for the serverless config block (which happens to be present).

AWS and/or Terraform have some interesting logic on the svls v2 config.

This change + the existing local's defaults make it possible to switch
instance types from serverless to serverful (:P) - this worked previously, but
not on older versions of postgres that didnt support serverless, they would fail
to provision due to a check for the serverless config block (which happens to be present).
@coryodaniel coryodaniel requested a review from chrisghill March 31, 2025 17:58
@chrisghill
Copy link
Copy Markdown
Member

serverful (:P)

I believe the correct term is "servermore"

@coryodaniel coryodaniel merged commit 0fb4793 into main Mar 31, 2025
1 check passed
@coryodaniel coryodaniel deleted the cory/instance-type-switching branch March 31, 2025 18:30
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.

2 participants