Difference between revisions of "Simple Migration for Unmodified-opentaps Users"
(→Start opentaps Version 1.4 Using startofbiz.sh) |
|||
Line 138: | Line 138: | ||
* Click: [Submit] | * Click: [Submit] | ||
− | This completes the use of Services for data | + | This completes the use of Services for data preparation. |
− | + | The '''opentaps''' Version 1.4 server is now ready to test for deployment in production. You should use your own usual test method and decision criteria for determining that the '''opentaps''' server is ready for deployment in your company. | |
+ | |||
+ | Meanwhile, you may wish to backup the new installation with its modified database for the first time. | ||
==Back-Up the New Installation and Database== | ==Back-Up the New Installation and Database== |
Revision as of 21:17, 28 April 2010
CAUTION: THIS IS A ROUGH DRAFT PAGE AND IS NOT YET TESTED AND READY TO USE
Migration of your current opentaps Version 1.0.X installation to a new one running Version 1.4 will be discussed, step-by-step in this section.
Contents
Back-up Your Current Version 1.0.X Installation
WARNING: BEST PRACTICES ADVISE -- BACK-UP YOUR DATABASE BEFORE MIGRATING YOUR EXISTING DATABASE WILL BE MODIFIED AND WILL NO LONGER BE USABLE WITH AN OLDER LEVEL OF OPENTAPS. THEREFORE IT IS ESSENTIAL THAT YOU PRESERVE YOUR CURRENT DATABASE AS-IS WITHOUT MODIFICATIONS, TO SERVE AS A BACKUP IN CASE OF ANY UPGRADE PROBLEMS. THEREFORE, BACK-UP YOUR DATABASE IN THE MANNER YOU ARE ALREADY USING FOR PRODUCTION (SO THAT YOU KNOW THE BACKUP CAN BE RESTORED TO PRODUCTION IF NEEDED).
Back-up Your Database
If you are in production with opentaps then you have a database backup method that you are using already. This must be a backup method that you have practiced, so that you know it works, including the practice of restoring the backup copy and putting that restored copy back into production again.
You will want to backup your current production database before you start migrating to opentaps Version 1.4. Then, you can follow the migration guidelines which will modify your currently existing database to accomodate changes required for Version 1.4. After the modifications for Version 1.4, the database will no longer work with earlier releases of opentaps, but you will have your backup copy saved in case you run into any problems requiring you to go back to the earlier version.
Preserve Your Current Installation Directories and Configurations
There are two very important reasons why you will want to preserve your current older version of opentaps installation directories and the files they contain.
Copying XML configuration files and properties
First, your current, older version, installation directories contain all of the configuration files, and files containing set-up "Properties" used to fully configure the opentaps system. Thus, these files are the comprehensive record of how the system is currently set-up.
You can copy much of the critical information from these files and documents from the old version to the new version, or you can refer back to the older version of you have questions later about how it was set up before you migrated.
Your Fall-Back Strategy in Case of Problems
Your current, older version, opentaps installation is the best fall back strategy you have for continuing production in the unlikely event that you have problems in getting the new Version 1.4 up and running without problems, and on time.
Thus, you should plan to install the new Version 1.4 in a new installation directory, while preserving the old one without modifications. Then it will be available to bring up along with the restored data from the old system.
Alternate Strategy for Server Migration
Many Users who have opentaps in production will have a separate server that they use for testing purposes, sometimes for their own company modifictions to the configuration that are developed as the company grows, and also for other testing like upgrades to system code or upgrades to opentaps.
You can use such a test server installation to practice your upgrade to opentaps Version 1.4 so that any problems may be found and resolved before you attempt to put the production site through your upgrade changes.
When an upgrade involves changing out multiple major items of the server software or hardware at the same time, a separate test environment can be used to avoid unexpected problems on the production site.
Install opentaps Version 1.4
We do not repeat opentaps Installation guides in this section, but rather we refer to the opentaps Installation Manual, which contains a wealth of information useful to those planning migration to the latest version.
Select Or Upgrade Your Opentaps Host Server
New options are available for hosting the opentaps system, including the use of Amazon EC2, which provides virtual servers running in the Amazon server cloud environment. This setup allows an opentaps User to instantiate their own opentaps system by using the pre-installed image that resides on EC2. (One word of caution, however. Using EC2 is very much like learning another operating system similar to Linux but different in all the details.)
Install opentaps Version1.4
For the next step, refer to the detailed installation guide, Opentaps Installation Manual, which provides sections for installing on Linux, Mac OS-X, and on Windows.
Follow the directions to install on your type of system, then follow the directions for starting opentaps for a brief test.
As a test, to verify that the installation was successful, you can start opentaps Version 1.4 as described in the installation guide. You will be running with the demo data (not your own data), and this test is just to verify that the system comes up running and that you can log-in to it.
On the Main Navigation Screen, proceed to Log-in, In the "opentaps Login" box, on the left side, Enter Username: admin Enter Password: ofbiz Click: [Login], the Main Navigation Screen opens again with more large Icons. Click: the first large Icon, "iii", which is the CRM/SFA Icon. The MyHome screen opens in the CRM/SFA application of opentaps. Your installation was successful.
Now Stop opentaps before proceeding to the next step.
If you do not get the results described, return to the Opentaps Installation Manual and review your work, and the last section of the installation guide you used, that deals with problem shooting.
Pointing to Your Database
Next, you will point your new installation to work with your existing opentaps database, so that the database upgrades can be performed, making it compatible with Version 1.4 (and no longer compatible with the older version of opentaps).
Since your database is already set up, with a login ID and password specified in the opentaps files, when you point Version 1.4 to this database you can use the same ID and password that you defined in the earlier opentaps. Copy them into the new Version 1.4 files when directed in the following steps for pointing to the database.
Detailed instruction for pointing Version 1.4 to your database are contained in the guide, Using_opentaps_ERP_+_CRM_with_MySQL, or in guide, Using_opentaps_ERP_+_CRM_with_MySQL.
???????? Run ant run-install-seed ???????
Comment out Securityext???
Migrating Some Properties and Config Data
Copy XML "Properties" to the New Installation Directories
Run the Upgrade Script for "ProductAverageCost" Entity
DOES OPENTAPS RUN DURING THIS STEP??
This step will run a script that will modify the database entity for Product Average Cost and fill in the required values:
- The upgrade SQL script is in the Version 1.4 installation directory, and sub-directory hot-deploy/opentaps-common/scripts/sql
- Run the script for the following entity: ProductAverageCost (which has been re-factored to use a single productAverageCostId as its primary key.)
- The script alters the table and automatically fills in its values, and updates SequenceValueItem so that opentaps will generate correct future keys.
Start opentaps Version 1.4 Using startofbiz.sh
In this step, several "Services" are run which prepare data required for operating Version 1.4 with the database.
Initial Configuration Items
Are there Items that must be done manually????
Run Version 1.4 Services that Set Up Some Data Fields
This step runs several of the "Services" stored in the opentaps server. Use the following guide:
Step-By-Step Running the Services First, we will start the opentaps server.
Start opentaps as described in the installation manual for your operating system, for example if you are using Linux navigate to the installation directory, and Run: ./startofbiz.sh
Next, after opentaps has started, we will navigate to the Services that we need to run.
Login to opentaps as the administrator on your system, using the Username and Password for the administrator which is found in your own database, which we are now using. On the Main Navigation Page, Click: [Webtools] Icon, Point: Mouse over the [Framework Web Tools] menu, and then Click: [Service Engine Tools], the "Service List" page opens. Click: [Run Service] in the Sub-Tabs, the "Run Service" page opens.
From this page we can run each of the five needed Services to prepare data fields. Proceed to run these as follows:
* Enter in the Service box: recalcAllEmptyAmountsPayments * Leave the Pool box unchanged, it already contains the entry: pool * Click: [Submit]
* Enter in the Service box: recalcAllEmptyAmountsInvoices * Leave the Pool box unchanged, it already contains the entry: pool * Click: [Submit]
* Enter in the Service box: updatePostedAmountAcctgTrans * Leave the Pool box unchanged, it already contains the entry: pool * Click: [Submit]
* Enter in the Service box: opentaps.setSupplementalDataForAllParties * Leave the Pool box unchanged, it already contains the entry: pool * Click: [Submit]
* Enter in the Service box: opentaps.createHibernateSearchIndex * Leave the Pool box unchanged, it already contains the entry: pool * Click: [Submit]
This completes the use of Services for data preparation.
The opentaps Version 1.4 server is now ready to test for deployment in production. You should use your own usual test method and decision criteria for determining that the opentaps server is ready for deployment in your company.
Meanwhile, you may wish to backup the new installation with its modified database for the first time.