Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Index Upgrading 4.1.x to 4.2
Previous  |  Next

 1      Installing Gemini 5
install
admin
 1.4        Upgrading 5.0 to 5.1
install
admin
 1.5        Upgrading 4.2 to 5.1
admin
 2.5.11           The Data Import Wizard
admin
items
database
templates
Excel
 10.3         Upgrading
install
 10.3.1           Upgrading Existing Installations
install
 10.3.2           Upgrading 4.1.x to 4.2
install
 10.3.3           Upgrading 4.0.x to 4.2
install
 10.3.4           Upgrading 3.7.x to 4.2
install
 10.3.5           Upgrading 3.6.x to 4.2
install
 10.3.6           Upgrading 3.5.x to 4.2
install
 10.3.7           Upgrading 3.1.x to 4.2
install
 10.3.8           Upgrading 3.0.x to 4.2
install
 10.3.9           Upgrading 3.0.0 to 4.2
install
 10.3.10            Upgrading 2.2 to 4.2
install
 10.3.11            Upgrading 2.1.x to 4.2
install
 10.3.12            Upgrading 2.0.x to 4.2
install
 10.3.13            Upgrading 1.9.1 to 4.2
install
 10.3.14            Upgrading 1.9/1.9a/1.9b to 4.2
install
 10.3.15            Upgrading 1.8.x to 4.2
install
 10.3.16            Upgrading 1.7 to 4.2
install
 10.3.17            Upgrading 1.6.3 to 4.2
install
View  |  Print  |  PDF

22 documents found.


Upgrading 4.1.x to 4.2

install
migration

A zip file download is available containing both the Gemini web application and the SQL database scripts required for the upgrade process.

Step 1 - Backup!

Please backup your existing Gemini SQL Database before following this upgrade process. You can use SQL Management Studio to do so.

Step 2 - Unzip Gemini

Unzip the Gemini zip file and you should see the contents as follows:

image

Step 3 - Database Upgrade

Make sure that you select the correct database before executing any scripts. 

Open and run the "Gemini Database\Upgrades\Upgrade_v4-2.sql script" in SQL Management Studio:

image

Make sure that you select the correct database and execute the script. 

  • Execute "Gemini Database\Create_Views.sql" script.
  • Execute "Gemini Database\Create_Procs.sql" script.

Step 4 - Copy Web Application

Copy the contents of the Gemini Web Application folder into your current web application folder (removing all existing files first): 

image

Step 5 - Edit web.config

Edit the new web.config file and put in the correct SQL Server user credentials for your Gemini database:

image

Remember to set your correct globalization and authentication settings: 

image

Save the web.config and your Gemini should now be upgraded to the latest release.

After installation you can navigate to the Gemini web application using your browser (e.g. http://myserver/gemini"). 


Previous  |  Next