| Title | No procedure for creating new mysql dumps |
| Status | suspended |
| Priority | optional |
| Assigned user | David Jones |
| Organization | Ravenbrook |
| Description | Running the automated tests requires a mysql dump of a Bugzilla database that corresponds to the Bugzilla release being tested. When testing with a Bugzilla release that hasn't been tested before a new mysql dump is needed. The procedure for creating these is not documented. |
| Analysis | For the record a good procedure is: 1) Populate mysql with dump from an old version: mysqladmin --force drop dbname mysqladmin create dbname mysql dbname <dbdump 2) install the new Bugzilla following the upgrade procedure. Running checksetup.pl will fix the mysql database. 3) dump the fixed database out: mysqldump dbname >file |
| How found | inspection |
| Evidence | none |
| Observed in | 1.5.3 |
| Created by | David Jones |
| Created on | 2003-06-02 12:45:59 |
| Last modified by | Nick Barnes |
| Last modified on | 2018-07-05 17:28:09 |
| History | 2003-06-02 DRJ Created 2018-07-05 NB Suspended because the P4DTI is obsolete. |