Closed Bug 338439 Opened 19 years ago Closed 18 years ago

FAQ answers could do with some updating

Categories

(Bugzilla :: Documentation, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 3.0

People

(Reporter: c1541, Assigned: sam.folkwilliams)

References

()

Details

Attachments

(1 file, 6 obsolete files)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3 A.1.7. Why MySQL? I'm interested in seeing Bugzilla run on PostgreSQL/Sybase/Oracle/Msql/MSSQL. QUICK CHANGE: There is currently work in progress to make Bugzilla work on PostgreSQL; track the progress of this initiative in bug 98304. TO: From version 2.20 onwards, Bugzilla also works with PostgreSQL. *could probably do with a more detailed change though* A.2.9. Are there any backup features provided? REPLACE: MySQL, the database back-end for Bugzilla, allows hot-backup of data. You can find strategies for dealing with backup considerations at http://www.mysql.com/doc/B/a/Backup.html. WITH: You should use the backup options that were supplied with your database platform. Documentation for dealing with backups in MySQL are at http://www.mysql.com/doc/B/a/Backup.html and for PostgreSQL are at http://www.postgresql.org/docs/8.0/static/backup.html. A.3.2. Can users be on the system while a backup is in progress? REPLACE: Yes, but commits to the database must wait until the tables are unlocked. Bugzilla databases are typically very small, and backups routinely take less than a minute. If your database is larger, you may want to look into alternate backup techniques, such as database replication, or backing up from a read-only mirror. (Read up on these in the MySQL docs on the MySQL site.) WITH: Refer to your database platform documentation for details on how to do hot backups. Documentation for dealing with backups in MySQL are at http://www.mysql.com/doc/B/a/Backup.html and for PostgreSQL are at http://www.postgresql.org/docs/8.0/static/backup.html. A.3.5. How do I move a Bugzilla installation from one machine to another? May want to either add notes for PostgresSQL backups & restores or remove the mySQL notes & just refer users to the database documentation as in A.2.9 & A.3.2 Reproducible: Always
You know, actually, RSZ moved the whole FAQ to the Wiki, and I think that might be a good place for it to live permanently. What do people say about removing the FAQ from the normal docs entirely, and only linking to the Wiki?
(In reply to comment #1) > What do people say about removing the FAQ from the normal docs entirely, and > only linking to the Wiki? I'm against it.
I'm against it too.
At least the A.1.7 section needs to be updated.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: http://www.bugzilla.org/docs/tip/html/faq.html answers could do with some updating. → FAQ answers could do with some updating
Colin, vladd, it's a shame to have Q and A such as what is /usr/bin/bonsaitools/perl which no longer exists since Bugzilla 2.16 as well as saying we don't support PostgreSQL, etc... (the examples are numerous). Could one of you take some tens of minutes to update them? Many thanks!
Severity: normal → major
Attached patch Updates to the FAQs. (obsolete) — Splinter Review
Attachment #231380 - Flags: review?
Status: NEW → ASSIGNED
Assignee: documentation → jhulten
Attachment #231380 - Attachment is obsolete: true
Attachment #231716 - Flags: review?(documentation)
Attachment #231380 - Flags: review?
Comment on attachment 231716 [details] [diff] [review] Changed all http to https for bmo I've visually glanced at this (will run it through the generator later) and it looks ok. One nit I have is that MySQL Control Centre doesn't exist anymore (the page diverts you elsewhere)...
Comment on attachment 231716 [details] [diff] [review] Changed all http to https for bmo >@@ -167,11 +167,7 @@ > <para> > MySQL was originally chosen because it is free, easy to install, > and was available for the hardware Netscape intended to run it on. >+ PostgreSQL support has been added to Bugzilla as of version 2.20. > </para> Why this indentation? >@@ -181,21 +177,19 @@ > <para> > Red Hat once ran a version of Bugzilla that worked on Oracle, > but that was long, long ago; that version (Bugzilla 2.8) is > now obsolete, insecure, and totally unsupported. Red Hat's >+ current Bugzilla (based on Bugzilla 2.17.1) uses PostgreSQL. >+ At this time we know of no recent ports of Bugzilla to Oracle. >+ (In our honest opinion, Bugzilla doesn't need what Oracle offers.) > </para> The comment in parens should be removed. It's not the right place to say that you don't like Oracle, especially because we might have Oracle support for 3.0. Moreover, RH now uses Bugzilla 2.18, not 2.17.1. >@@ -211,15 +205,13 @@ > <para> > Bugzilla used to have the path to perl on the shebang line set >+ to <filename>/usr/bonsaitools/bin/perl</filename>. This location >+ was abandoned for the 2.18 release in favor of the more sensible >+ <filename>/usr/bin/perl</filename>. If you installed an older >+ version of Bugzilla and created the symlink we suggested, you can >+ remove it now (provided that you don't have anything else, such as >+ Bonsai, using it and you don't intend to reinstall an older version >+ of Bugzilla). > </para> None of our supported branches uses /usr/bonsaitools/bin/perl. We should remove this section completely.
Attachment #231716 - Flags: review?(documentation) → review-
Flags: blocking3.0?
I'd definitely like to see this get fixed, but I'd still release 3.0 if it wasn't, so it's not a blocker.
Flags: blocking3.0? → blocking3.0-
Severity: major → normal
Any progress on this one? Some questions and/or answers are really obsolete.
I'll take this and work on it this week... -Sam
Assignee: jhulten → sam.folkwilliams
Status: ASSIGNED → NEW
Attached patch updated FAQ patch (obsolete) — Splinter Review
I'm attaching the first go at an updated patch. This patch takes the previous patch, updates a few things that have changed since that patch was done, and incorporates the comments given on that patch. In addition, I updated the bit about SELinux and some other odds and ends. Note i haven't had time to go through the entire FAQ and I suspect there is more, but taking this one step at a time let's review this...
Attachment #231716 - Attachment is obsolete: true
Attachment #280046 - Flags: review?(documentation)
Comment on attachment 280046 [details] [diff] [review] updated FAQ patch As a quick glance over it, there are lots of links that appear to be changing to https:// ones for no reason... Nothing major appears to jump out at me, but I'll need to have a more thorough look later.
Attachment #280046 - Flags: review?(documentation) → review-
Attached patch removing excess https links (obsolete) — Splinter Review
I believe the idea is for any link that can be https it should be. But, yeah the global find and replace was too much. Took away all those not pointing to bugzilla.org or bugzilla.mozilla.org (which all should work).
Attachment #280046 - Attachment is obsolete: true
Attachment #280059 - Flags: review?(documentation)
Comment on attachment 280059 [details] [diff] [review] removing excess https links >- <question id="faq-mod-perl"> >- <para> >- Does bugzilla run under <filename>mod_perl</filename>? >- </para> >- </question> This part has already been removed in bug 394953.
Attached patch removed duplicate patch (obsolete) — Splinter Review
Oops - forgot to sync my cvs tree. Thanks.
Attachment #280059 - Attachment is obsolete: true
Attachment #280066 - Flags: review?(documentation)
Attachment #280059 - Flags: review?(documentation)
Comment on attachment 280066 [details] [diff] [review] removed duplicate patch Don't https:// links to pages that don't require it - it just causes extra load on the server. The only thing that I can think that should be https:// is links to bugzilla.mozilla.org - not to static content.
Attachment #280066 - Flags: review?(documentation) → review-
Attached patch removed more https (obsolete) — Splinter Review
OK got it - removed more https...
Attachment #280066 - Attachment is obsolete: true
Attachment #280074 - Flags: review?(documentation)
Comment on attachment 280074 [details] [diff] [review] removed more https >+ As of Bugzilla 2.22, complete for stable support for PostgreSQL >+ is included. Is this sentence really correct? > There is no GUI for adding fields to Bugzilla at this > time. You can follow development of this feature in >- <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=91037">bug 91037</ulink> >+ <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=91037">bug 91037</ulink>. >+ Full support for custom fields is slated for Bugzilla 3.0. Custom fields have been implemented in 3.0, and we have an admin page to manage them, so there is a GUI too. >- See the <ulink url="http://dev.mysql.com/doc/mysql/en/mysqldump.html"> >- mysqldump documentation</ulink> for more information on >+ Vendor documentation for backing up a MySQL database can be found at >+ <ulink url="http://www.mysql.com/doc/B/a/Backup.html"/>. Why this URL change? >+ <!-- Should we really even answer this question? I'm commenting this out >+ pending discussion. Seems like we should just delete it. What's the problem here?
adding suggestions
Attachment #280074 - Attachment is obsolete: true
Attachment #280084 - Flags: review?(documentation)
Attachment #280074 - Flags: review?(documentation)
Comment on attachment 280084 [details] [diff] [review] putting in LpSolit's recommendations >+ What databases does Bugzilla run on?. Remove the trailing dot. >- >+--> This should go away (at the end of the mysql security question). Everything else looks good. r=LpSolit. Colin, do you want to look at it too? Note that this patch should only land on trunk and 3.0 as some answers are specific to 3.0+. I don't think 2.22 needs to get a backport, unless you really want to provide one.
Attachment #280084 - Flags: review?(documentation) → review+
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 3.0
Comment on attachment 280084 [details] [diff] [review] putting in LpSolit's recommendations >+ Reference your database vendors documentation for information on >+ backing up and restore your Bugzilla database on a different server. In addition to the previous comments for LpSolit, this bit doesn't make sense. Should probably be: Reference your database vendor's documentation for information on backing up and restoring your Bugzilla database on to a different server.
Attachment #280084 - Flags: review+
Trunk: Checking in xml/faq.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/faq.xml,v <-- faq.xml new revision: 1.51; previous revision: 1.50 done 3.0: Checking in xml/faq.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/faq.xml,v <-- faq.xml new revision: 1.46.2.5; previous revision: 1.46.2.4 done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Bustage fix: Checking in xml/faq.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/faq.xml,v <-- faq.xml new revision: 1.46.2.6; previous revision: 1.46.2.5 done Checking in docs/xml/faq.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/faq.xml,v <-- faq.xml new revision: 1.52; previous revision: 1.51 done
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: