Skip to content

Commit a76d6fc

Browse files
committed
Changes to file names.
1 parent cb1f1cf commit a76d6fc

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

modules/installation-and-upgrade/pages/container-deployment/suma/server-migration-suma.adoc

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Migrating the {productname} Server to a Containerized Environment
1+
= {productname} Server Migration to a Containerized Environment
22
ifeval::[{uyuni-content} == true]
33
:noindex:
44
endif::[]
@@ -62,14 +62,11 @@ After the migration, it will be necessary to manually update the DHCP and DNS re
6262
.Procedure: Initial preparation on the 4.3 server
6363
. Stop the {productname} services:
6464
+
65-
6665
----
6766
spacewalk-service stop
6867
----
69-
7068
. Stop the PostgreSQL service:
7169
+
72-
7370
----
7471
systemctl stop postgresql
7572
----
@@ -84,14 +81,11 @@ The migration process will take care of the server installation.
8481
. Ensure that for [systemitem]``root`` an SSH key exists on the new {productnumber} server.
8582
If a key does not exist, create it with:
8683
+
87-
8884
----
8985
ssh-keygen -t rsa
9086
----
91-
9287
. The SSH configuration and agent should be ready on the new server for a passwordless connection to the 4.3 server.
9388
+
94-
9589
[NOTE]
9690
====
9791
To establish a passwordless connection, the migration script relies on an SSH agent running on the new server.
@@ -103,12 +97,10 @@ You will be prompted to enter the password for the private key during this proce
10397
. Copy the public SSH key to the {productname} 4.3 Server ([literal]``<oldserver.fqdn>``) with [command]``ssh-copy-id``.
10498
Replace [literal]``<oldserver.fqdn>`` with the FQDN of the 4.3 server:
10599
+
106-
107100
----
108101
ssh-copy-id <old server.fqdn>
109102
----
110103
+
111-
112104
The SSH key will be copied into the old server's [path]``~/.ssh/authorized_keys`` file.
113105
For more information, see the [literal]``ssh-copy-id`` manpage.
114106
+
@@ -129,8 +121,7 @@ For more information, see the [literal]``ssh-copy-id`` manpage.
129121

130122
When planning your migration from {productname} 4.3 to {productname} 5.0, ensure that your target instance meets or exceeds the specifications of the old setup.
131123

132-
This includes, but is not limited to, [literal]``Memory (RAM)``, [literal]``CPU Cores``, [literal]``Storage``, and [literal]``Network Bandwidth``.
133-
124+
This includes, but is not limited to, memory (RAM), CPU Cores, Storage, and Network Bandwidth.
134125

135126
.Procedure: Performing the Migration
136127
. This step is optional.
@@ -140,7 +131,6 @@ This tool simplifies creating the container storage and database volumes.
140131

141132
** Use the command in the following manner:
142133
+
143-
144134
----
145135
mgr-storage-server <storage-disk-device> [<database-disk-device>]
146136
----
@@ -160,11 +150,9 @@ For more information, see xref:installation-and-upgrade:container-management/per
160150
. Execute the following command to install a new {productname} server.
161151
Replace [literal]``<oldserver.fqdn>`` with the FQDN of the 4.3 server:
162152
+
163-
164153
----
165154
mgradm migrate podman <oldserver.fqdn>
166155
----
167-
168156
. Migrate trusted SSL CA certificates.
169157

170158

@@ -180,7 +168,6 @@ Because {suse} does not install RPM packages in the container, the administrator
180168
For example, as [path]``/local/ca.file``.
181169
. Copy the file into the container with:
182170
+
183-
184171
----
185172
mgrctl cp /local/ca.file server:/etc/pki/trust/anchors/
186173
----

modules/installation-and-upgrade/pages/container-management/updating-proxy-containers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Update Containers
1+
= Proxy Upgrade
22

33
Before running the upgrade command, it is recommended to upgrade the [literal]``mgrpxy`` tool first.
44

modules/installation-and-upgrade/pages/container-management/updating-server-containers.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
= Update Containers
1+
= Server Upgrade
22

33
Before running the upgrade command, it is recommended to upgrade the [literal]``mgradm`` tool first.
44

5+
.Procedure
56
. One can do so by running the following command:
67
+
78
----

0 commit comments

Comments
 (0)