From 64e84153b8358fc9f2196ea530fd8a914207ca59 Mon Sep 17 00:00:00 2001 From: ivall Date: Fri, 7 Feb 2025 21:16:06 +0100 Subject: [PATCH] add scheduler restart info after adapter change --- panel/1.0/additional_configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/panel/1.0/additional_configuration.md b/panel/1.0/additional_configuration.md index 7746ed89c..39cc8617d 100644 --- a/panel/1.0/additional_configuration.md +++ b/panel/1.0/additional_configuration.md @@ -40,7 +40,9 @@ AWS_BACKUPS_BUCKET= AWS_ENDPOINT= ``` -For some configurations, you might have to change your S3 URL from `bucket.domain.com` to `domain.com/bucket`. To accomplish this, add `AWS_USE_PATH_STYLE_ENDPOINT=true` to your `.env` file. +For some configurations, you might have to change your S3 URL from `bucket.domain.com` to `domain.com/bucket`. To accomplish this, add `AWS_USE_PATH_STYLE_ENDPOINT=true` to your `.env` file. + +Remember to restart the scheduler (pteroq.service) after changing the adapter. You can do this using the command: `systemctl restart pteroq.service`. #### Multipart Upload