Skip to content

How to update v1.0.7.9 to v1.0.8.0

Manish Verma edited this page Oct 18, 2016 · 4 revisions

System older than v1.0.7.9

If you are using an older version of FAVEO we recommend you to follow these steps mentioned in wiki as per your version.

Once you've updated your system to v1.0.7.9 you can follow this article to update your FAVEO application.

Steps for update

Note: Please create and save a backup of your running application and database to use in case of failure of system update.

File System Update

  • Take a backup of your existing FAVEO files.
  • Download latest release files and replace into existing FAVEO folder.

####Files to copy/move from old to new

  • Copy Your old .env file to new path

    > From :- Old-Root-Path
    
    > To :- New-Root-Path
    
If you have custom language files
  • Copy Your custom lang folder > From :- Old-Root-Path\resources\lang\ 

    > To :- New-Root-Path\resources\lang\
    
User uploaded images and files
  • Copy your uploads folder

    > From :- Old-Root-Path\public\
    
    > To :- New-Root-Path\public
    

Database Update

Find Updatedatabase.sql Here :- Root-Path\DB\update from 1.0.7.9 to 1.0.8.0

Import it to your database.

Cron command update

  • Remove existing FAVEO cron jobs from your server
  • Login to your FAVEO system as an admin
  • Go to admin panel > Settings > cron
  • Copy the cron command and update your server's cron jobs
  • Select desired time frequency for various listed jobs in FAVEO cron setttings.
  • Submit the form

Set Queue service driver

Queue service driver is used to run various queue jobs in your Laravel application, Read more about Laravel Queue.

Available queue drivers: Laravel supports various drivers to run queue listen

  • Sync
  • Database
  • Beanstalkd
  • SQS
  • Iron
  • Redis

Except Sync and Database all other drivers need other dependencies to use them in your application.

  • Select Sync if you don't want scheduler to schedule jobs. Listener will execute all jobs right away without waiting.
  • Select Database if you want to schedule jobs in database. Listener will listen for jobs in database and execute all jobs in FIFO.

Update your configured system email(s)

As notified by various users and recent crash reports we noticed that Encryption for incoming settings in configured email(s) is resetting after database update. Please update your system configured mail(s)

Note: Do this for all configured mails

  • Go to Admin Panel > Emails > Click on edit
  • Check and select your encryption for incoming and outgoing settings
  • Click on update to save settings

Installation and Upgrade Guide

Administrator's Guide

Agent's Guide

Email Integration

Release & Upgrade Notes

Known Issues

Contribute & Feedback

Knowledge Base

Third Party Integration

Plugins

API

Clone this wiki locally