From Fedora Project Wiki

(sqlite)
(40 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{header|docs}}{{Docs_beat_open}}
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]


== PostgreSQL 9.4.1 ==


=== db4 ===
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.


Fedora 13 includes version 4.8.26 of the Berkeley {{package|db4}} database. This release features improved performance, a new, db_sql tool, and additional APIs.
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.
 
 
=== mysql ===
 
{{package|mysql}} has been updated to 5.1.44 (from 5.1.39).  This release includes new replication capability.  Refer to the MySQL release notes at http://lists.mysql.com/announce/664, http://lists.mysql.com/announce/660, http://lists.mysql.com/announce/654, http://lists.mysql.com/announce/645, and http://lists.mysql.com/announce/639 for additional details.
 
 
=== postgresql ===
 
{{package|postgresql}} has been updated to 8.4.2.  Although this is primarily a bug fix release, if you have any hash indixes, you should REINDEX those tables after upgrading (no dump is required).  For a complete listing of bug fixes refer to http://www.postgresql.org/docs/8.4/static/release-8-4-2.html;
 
 
=== sqlite ===
 
For Fedora 13, {{package|sqlite}} has been upgraded from 3.6.17 to 3.6.23.  This release adds a number of new pragmas and functions, as well as many fixes.  Refer to http://www.sqlite.org/changes.html for a complete list of changes.
 
 
 
<noinclude>[[Category:Release Notes]]<noinclude>
[[Category:Documentation_beats]]

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.