Thanks for help. I have imported database succesfully but now I want to upgrade my database from 3.4.5 to 3.6.1. So I run the following script
####################### for action in schema acl insert; do /usr/sbin/rt-setup-database --dba root --dba-password mypass --action $action --datadir etc/rt3/upgrade/3.5.1; done #################### and getting following result. ##########################3 Creating database schema. Couldn't find schema file for mysql Couldn't find ACLS for mysql in etc/rt3/upgrade/3.5.1 [Fri Nov 10 13:43:11 2006] [crit]: Can't locate etc/rt3/upgrade/3.5.1/content in @INC (........... ######################## What should I do now. --- Chaim Rieger <[EMAIL PROTECTED]> wrote: > Its Azfar wrote: > > How could I transfer my existing RT database to a > new > > RT host. > > > > > > > > > > > ____________________________________________________________________________________ > > > mysqldump -u mysql_user -p mysql_password rt_db >> > rt.sql > on the original box > mv the file (rt.sql) to the new box > and on the new box > mysql -u mysql_user -h mysql_host -p mysql_passwd > create database rt; > exit > mysql -u mysql_user -h mysql_host -p mysql_passwd rt > < rt_sql > setup apache > > congratulate yourself by buying a cup of coffee. > > -- > eats the blues for breakfast, > does unix for rent, > plays harp for food, > will play the flute for kicks > rides for the freedom > > www.up-south.com > > ____________________________________________________________________________________ Sponsored Link Degrees online in as fast as 1 Yr - MBA, Bachelor's, Master's, Associate Click now to apply http://yahoo.degrees.info _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
