This repository was archived by the owner on Jun 1, 2022. It is now read-only.
PMM-4879 Added support for defaultsfile parameter.#199
Open
pkadej wants to merge 11 commits intopercona:mainfrom
Open
PMM-4879 Added support for defaultsfile parameter.#199pkadej wants to merge 11 commits intopercona:mainfrom
pkadej wants to merge 11 commits intopercona:mainfrom
Conversation
Contributor
|
Checked, and it doesn't work with explicit creds works just fine: |
This was referenced Apr 20, 2022
Contributor
Author
Local pmm-manage server need to be rebuild, e.g.: |
BupycHuk
reviewed
Apr 28, 2022
BupycHuk
reviewed
Apr 28, 2022
| AddMySQLC.Flag("node-id", "Node ID (default is autodetected)").StringVar(&AddMySQL.NodeID) | ||
| AddMySQLC.Flag("pmm-agent-id", "The pmm-agent identifier which runs this instance (default is autodetected)").StringVar(&AddMySQL.PMMAgentID) | ||
|
|
||
| AddMySQLC.Flag("username", "MySQL username").Default("root").StringVar(&AddMySQL.Username) |
Contributor
There was a problem hiding this comment.
And for username let's use the same logic as for default address.
Contributor
Author
|
This will fail for sure, linter doesnt allow to use replace with forked pmm/api: go.mod:7:1: replacement are not allowed: github.com/percona/pmm (gomoddirectives) |
BupycHuk
approved these changes
Apr 29, 2022
ritbl
approved these changes
May 2, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PMM-4879
Build: SUBMODULES-2465
Build will fail because I cannot use forked version of api (pmm) as dependency in mod.go. To acomplish this, api needs be merged and version of pmm api should be bumped.