Applicable for Geo & Neo Products
This is a textual guide, you can watch the video guide here https://youtu.be/v-7fZn449tc. It will take only 5 minutes
Before performing an update you should take your site offline by renaming the folder to avoid any data loss or payments transactions that can be done by your customer.
Step One : Backup the application
Please create a full backup of application ,it is mandatory. Additionally, it will be helpful in case of update failure or raise an issue. Please follow these steps.
- Login to application as business owner(admin).
- Go to BACKUP & EXPORT section.
- Here you will find Backup Database, download a backup of database.
- Now login to server control panel.
- Crate a backup folder in your server document directory, i.e. yourapp_backup.
- Move your current installed Geo POS project's all files to yourapp_backup folder.
Step Two : Uploadling the new update
- Now extract the latest package of Geo POS which has been downloaded by you recently from codecanyon.net to an other folder/location.
- After extraction you will see files_to_upload folder.
- Move files_to_upload folder's all files to your current installed Geo POS project folder. (Where you had installed the application, make sure that directory is empty.).
- Do not forget upload .htaccess also becasue many it remains hidden
Step Three : Files update
As we have crated a backup folder yourapp_backup in STEP ONE, go there and...
Copy and replace following files from yourapp_backup to your project directory where you have recently uploaded new files.
- yourapp_backup/index.php
to
yourproject/index.php
- yourapp_backup/application/config/config.php
to
yourproject/application/config/config.php
- yourapp_backup/application/config/database.php
to
yourproject/application/config/database.php
- yourapp_backup/application/confg/lic.php
to
yourproject/application/confg/lc.php
- yourapp_backup/crm/index.php
to
yourproject/crm/index.php
- yourapp_backup/crm/application/config/config.php
to
yourproject/crm/application/config/config.php
- yourapp_backup/crm/application/config/database.php
to
yourproject/crm/application/config/database.php
Copy and replace following files folder from yourapp_backup to your proejct directory where you have recently uploaded new files.
- yourapp_backup/userfiles
to
yourproject/userfiles
Step Four : Database update
You have to import upgrade_archive/update_build_X*.sql to you database.
Here X* means your next build number - if your current build is 50 but avaiable build is 53 than select one-by-one
> upgrade_archive/update_build_51.sql
> upgrade_archive/update_build_52.sql
> upgrade_archive/update_build_53.sql
You can ignore 0KB size files or no file for a build - it indicated no database change in the particular build example update_build_51.sql.
Did you find this article useful? Yes | No