Upgrade Guide
This is the first version of InfyCRM, so this version does not require an upgrade guide line.
Upgrading from v2.1.0 to v3.0.0
For Technical Users:
- Download
v3.0.0
- Backup you 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 you 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 you 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 you 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 you 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 you 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