Skip to content

How to migrate from 1.0.9 to 1.1.0

Last update: 10/Feb/2024


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 in your .env file to:

env
APP_VERSION=1.1.0

Step 3: Update php.ini File

Change the following values in your php.ini file:

php.ini
max_execution_time = 3000
memory_limit = 1024M

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

If you are using cPanel, follow these guides:

Step 4: Add Backblaze storage Configuration settings in the .env file as the following lines.

env
BACK_ENABLE=off 
BACK_ACCESS_KEY_ID=
BACK_SECRET_ACCESS_KEY= 
BACK_DEFAULT_REGION=ap-southeast-1 
BACK_BUCKET=
BACK_ENDPOINT=https://s3.eu-central-003.backblazeb2.com 
BACK_USE_PATH_STYLE_ENDPOINT=true

Step 5: 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.

Step 6: Clear Cache Files

After updating, remove all files (except .gitignore) from the following 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.