Skip to content

Commit 5db9e29

Browse files
committed
rhpam version changes implemented
1 parent d2128c5 commit 5db9e29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

migration-guide/redhat-to-ibm.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,20 +432,20 @@ They are all mapped by the version progression, so it will be fairly quick.
432432
So, for instance, if you are running a PostgreSQL database, you must do the following:
433433

434434
. Connect to your database instance using your method of preference.
435-
. Apply the SQL scripts appropriate for the version you are migrating from up to RHPAM 7.13.
435+
. Apply the SQL scripts appropriate for the version you are migrating from up to RHPAM 7.13.x
436436

437437
[source,shell,subs="attributes+"]
438438
----
439439
...
440+
$ psql -h $dbhost -U $user < rhpam-7.11-to-7.12.sql
441+
$ psql -h $dbhost -U $user < rhpam-7.12-to-7.13.sql
440442
$ psql -h $dbhost -U $user < rhpam-7.13-to-7.13.1.sql
441-
$ psql -h $dbhost -U $user < rhpam-7.13.1-to-7.13.2.sql
442-
$ psql -h $dbhost -U $user < rhpam-7.13.2-to-7.13.3.sql
443443
...
444444
----
445445

446446
[NOTE]
447447
====
448-
{PRODUCT_SHORT} version {VERSION_80}'s database is compatible with {RH_PAM} 7.13, so all you need to do is to update the database to that level, and you will be set to migrate the rest of your application.
448+
{PRODUCT_SHORT} version {VERSION_80}'s database is compatible with {RH_PAM} 7.13.x, so all you need to do is to update the database to that level, and you will be set to migrate the rest of your application.
449449
====
450450

451451
Once you have executed these SQL statements, your datasource is now up to date.

0 commit comments

Comments
 (0)