From Fedora Project Wiki

fp-wiki>ImportUser
(Imported from MoinMoin)
 
(72 intermediate revisions by 18 users not shown)
Line 1: Line 1:
<pre>#!html
{{header|docs}}{{Docs_beat_open}}
==Database Servers==</pre>
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]


=== MySQL ===
== PostgreSQL 9.4.1 ==


Fedora now provides MySQL {{Template:DocsDict/mysqlVer}}
In Fedora 22, the '''postgresql''' packages have been updated to the upstream version 9.4.1, which provides various bug fixes and enhancements described on upstream [http://www.postgresql.org/docs/9.4/static/release-9-4.html 9.4.0 release notes] and [http://www.postgresql.org/docs/9.4/static/release-9-4-1.html 9.4.1 release notes] pages.
. For a list of the enhancements provided by this version, refer to http://dev.mysql.com/doc/refman/5.0/en/mysql-nutshell.html.
 
For more information on upgrading databases from previous releases of MySQL, refer to the MySQL website at http://dev.mysql.com/doc/refman/5.0/en/upgrade.html.


==== DBD Driver ====
Migration to new PostgreSQL version may be done by running of the post-upgrade script <code>postgresql-setup</code> (meaning that you may firstly update your Fedora installation from version 21 to 22 and then perform database stack update). Users are encouraged to do full database dump (for backup purposes) before Fedora upgrade to 22. For more info about migration look into the <code>README.rpm-dist</code> file distributed in <code>postgresql</code> package.
 
The MySQL DBD driver has been dual-licensed and the related licensing issues have been [https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=222237 resolved] .  The resulting <code>apr-util-mysql</code> package is now included in the Fedora software repositories.
 
=== PostgreSQL ===
 
This release of Fedora includes PostgreSQL {{Template:DocsDict/postsqlVer}}
  . For more information on this new version, refer to http://www.postgresql.org/docs/8.3/static/release-8-3.html.
 
Admonition("important", "Upgrading Databases", "Before upgrading an existing Fedora system with a PostgreSQL database, check and then follow, if necessary, the procedure described at http://www.postgresql.org/docs/8.3/interactive/install-upgrading.html. Otherwise the data may be not accessible by the new version of PostgreSQL.")

Revision as of 12:04, 17 February 2015

DocsProject Header docTeam1.png
Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer

PostgreSQL 9.4.1

In Fedora 22, the postgresql packages have been updated to the upstream version 9.4.1, which provides various bug fixes and enhancements described on upstream 9.4.0 release notes and 9.4.1 release notes pages.

Migration to new PostgreSQL version may be done by running of the post-upgrade script postgresql-setup (meaning that you may firstly update your Fedora installation from version 21 to 22 and then perform database stack update). Users are encouraged to do full database dump (for backup purposes) before Fedora upgrade to 22. For more info about migration look into the README.rpm-dist file distributed in postgresql package.