How to clone an existing bugzilla database

Joel Peshkin bugreport at peshkin.net
Thu May 8 15:00:26 UTC 2003


usmle Prep wrote:

>Dear developers,
>I just want to retain the same data structure as
>existing bugzilla database. The newly created database
>should have all the products,customfields similar to
>the existing database, but should n't contain any
>bugs.Is it possible to achieve this.
>Please let me know.
>Thanks,
>Srikant
>
>_
>
Sure...

Just copy the database and use SQL commands to delete all the records in 
bugs, bug_group_map, attachments, etc....

If we knew the Bugzilla version you were using, we might even be able to 
tell you the commands to use.

-Joel






More information about the developers mailing list