Hi Renato, What exactly did you try, and what happened? Going into MySQL, dropping the database (or all of its tables) and running the sbin/rt-setup-database script would restore all of your templates and scrips. Specifically, you would probably do this if your MySQL user has the permissions to drop the database:
$ cd <RT_ROOT_DIRECTORY> $ sbin/rt-setup-database --action drop,create,schema,acl,coredata,insert --dba <RT_DB_USERNAME> --prompt-for-dba-password You can pass "--help" to the rt-setup-database script for further details. Remove "drop,create," from the above line if you'd like to manually remove all of the tables first (using mysql). Please let us know how you go (using "Reply All"). On 10 December 2014 at 23:02, Renato Gentil <renatorodrigo...@hotmail.com> wrote: > Hi Alex, > > I tried it but didn't work for me. Basically I'm trying to restore the > default templates and scripts because I have deleted some of them and now > some of our features have been gone with them. > > Can you help me with that ? > > thanks, > > > > Renato Gentil > > > ------------------------------ > From: a...@peters.net > Date: Wed, 10 Dec 2014 01:12:06 +0000 > Subject: Re: [rt-users] Default Configuration RT > To: renatorodrigo...@hotmail.com; rt-users@lists.bestpractical.com > > You could drop the database and set it up again, or also completely > uninstall and reinstall RT. >