Skip to content

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 have done any customizations, they will be lost.

Step 1: Import SQL File

  • Open phpMyAdmin from your cPanel.
  • Select your database from the left side.
  • Drag and drop the file:

Step 2: Update .env File

Change the APP_VERSION and Wasabi-related keys in your .env file:

env
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: Update Script via Admin Panel

  • Login to your admin panel.

  • Check for updates.

  • You should now see the new update for the script.

  • Proceed to update your script.

For more details, see: How to check new software update?

Step 4: Remove Cache Files (Optional)

If you face any 500 error issues, clear cache files by removing everything inside these directories:

  • storage/framework/cache/
  • storage/framework/sessions/
  • storage/framework/views/
  • bootstrap/cache/

Congratulations! Your migration process is completed.

We need your support

We're working hard on improving this application. Kindly support us by rating this script.
Your support really motivates us!

👉 https://codecanyon.net/downloads

© 2019-present NativeCode. All rights reserved.