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

Remove obsolete database config options #357

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

smokris
Copy link
Contributor

@smokris smokris commented Aug 9, 2022

When I install and configure PuppetDB 7.11.0 (latest) using PuppetDB Puppet Module version 7.10.0 (latest), PuppetDB emits these warnings:

The [database] classname config option has been retired and will be ignored.
The [database] conn-keep-alive config option has been retired and will be ignored.
The [database] log-slow-statements config option has been retired and will be ignored.
The [database] subprotocol config option has been retired and will be ignored.
The [read-database] classname config option has been retired and will be ignored.
The [read-database] conn-keep-alive config option has been retired and will be ignored.
The [read-database] log-slow-statements config option has been retired and will be ignored.
The [read-database] subprotocol config option has been retired and will be ignored.

This PR removes the ini_setting resources for those database config options.

@smokris smokris requested a review from a team as a code owner August 9, 2022 17:59
@puppet-community-rangefinder
Copy link

puppetdb is a class

Breaking changes to this file WILL impact these 6 modules (exact match):
Breaking changes to this file MAY impact these 2 modules (near match):

puppetdb::params is a class

that may have no external impact to Forge modules.

puppetdb::server is a class

that may have no external impact to Forge modules.

puppetdb::server::database is a class

that may have no external impact to Forge modules.

puppetdb::server::read_database is a class

that may have no external impact to Forge modules.

This module is declared in 33 of 579 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

@smokris

This comment was marked as resolved.

@CLAassistant
Copy link

CLAassistant commented Apr 19, 2023

CLA assistant check
All committers have signed the CLA.

@bastelfreak bastelfreak merged commit 13585ee into puppetlabs:main Apr 30, 2024
39 checks passed
@alexjfisher
Copy link
Contributor

It gets worse... puppetlabs/puppetdb#4017 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants