Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
wekan: bump backup timeout to 10 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Feb 18, 2022
1 parent 36d9a50 commit d0e4d98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

- name: swap-file
src: [email protected]:status-im/infra-role-swap-file.git
version: 7b63fb7b5f0c525aa191e1a410fd79f7eab8d11a
version: 3fb0fb8d313ab388df1b38d516e2ff88b72a2cf7
scm: git

- name: systemd-timer
src: [email protected]:status-im/infra-role-systemd-timer.git
version: fbcc0ce58776c59cf6e0ff9b7d605663ac3e7b95
version: 827033833eaf994d3b6f6ac1b555b90fdf1dd467
scm: git

- name: restic-backups
Expand All @@ -36,20 +36,20 @@

- name: infra-role-bootstrap-linux
src: [email protected]:status-im/infra-role-bootstrap-linux.git
version: 7d2646cad4046e20b02628f4efc1e2b87deef773
version: 0e4ee0f27944a682c776f6795d933abfc4bedccf
scm: git

- name: infra-role-wireguard
src: [email protected]:status-im/infra-role-wireguard.git
version: 2aa2627c9f01d5c08f43237a09dd3a7635592205
version: 56d92683bda23f75228cc4ac93b5fae47adbabeb
scm: git

- name: consul-service
src: [email protected]:status-im/infra-role-consul-service.git
version: 61a248a697d37c98b575be942bb6e86deb512380
version: 7ee51839e6a032e6ca27dfb00951e897b5385609
scm: git

- name: threatstack
src: [email protected]:status-im/infra-role-threatstack.git
version: 552e60c1ab862ac8c73d4c9cba58e7f6f2261fdd
version: 90b3fa5df2c5b72402adce7e12cba0da44a7daa1
scm: git
2 changes: 1 addition & 1 deletion ansible/roles/wekan/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ wekan_db_cont_port: 27017
wekan_db_backup_name: 'dump-{{ wekan_db_cont_name }}'
wekan_db_backup_user: 'root'
wekan_db_backup_interval: 'daily'
wekan_db_backup_timeout: 30
wekan_db_backup_timeout: 600

# Oauth
wekan_oauth_enabled: false
Expand Down

0 comments on commit d0e4d98

Please sign in to comment.