From Fedora Project Wiki

(→‎mysql: add some cautions about upgrading to mysql 5.1)
No edit summary
(36 intermediate revisions by 10 users not shown)
Line 1: Line 1:
== Database Servers ==
{{header|docs}}
{{Docs_beat_closed}}


Fedora includes both the MySQL and PostgreSQL database servers.
[[Category:Docs Project]]
 
[[Category:Draft documentation]]
{{admon/tip|Maybe you know what should be on this page?|The Fedora release notes are a collective effort of dozens of people.  You can contribute by editing the wiki page that corresponds to this part of the release notes.}}
[[Category:Documentation beats]]
 
=== mysql ===
 
MySQL has been updated to 5.1.x.  This represents a major version upgrade from Fedora 10's 5.0.x release series.
You should test database-using applications for possible incompatibilities.  Upstream's release notes can be found at
[http://dev.mysql.com/doc/refman/5.1/en/news-5-1-x.html].
 
If you are upgrading a Fedora 10 installation that includes a live 5.0.x MySQL database, don't forget to run mysql_upgrade after completing the software upgrade.  There is a [https://bugzilla.redhat.com/show_bug.cgi?id=493160 report] that this may fail altogether if the 5.0.x database had been updated from an even older installation without running mysql_upgrade at the time.  If you think this might be the case for your database, it is prudent to run mysql_upgrade on the Fedora 10 installation before upgrading.  (And, of course, you should have backups if the database content is at all critical.)
 
=== postgresql ===
 
Fedora 11 includes version 8.3.6 of  postgreSQL.
 
A dump/restore is not required for those running 8.3.X. However, it is recommended to REINDEX all GiST indexes after the upgrade.
 
 
 
<noinclude>
[[Category:Docs_Project]]
[[Category:Documentation_Beats]]
[[Category:Release Notes]]
<noinclude>

Revision as of 04:56, 8 May 2013

DocsProject Header docTeam1.png
Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.