Skip to content

Commit

Permalink
PMM-12760 fix offline upgrade failure. (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk authored Dec 5, 2023
1 parent bef98bf commit 1d3977c
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,10 @@
method: GET
retries: 120
delay: 1

- name: Disable maintenance mode
file:
state: absent
path: /usr/share/pmm-server/maintenance/maintenance.html
# We use current_version_file['failed'] because we don't want to run this on creating container
when: docker_upgrade


- name: Disable maintenance mode
file:
state: absent
path: /usr/share/pmm-server/maintenance/maintenance.html

0 comments on commit 1d3977c

Please sign in to comment.