InfyVCards-SaaS Upgrade Guide
Before starting upgrade we recommend to backup your files and export your current database.
Prerequisite
Before starting upgrade we recommend to back up your all files and export your current database.
so in case if anything goes wrong, you can restore the previous version.
- Backup your whole folder
- Backup & Export your database via phpymadmin
Backup Sensitive Files and Folders
Backup the following folders and files.
- File -
.env
- Folder - Any new languages that you added in
resources/lang/
- Folder -
public/uploads/
Replace the latest code
- Delete all your existing code (you can also rename the current folder or move all content to some other folder, if possible)
- Upload the latest
dist.zip
to the server - Extract the zip
- Put old
.env
file back - create
lang/
directory into root (if not exist), and putresources/lang
files into ROOT/lang directory andpublic/uploads
folder back (or you can merge) - Edit
.env
and changeUPGRADE_MODE=true
- Run a database upgrade script
https://{YOUR_URL}/upgrade/database
- Edit
.env
and changeUPGRADE_MODE=false
- Verify that latest version is visible in footer
Check everything is working fine.
Post Upgrade Steps
- Add newly added languages keys (if you have added a new languages)
- Apply/Replace any custom changes that you made to the code.
Hope your upgrade went well and working fine. If you are facing any problem with the upgrade, feel to contact our support at https://infyomlabs.authordesk.app
Old Upgrade Guide
Before starting upgrade we recommend to backup your files and export your current database.
Upgrading from v6.5.0 to v6.6.0
For Technical Users:
- Download
v6.6.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.6.0
files into your existing versionv6.5.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v6.6.0
For Non Technical Users:
- Download
v6.6.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.6.0
files/directories into your existing versionv6.5.0
- Now please call this url once
APP_URL/upgrade/database
- That's it!, you are ready to go with new version
v6.6.0
Upgrading from v6.4.0 to v6.5.0
For Technical Users:
- Download
v6.5.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.5.0
files into your existing versionv6.4.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v6.5.0
For Non Technical Users:
- Download
v6.5.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.5.0
files/directories into your existing versionv6.4.0
- Now please call this url once
APP_URL/upgrade/database
- That's it!, you are ready to go with new version
v6.5.0
Upgrading from v6.3.0 to v6.4.0
For Technical Users:
- Download
v6.4.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.4.0
files into your existing versionv6.3.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v6.4.0
For Non Technical Users:
- Download
v6.4.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.4.0
files/directories into your existing versionv6.3.0
- Now please call this url once
APP_URL/upgrade/database
- That's it!, you are ready to go with new version
v6.4.0
Upgrading from v6.2.0 to v6.3.0
For Technical Users:
- Download
v6.3.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.3.0
files into your existing versionv6.2.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
php artisan db:seed --class=DefaultUserLanguageSettingsSeeder
- Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v6.3.0
For Non Technical Users:
- Download
v6.3.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.3.0
files/directories into your existing versionv6.2.0
- Now please call this url once
YOUR_APP_URL/upgrade-to-v6-3-0
- That's it!, you are ready to go with new version
v6.3.0
Upgrading from v6.1.0 to v6.2.0
For Technical Users:
- Download
v6.2.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.2.0
files into your existing versionv6.1.0
- Run
composer install
to update composer dependencies - Run
php artisan db:seed --class=TermsConditionsSeeder
to make new build - Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v6.2.0
For Non Technical Users:
- Download
v6.2.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.2.0
files/directories into your existing versionv6.1.0
- Now please call this url once
YOUR_APP_URL/upgrade-to-v6-2-0
- That's it!, you are ready to go with new version
v6.2.0
Upgrading from v6.0.0 to v6.1.0
For Technical Users:
- Download
v6.1.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.1.0
files into your existing versionv6.0.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v6.1.0
For Non Technical Users:
- Download
v6.1.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.1.0
files/directories into your existing versionv6.0.0
- Now please call this url once
YOUR_APP_URL/upgrade-to-v6-1-0
- That's it!, you are ready to go with new version
v6.1.0
Upgrading from v5.2.0 to v6.0.0
For Technical Users:
- Download
v6.0.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.0.0
files into your existing versionv5.0.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v6.0.0
For Non Technical Users:
- Download
v6.0.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v6.0.0
files/directories into your existing versionv5.2.0
- That's it!, you are ready to go with new version
v6.0.0
Upgrading from v5.1.0 to v5.2.0
For Technical Users:
- Download
v5.2.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v5.2.0
files into your existing versionv5.1.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v5.2.0
For Non Technical Users:
- Download
v5.2.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v5.2.0
files/directories into your existing versionv5.1.0
- Now please call this url once
YOUR_APP_URL/upgrade-to-v5-2-0
- That's it!, you are ready to go with new version
v5.2.0
Upgrading from v5.0.0 to v5.1.0
For Technical Users:
- Download
v5.1.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v5.1.0
files into your existing versionv5.0.0
- Run
composer install
to update composer dependencies - Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v5.1.0
For Non Technical Users:
- Download
v5.1.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v5.1.0
files/directories into your existing versionv5.0.0
- That's it!, you are ready to go with new version
v5.1.0
Upgrading from v4.0.0 to v5.0.0
For Technical Users:
- Download
v5.0.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v5.0.0
files into your existing versionv4.0.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v5.0.0
For Non Technical Users:
- Download
v5.0.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v5.0.0
files/directories into your existing versionv4.0.0
- Now please call this url once
YOUR_APP_URL/upgrade-to-v5-0-0
- That's it!, you are ready to go with new version
v5.0.0
Upgrading from v3.0.0 to v4.0.0
For Technical Users:
- Download
v4.0.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v4.0.0
files into your existing versionv3.0.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
php artisan db:seed --class=LanguageTableSeeder
- Run
php artisan db:seed --class=DefaultLanguageSettingsSeeder
- Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v4.0.0
For Non Technical Users:
- Download
v4.0.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v4.0.0
files/directories into your existing versionv3.0.0
- Now please call this url once
YOUR_APP_URL/upgrade-to-v4-0-0
- That's it!, you are ready to go with new version
v4.0.0
Upgrading from v2.4.0 to v3.0.0
For Technical Users:
- Download
v3.0.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v3.0.0
files into your existing versionv2.4.0
- Run
composer install
to update composer dependencies - Run
npm install
to update npm dependencies - And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v3.0.0
For Non Technical Users:
- Download
v3.0.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v3.0.0
files/directories into your existing versionv2.4.0
- That's it!, you are ready to go with new version
v3.0.0
Upgrading from v2.3.0 to v2.4.0
For Technical Users:
- Download
v2.4.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v2.4.0
files into your existing versionv2.3.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
- And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v2.4.0
For Non Technical Users:
- Download
v2.4.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v2.4.0
files/directories into your existing versionv2.3.0
- That's it!, you are ready to go with new version
v2.4.0
Upgrading from v2.1.0 to v2.3.0
For Technical Users:
- Download
v2.3.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v2.3.0
files into your existing versionv2.1.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
- And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v2.3.0
For Non Technical Users:
- Download
v2.3.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v2.3.0
files/directories into your existing versionv2.1.0
- Now please call this URL once
YOUR_APP_URL/upgrade-to-v2-3-0
- That's it!, you are ready to go with new version
v2.3.0
Upgrading from v2.0.0 to v2.1.0
For Technical Users:
- Download
v2.1.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v2.1.0
files into your existing versionv2.0.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
- And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v2.1.0
For Non Technical Users:
- Download
v2.1.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v2.1.0
files/directories into your existing versionv2.0.0
- Now please call this URL once
YOUR_APP_URL/upgrade-to-v2-1-0
- That's it!, you are ready to go with new version
v2.1.0
Upgrading from v1.2.0 to v2.0.0
For Technical Users:
- Download
v2.0.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v2.0.0
files into your existing versionv1.2.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
- And at last Run
npm run dev
to make new build - That's it!, you are ready to go with new version
v2.0.0
For Non Technical Users:
- Download
v2.0.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v2.0.0
files/directories into your existing versionv1.2.0
- Now please call this URL once
YOUR_APP_URL/upgrade-to-v2-0-0
- That's it!, you are ready to go with new version
v2.0.0
Upgrading from v1.1.0 to v1.2.0
For Technical Users:
- Download
v1.2.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v1.2.0
files into your existing versionv1.1.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v1.2.0
For Non Technical Users:
- Download
v1.2.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v1.2.0
files/directories into your existing versionv1.1.0
- Now please call this URL once
YOUR_APP_URL/upgrade-to-v1-2-0
- That's it! you are ready to go with new version
v1.2.0
Upgrading from v1.0.0 to v1.1.0
For Technical Users:
- Download
v1.1.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v1.1.0
files into your existing versionv1.0.0
- Run
composer install
to update composer dependencies - Run
php artisan migrate
to make new build - Run
npm install
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v1.1.0
For Non Technical Users:
- Download
v1.1.0
- Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v1.1.0
files/directories into your existing versionv1.0.0
- Now please call this URL once
YOUR_APP_URL/upgrade-to-v1-1-0
- That's it! you are ready to go with new version
v1.1.0