|
|
(5 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {{header|docs}}{{Docs_beat_open}} | | {{header|docs}} |
| | |
| | {{Docs_beat_closed}} |
| | |
| [[Category:Docs Project]] | | [[Category:Docs Project]] |
| [[Category:Draft documentation]] | | [[Category:Draft documentation]] |
| [[Category:Documentation beats]] | | [[Category:Documentation beats]] |
|
| |
| == 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 [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.
| |
|
| |
| 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.
| |