You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/doc/addons/fs-bucket.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Immutable infrastructure doesn't allow you to keep generated data files between
31
31
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:
32
32
33
33
- FS Buckets are not available for Docker applications
34
+
- FS Buckets can't be mounted across different regions
34
35
- FS Buckets are note available in Health Data Hosting (HDS) Zone
35
36
- Clever Cloud provides automated backups every 24 hours, with only 72 hours of retention for FS Buckets (7 days for databases)
36
37
@@ -45,7 +46,7 @@ Buckets are configured using environment variables. Add the following to your ap
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/`.
49
50
50
51
Optionnally, you can add`:async` to the end of the environment variable.
51
52
This will make Clever Cloud mount the FS Bucket with the`async` option.