Migration from 1.6.2 to 1.7.4

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
nsidorenko
TestLink user
Posts: 2
Joined: Thu Jan 14, 2010 3:22 pm

Migration from 1.6.2 to 1.7.4

Post by nsidorenko »

Hi!

I have TestLink 1.6.2 installed and want to migrate to version 1.7.4

I have tried the migration tool from the 1.7 installation page, but it does not work. After input parameters a process begins, massage:

Connecting to Testlink 1.6 (source) database. - testlink - OK!
Connecting to Testlink 1.7 (target) database. - testlink1 - OK!
mysql version looks ok
Truncating tables in Testlink 1.7 (target) database. - testlink1 -
executing query TRUNCATE TABLE attachments
executing query TRUNCATE TABLE builds
executing query TRUNCATE TABLE cfield_node_types
executing query TRUNCATE TABLE cfield_testprojects
executing query TRUNCATE TABLE cfield_design_values
executing query TRUNCATE TABLE cfield_execution_values
executing query TRUNCATE TABLE custom_fields
executing query TRUNCATE TABLE executions
executing query TRUNCATE TABLE execution_bugs
executing query TRUNCATE TABLE keywords
executing query TRUNCATE TABLE milestones
executing query TRUNCATE TABLE nodes_hierarchy
executing query TRUNCATE TABLE priorities
executing query TRUNCATE TABLE req_coverage
executing query TRUNCATE TABLE req_specs
executing query TRUNCATE TABLE requirements
executing query TRUNCATE TABLE risk_assignments
executing query TRUNCATE TABLE testprojects
executing query TRUNCATE TABLE testsuites
executing query TRUNCATE TABLE tcversions
executing query TRUNCATE TABLE testplans
executing query TRUNCATE TABLE testcase_keywords
executing query TRUNCATE TABLE testplan_tcversions
executing query TRUNCATE TABLE users
executing query TRUNCATE TABLE user_assignments
executing query TRUNCATE TABLE user_testproject_roles
executing query TRUNCATE TABLE user_testplan_roles
finished truncating tables

Next:
Please be patient this may take some time!

creating temporary table for good testcases
getting normal tmp_table count
creating temporary table for test plans
getting count for tp_tmp_table
creating temporary table for results
getting count for results_tmp_table
getting normal tmp_table count
Test Case Specifications: (Found 12109 test cases to migrate) [Click to show details] 17:33:09
getting normal tmp_table count
Migrating Test Cases - Part I - 17:33:09 -
<some text>
Going to process another 500 items

A process stoped.

When I looked in DB, i saw only some part of information.

Help? How can I migrate with ALL data?
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

Check if web server, php.ini or your browser doesn't close the script execution before it's finished. There are parameters for maximal script execution time, etc.
nsidorenko
TestLink user
Posts: 2
Joined: Thu Jan 14, 2010 3:22 pm

Post by nsidorenko »

Checked.
In php.ini, script execution time = 12000 s. (200 min)
About browser, usually when a script is executed long time I have a massage "stop or continue execution", but not this time. Where can I see this parameter in browser Firefox and web server Apache?
Post Reply