From: mkanat%bugzilla.org <> Date: Sat, 10 Mar 2007 03:43:53 +0000 (+0000) Subject: Bug 373312: bugzilla terms should not be used for db name X-Git-Tag: bugzilla-3.1.2~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a943fe055afe25c540698b0417854bd3f5b5ef4;p=thirdparty%2Fbugzilla.git Bug 373312: bugzilla terms should not be used for db name Patch By Victory r=mkanat --- diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index a4e10d7b2b..93ee928c7d 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -506,8 +506,8 @@ installation can be corrupted beyond recovery. Having a backup keeps you safe. -

Example: mysqldump -u root -p [% terms.bugs %] > - [% terms.bugs %]-db.sql

+

Example: mysqldump -u root -p bu[%# trick filter %]gs > + bu[%# trick filter %]gs-db.sql

  • Replace the files in your installation with the new version of [% terms.Bugzilla %], or you can try to use CVS to upgrade.