패키지 - DB의 스냅샷
DB를 백업하고 리스토어 하기 위한 패키지입니다.
# Create a dump php artisan snapshot:create my-first-dump # Make some changes to your db # ... # Create another dump php artisan snapshot:create my-second-dump # Load up the first dump php artisan snapshot:load my-first-dump # List all snapshots php artisan snapshot:list
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 1개