소스 검색

Update docs/configuring-playbook-synapse-s3-storage-provider.md: add the instruction to edit the schedule

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4038/head
Suguru Hirahara 1 년 전
부모
커밋
2e986012c4
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      docs/configuring-playbook-synapse-s3-storage-provider.md

+ 6
- 0
docs/configuring-playbook-synapse-s3-storage-provider.md 파일 보기

@@ -152,3 +152,9 @@ By default, we periodically ensure that all local files are uploaded to S3 and a
- … triggered by the `matrix-synapse-s3-storage-provider-migrate.timer` timer, every day at 05:00 - … triggered by the `matrix-synapse-s3-storage-provider-migrate.timer` timer, every day at 05:00


So… you don't need to perform any maintenance yourself. So… you don't need to perform any maintenance yourself.

The schedule is defined in the format of systemd timer calendar. To edit the schedule, add the following configuration to your `vars.yml` file (adapt to your needs):

```yaml
matrix_synapse_ext_synapse_s3_storage_provider_periodic_migration_schedule: "*-*-* 05:00:00"
```

불러오는 중...
취소
저장