+ @if ($provider == \App\Enums\StorageProvider::FTP)
+
+
+
+
+
+ @error("host")
+
+ @enderror
+
+
+
+
+ @error("port")
+
+ @enderror
+
+
-
-
- @error("host")
+
+
+ @error("path")
@enderror
-
-
-
- @error("port")
-
- @enderror
+
+
+
+
+ @error("username")
+
+ @enderror
+
+
+
+
+ @error("password")
+
+ @enderror
+
+
+
+
+
+
+
+
+
+ @error("ssl")
+
+ @enderror
+
+
+
+
+
+
+
+ @error("passive")
+
+ @enderror
+
+ @endif
+
+ @if ($provider == \App\Enums\StorageProvider::LOCAL)
-
+
+
+ The absolute path on your server that the database exists. like `/home/vito/db-backups`
+
+
+ Make sure that the path exists and the `vito` user has permission to write to it.
+
@error("path")
@enderror
-
-
-
-
- @error("username")
-
- @enderror
-
-
-
-
- @error("password")
-
- @enderror
-
-
-
-
-
-
-
-
-
- @error("ssl")
-
- @enderror
-
-
-
-
-
-
-
- @error("passive")
-
- @enderror
-
-
-