Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcdca376

Browse files
Tristan Charbonneaudavlgd
Tristan Charbonneau
authored andcommitted
fix(fsbucket): fsbucket root dir is relative to the app
1 parent7284681 commitcdca376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎content/doc/addons/fs-bucket.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Immutable infrastructure doesn't allow you to keep generated data files between
3131
FS Buckets are provided for application needing file-system backward compatibility, but there are not optimized for high-performance applications, especially those relying on caching. There are also some availability and features limitations:
3232

3333
- FS Buckets are not available for Docker applications
34+
- FS Buckets can't be mounted across different regions
3435
- FS Buckets are note available in Health Data Hosting (HDS) Zone
3536
- Clever Cloud provides automated backups every 24 hours, with only 72 hours of retention for FS Buckets (7 days for databases)
3637

@@ -45,7 +46,7 @@ Buckets are configured using environment variables. Add the following to your ap
4546
CC_FS_BUCKET=/some/empty/folder:bucket-xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-fsbucket.services.clever-cloud.com[:async]
4647
```
4748

48-
Don't forget to replacethe path of the mounted folder and the fs-bucket host with the targeted folder path(make sure the folder does not exists)andyour fs-bucket host.
49+
Replacethe path of the mounted folder and the fs-bucket host with the targeted folder pathand your fs-bucket host. The target directory shouldn't existandis relative to the application:`/my-directory` will be mounted in`/home/bas/<app_id>/my-directory/`.
4950

5051
Optionnally, you can add`:async` to the end of the environment variable.
5152
This will make Clever Cloud mount the FS Bucket with the`async` option.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp