-
Notifications
You must be signed in to change notification settings - Fork 135
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
PMM-12576 Change admin ID on update. #2531
Conversation
@BupycHuk I see the FB container failed... I suppose we need to be sure it builds OK to be able to test it. |
@@ -160,6 +163,12 @@ | |||
- skip_ansible_lint # '503 Tasks that run when changed should likely be handlers'. | |||
when: is_database_sqlite.stat.exists | |||
|
|||
- name: Change default admin id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need it here since the same will run on each container start in update/ansible/playbook/tasks/update.yml
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it shouldn't, because there are when
condition for the whole block and update.yml
doesn't work for docker-way upgrade.
PMM-12576
Link to the Feature Build: SUBMODULES-3411
If this PR adds or removes or alters one or more API endpoints, please review and add or update the relevant API documents as well:
If this PR is related to some other PRs in this or other repositories, please provide links to those PRs: