Skip to content

Commit

Permalink
mariadb: bump migration delay
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Oct 28, 2023
1 parent 4d804b8 commit 863ba29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/mariadb/tasks/post-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
- name: Import databases
when: subfolder.stat.exists and dump.stat.exists
block:
- name: Wait for 15 seconds
- name: Wait for 60 seconds
ansible.builtin.wait_for:
timeout: 15
timeout: 60

- name: Restore data from dump file
ansible.builtin.shell: |
Expand Down

0 comments on commit 863ba29

Please sign in to comment.