How to restore? #1133
-
I found a backed up zip file, please tell me how to restore the data. ’2020-10-10-22-21-57.zip’ What kind of command is there? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You unzip the files and put everything back in the right place manually. The package has no command for that. |
Beta Was this translation helpful? Give feedback.
-
`<?php namespace App\Console\Commands; use DB; class ListBackupRestore extends Command
} |
Beta Was this translation helpful? Give feedback.
You unzip the files and put everything back in the right place manually. The package has no command for that.