How to migrate from 1.0.5 to 1.0.6

Last update: 17/Apr/2023


IMPORTANT: Before starting this process, we recommend you to take a backup of your files. If you done any customizations, It will be lost.

Step 1: Open phpMyAdmin from your cPanel and select your database on left side,

Drag and drop migrate-from-1.0.5-to-1.0.6.sql file.

Step 2: Change the APP_VERSION in .env file as following line.

APP_VERSION=1.0.6 
WAS_ENABLE=off 
WAS_ACCESS_KEY_ID=YOUR_WAS_ACCESS_KEY_ID 
WAS_SECRET_ACCESS_KEY=YOUR_WAS_SECRET_ACCESS_KEY 
WAS_DEFAULT_REGION=ap-southeast-1 
WAS_BUCKET=YOUR_WAS_SECRET_ACCESS_KEY 
WAS_ENDPOINT=https://s3.ap-southeast-1.wasabisys.com

Step 3: Now, almost done. Now login your admin panel and check update. You can see new update for script and update your script.

Step 4: Removing cache files (If you face any 500 page issue - Optional)

Remove all files from, storage/framework/cache/
Remove all files from, storage/framework/sessions/
Remove all files from, storage/framework/views/
Remove all files from, bootstrap/cache/

Congratulations! Your migration process completed.

That's it.


We need your support

We're hardly working on improving this application more better. Kindly please support us. Please rate this script. It is really motivate us!

https://codecanyon.net/downloads
Installation
  1. Getting Started
  2. Server Requirements
  3. Database Setup
  4. Installation
FAQs
Help