InfyCRM 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 - Put
resources/lang/
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
This is the first version of InfyCRM, so this version does not require an upgrade guide line.
Upgrading from v4.1.2 to v4.1.3
For Technical Users:
- Download
v4.1.3
- 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.1.3
files into your existing versionv4.1.2
- And run
php artisan migrate
to make new build - And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v4.1.3
For Non Technical Users:
- Download
v4.1.3
- 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.1.3
files into your existing versionv4.1.2
- Update database :
- NOW PLEASE CALL THIS URL ONCE YOUR_APP_URL/upgrade-to-v4-1-3 to update your database
- That's it! you are ready to go with new version
v4.1.3
Upgrading from v4.1.1 to v4.1.2
For Technical Users:
- Download
v4.1.2
- 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.1.2
files into your existing versionv4.1.1
- And run
composer install
to make new build - And run
npm install
to make new build - And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v4.1.2
For Non Technical Users:
- Download
v4.1.2
- 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.1.2
files into your existing versionv4.1.1
- That's it! you are ready to go with new version
v4.1.2
Upgrading from v4.1.0 to v4.1.1
For Technical Users:
- Download
v4.1.1
- 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.1.1
files into your existing versionv4.1.0
- And run
composer install
to make new build - And run
php artisan migrate
to make new build - And run
npm install
to make new build - And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v4.1.1
For Non Technical Users:
- Download
v4.1.1
- 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.1.1
files into your existing versionv4.1.0
- Update database :
- NOW PLEASE CALL THIS URL ONCE YOUR_APP_URL/upgrade-to-v4-1-1 to update your database
- That's it! you are ready to go with new version
v4.1.1
Upgrading from v4.0.0 to v4.1.0
For Technical Users:
- Download
v4.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
v4.1.0
files into your existing versionv4.0.0
- And run
composer install
to make new build - And run
php artisan migrate
to make new build - Also run
php artisan db:seed --class=SetIsAdminSeeder
to make new build - And run
npm install
to make new build - And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v4.1.0
For Non Technical Users:
- Download
v4.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
v4.1.0
files into your existing versionv4.0.0
- Update database :
- NOW PLEASE CALL THIS URL ONCE YOUR_APP_URL/upgrade-to-v4-1-0 to update your database
- That's it! you are ready to go with new version
v4.1.0
Upgrading from v3.1.5 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.1.5
- And run
composer install
to make new build - And run
php artisan migrate
to make new build - And run
npm install
to make new build - 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 into your existing versionv3.1.5
- Update database :
- NOW PLEASE CALL THIS URL ONCE YOUR_APP_URL/upgrade-to-v4-0-0 to update your database
- That's it! you are ready to go with new version
v4.0.0
Upgrading from v3.1.4 to v3.1.5
For Technical Users:
- Download
v3.1.5
- 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.1.5
files into your existing versionv3.1.4
- And run
composer install
to make new build - And run
php artisan migrate
to make new build - And run
npm install
to make new build - And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v3.1.5
For Non Technical Users:
- Download
v3.1.5
- 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.1.5
files into your existing versionv3.1.4
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v3.1.5/
you can findv3.1.5
.sql - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v3.1.5
Upgrading from v3.1.3 to v3.1.4
For Technical Users:
- Download
v3.1.4
- 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.1.4
files into your existing versionv3.1.3
- And run
composer install
to make new build - And run
php artisan migrate
to make new build - And run
npm install
to make new build - And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v3.1.4
For Non Technical Users:
- Download
v3.1.4
- 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.1.4
files into your existing versionv3.1.3
- That's it! you are ready to go with new version
v3.1.4
Upgrading from v3.1.2 to v3.1.3
For Technical Users:
- Download
v3.1.3
- 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.1.3
files into your existing versionv3.1.2
- And run
composer install
to make new build - And run
php artisan migrate
to make new build - And run
npm install
to make new build - And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v3.1.3
For Non Technical Users:
- Download
v3.1.3
- 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.1.3
files into your existing versionv3.1.2
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v3.1.3/
you can findv3.1.3
.sql - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v3.1.3
Upgrading from v3.0.0 to v3.1.0
For Technical Users:
- Download
v3.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
v3.1.0
files into your existing versionv3.0.0
- And run
composer install
to make new build - And run
php artisan migrate
to make new build - And run
npm install
to make new build - And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v3.1.0
For Non Technical Users:
- Download
v3.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
v3.1.0
files into your existing versionv3.0.0
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v3.1.0/
you can findv3.1.0
.sql - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v3.1.0
Upgrading from v2.1.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.1.0
- And run
composer install
to make new build - And run
php artisan migrate
to make new build - And run
npm install
to make new build - 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 into your existing versionv2.1.0
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v3.0.0/
you can findv3.0.0
.sql - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v3.0.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
- And run
composer install
to make new build - And run
php artisan migrate
to make new build - And run
npm install
to make new build - 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 into your existing versionv1.2.0
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v2.0.0/
you can findv2.0.0
.sql - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v2.0.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
- And run
composer install
to make new build - And run
php artisan migrate
to make new build - And run
php artisan db:seed --class=AddStripePaymentModeSeeder
to make new build - And run
npm install
to make new build - 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 into your existing versionv1.0.0
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v1.1.0/
you can findv1.1.0
.sql - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v1.1.0