-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current structure of the migration section makes it a little difficult to navigate. Based on the feedback, the following changes are being made: - Split the migration section into two, so that it is more readable. - Push cloning to the top, as this is one of the easier methods. JIRA: https://issues.redhat.com/browse/SAT-29194
- Loading branch information
Akshay Gadhave
committed
Jan 13, 2025
1 parent
8975474
commit 3257fbf
Showing
4 changed files
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
include::modules/con_upgrading-el-on-project-or-proxy.adoc[] | ||
|
||
include::modules/proc_upgrading-project-or-proxy-in-place-using-leapp.adoc[leveloffset=+1] | ||
include::modules/proc_migrating-project-or-smartproxy-using-clone.adoc[leveloffset=+1] | ||
|
||
include::modules/proc_migrating-project-or-smartproxy-using-backup-restore.adoc[leveloffset=+1] | ||
|
||
include::modules/proc_migrating-project-or-smartproxy-using-backup.adoc[leveloffset=+1] | ||
include::modules/proc_upgrading-project-or-proxy-in-place-using-leapp.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
guides/common/modules/proc_migrating-project-or-smartproxy-using-clone.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[id="migrating-{project-context}-or-proxy-using-clone_{context}"] | ||
= Migrating {Project} or {SmartProxy} to {EL-abbr}{nbsp}9 using clone | ||
|
||
You can clone your existing {ProjectServer} and {SmartProxyServer} from {EL}{nbsp}8 to a freshly installed {EL}{nbsp}9 system. | ||
ifdef::satellite[] | ||
Create a backup of the existing {ProjectServer} and {SmartProxyServer}, which you then clone on the new {EL}{nbsp}9 system. | ||
[NOTE] | ||
==== | ||
You can use cloning for {ProjectServer} backups but not for {SmartProxyServer} backups. | ||
==== | ||
endif::[] | ||
|
||
.Procedure | ||
. Perform a full backup of your {ProjectServer} or {SmartProxy}. | ||
This is the source {EL}{nbsp}8 server that you are migrating. | ||
For more information, see {AdministeringDocURL}backing-up-{project-context}-server-and-{smart-proxy-context}_admin#Performing_a_Full_Backup_admin[Performing a full backup of {ProjectServer} or {SmartProxyServer}] in _{AdministeringDocTitle}_. | ||
. Deploy a system with {EL}{nbsp}9 and the same hostname and configuration as the source server. | ||
This is the target server. | ||
ifdef::satellite[] | ||
. Clone the server. | ||
Clone configures hostname for the target server and you can test it before retiring the source server. | ||
For more information, see {AdministeringDocURL}sec-Cloning_to_Target[Cloning to the target server] in _{AdministeringDocTitle}_endif::[] |