From 38c620e5a694cad9d9b2d2dfbfb873b967463f0b Mon Sep 17 00:00:00 2001 From: Kathryn Anne Tan Date: Wed, 4 Oct 2023 13:00:22 +0800 Subject: [PATCH 1/3] Remove final mentions of "instances" --- laravel/the-basics/laravel-volume-storage.html.markerb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/the-basics/laravel-volume-storage.html.markerb b/laravel/the-basics/laravel-volume-storage.html.markerb index 05e5c8f39a..f206c8d660 100644 --- a/laravel/the-basics/laravel-volume-storage.html.markerb +++ b/laravel/the-basics/laravel-volume-storage.html.markerb @@ -95,7 +95,7 @@ It's the default burrow for session, cache, and file data amongst others. If you ```
-Fly Volume instances do not automatically sync their data with each other. Please remember to create the appropriate data-replication logic if your Fly App will be using more than one volume instance, and if your app requires data available across the volume instances. +Fly Volumes do not automatically sync their data with each other. Please remember to create the appropriate data-replication logic if your Fly App will be using more than one volume instance, and if your app requires data available across its Volumes.
#### **_Possible Errors_** From be40615bb21e781daa22a19625581842b5e92bae Mon Sep 17 00:00:00 2001 From: Kathryn Anne Tan Date: Wed, 4 Oct 2023 15:20:13 +0800 Subject: [PATCH 2/3] Remove mention of instances --- laravel/the-basics/laravel-volume-storage.html.markerb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/the-basics/laravel-volume-storage.html.markerb b/laravel/the-basics/laravel-volume-storage.html.markerb index f206c8d660..de44af4d1d 100644 --- a/laravel/the-basics/laravel-volume-storage.html.markerb +++ b/laravel/the-basics/laravel-volume-storage.html.markerb @@ -96,7 +96,7 @@ It's the default burrow for session, cache, and file data amongst others. If you
Fly Volumes do not automatically sync their data with each other. Please remember to create the appropriate data-replication logic if your Fly App will be using more than one volume instance, and if your app requires data available across its Volumes. -
+ #### **_Possible Errors_** From f48353790baf818cc29724637256e1311022839a Mon Sep 17 00:00:00 2001 From: Kathryn Anne Tan Date: Wed, 4 Oct 2023 15:21:45 +0800 Subject: [PATCH 3/3] re-commit --- laravel/the-basics/laravel-volume-storage.html.markerb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/the-basics/laravel-volume-storage.html.markerb b/laravel/the-basics/laravel-volume-storage.html.markerb index de44af4d1d..5b58d95ce2 100644 --- a/laravel/the-basics/laravel-volume-storage.html.markerb +++ b/laravel/the-basics/laravel-volume-storage.html.markerb @@ -89,7 +89,7 @@ It's the default burrow for session, cache, and file data amongst others. If you - The condition statement checks if the app folder does not exist in the volumized storage folder. If it does not exist, it copies over the contents of the storage_ folder to the volumized storage folder. 7. Finally, deploy your Laravel Fly App! - + ```cmd fly deploy ```