diff --git a/resources/views/settings/backups.blade.php b/resources/views/settings/backups.blade.php index 1af448e7cc..1a4c27489a 100644 --- a/resources/views/settings/backups.blade.php +++ b/resources/views/settings/backups.blade.php @@ -90,8 +90,20 @@
-

Upload Backup

+
+
+

+ + Upload Backup

+
+
+
+ +
+ +

Backup files on the server are stored in: {{ $path }}

+ {{ Form::open([ 'method' => 'POST', 'route' => 'settings.backups.upload', @@ -100,7 +112,7 @@ @csrf -
+
@@ -120,44 +132,40 @@

-

{{ trans_choice('general.filetypes_accepted_help', 3, ['size' => Helper::file_upload_max_size_readable(), 'types' => '.zip']) }}

+

{{ trans_choice('general.filetypes_accepted_help', 1, ['size' => Helper::file_upload_max_size_readable(), 'types' => '.zip']) }}

{!! $errors->first('image', '') !!}
{{ Form::close() }} - -

Restoring from Backup

- -
-

You can use the restore () button to restore from a previous backup, however there are a few things you should know:

+
+
+
+

+ Restoring from Backup

+
+
+
+
+ +

+ Use the restore () button to + restore from a previous backup. (This does not currently with with S3 file storage.)

Your entire {{ config('app.name') }} database and any uploaded files will be completely replaced by what's in the backup file. +

+ +

+ You will be logged out after your restore is complete. +

+

+ Very large backups may time out on the restore attempt and may still need to be run via command line. +

-
    -
  • - Your entire database and any uploaded files will be completely replaced by what's in the backup file. -

    -
  • -
  • - Very large backups may time out on the restore attempt and may still need to be run via command line. -

    -
  • -
  • - This does not currently work with S3 file storage. -

    -
  • -
  • - You will be logged out after your restore is complete.
  • -
- - -

-

Backup files are located in: {{ $path }}

- - +
+