How to apply nightly built to my working TL 1.7?

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
radisys
TestLink user
Posts: 12
Joined: Mon Mar 26, 2007 1:33 am

How to apply nightly built to my working TL 1.7?

Post by radisys »

TL is working now on FC5 and some test cases and plan have been created. but I want to use nightly built (as it fixed many bugs every day), how could I apply nightly built to my working TL 1.7 RC1?

Thanks.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

Yes, just preserve your config.inc* anc config db
radisys
TestLink user
Posts: 12
Joined: Mon Mar 26, 2007 1:33 am

Post by radisys »

1.backup my config.*.
2.copy new nightly built to /var/www/html/testlink/, using
cp -a testlink_head_export/* /var/www/html/testlink/
overwriting files.
3. using http://localhost/testlink/install/index.php to install.
4. when completed, copy my config* into testlink/ directory.

5 when login, my projects that created before missing.
why ? is the steps right?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

DONT DO
3. using http://localhost/testlink/install/index.php to install.

this will delete your old data
Post Reply