Bug 1170627
| Summary: | doc/preparations.txt says PostgreSQL database will be at /var/lib/pgsql | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Lukas Pramuk <lpramuk> |
| Component: | Upgrades | Assignee: | Tomáš Kašpárek <tkasparek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Studeník <pstudeni> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 570 | CC: | cperry, pstudeni |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rhn-upgrade-5.7.0.14-1-sat | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-13 10:25:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1128174 | ||
With the release of Red Hat Satellite 5.7 on January 12th 2015 this bug is being moved to a Closed Current Release state. The Satellite 5.7 GA Errata: - https://rhn.redhat.com/errata/RHSA-2015-0033.html Satellite 5.7 Release Notes: - https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html-single/Release_Notes/index.html Satellite Customer Portal Blog announcement for release: - https://access.redhat.com/blogs/1169563/posts/1315743 Cliff NOTE: This bug has not been re-verified (moved to RELEASE_PENDING) prior to release. We assume that the bug has indeed been fixed and not regressed since we initially verified it. Please re-open in the future if needed. |
Description of problem: doc/preparations.txt step #7 says that PostgreSQL database (embedded/managed) will be at /var/lib/pgsql. That's incorrect. It will be at /opt/rh/postgresql92/root/var/lib/pgsql Version-Release number of selected component (if applicable): rhn-upgrade-5.7.0.10-1.el6sat.noarch How reproducible: 100% Steps to Reproduce: 1. # less /etc/sysconfig/rhn/satellite-upgrade/doc/preparations.txt 2. advance to step 7. ---8<--------------- If you are migrating to embedded or managed PostgreSQL database, the database will be storing its data in the following directory: /var/lib/pgsql 8. Verify that there will not be any entitlement issues during the upgrade. ---8<--------------- Actual results: /var/lib/pgsql Expected results: /opt/rh/postgresql92/root/var/lib/pgsql