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

List the SqlInstance available settings. #12059

Open
MoElkhidir opened this issue Feb 21, 2022 · 0 comments
Open

List the SqlInstance available settings. #12059

MoElkhidir opened this issue Feb 21, 2022 · 0 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@MoElkhidir
Copy link

Reasoning
As part of our build pipeline, we would like to warn users about expected SqlInstance restart if specific settings or database flags values have been changed.

Expected solution
I would like to be able to list the available settings for SqlInstance with their description similar to the currently available listing of Database Flags.

Describe alternatives you've considered
Currently, we statically store these settings in our app's configuration.

Additional context
current available database flags can be fetched using SqlAdmin.flags().list(), something similar like SqlAdmin.instance.settings.list to list SqlInstance settings would be very much appreciated

@MoElkhidir MoElkhidir added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant