Skip to content
New issue

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

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

Already on GitHub? # to your account

Reduce noise when importing PostgreSQL Flexible Server Configurations #4279

Merged

Conversation

theunrepentantgeek
Copy link
Member

@theunrepentantgeek theunrepentantgeek commented Sep 18, 2024

What this PR does

When importing a PostgreSQL Flexible Server, asoctl was including more than 400 configuration options, many of which couldn't be changed by the user.

With this PR, we now

  • Skip configurations that haven't been changed from their default
  • Skip configurations marked readonly that the user cannot modify

Closes #4278

How does this PR make you feel

gif

@matthchr
Copy link
Member

Should check MySQL too, it may have similar behavior

@theunrepentantgeek theunrepentantgeek added this pull request to the merge queue Sep 18, 2024
Merged via the queue into main with commit 0a048e3 Sep 18, 2024
7 checks passed
@theunrepentantgeek theunrepentantgeek deleted the improve/filter-readonly-postgres-configurations branch September 18, 2024 11:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Reducing noise when importing PostgreSQL Flexible Server
2 participants