Skip to content

Commit 82f21d8

Browse files
Update linux-upgrade-sles.md
Modified as per Diego suggestions
1 parent 038ca1b commit 82f21d8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

support/azure/virtual-machines/linux/linux-upgrade-sles.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ You can also find the output in the `/var/log/messages` or `/var/log/distro-migr
550550

551551
### Cause
552552

553-
Mid of 2023, SUSE has changed the GPG signing key for the SUSE Linux Enterprise 15 products, and products based on those (SUSE Enterprise Storage, SUSE Manager, SUSE CaaSP) to the RSA 4096 bit key as specified in SUSE article [https://www.suse.com/support/security/keys/](https://www.suse.com/support/security/keys).
553+
Mid of 2023, SUSE has changed the GPG signing key for the SUSE Linux Enterprise 15 products, and products based on those (SUSE Enterprise Storage, SUSE Manager, SUSE CaaSP) to the RSA 4096 bit key as specified in SUSE article [SUSE Signing Keys](https://www.suse.com/support/security/keys).
554554

555555
### Resolution
556556

@@ -618,9 +618,7 @@ gpg-pubkey-3fa1d6ce-63c9481c
618618
```bash
619619
sudo zypper migration -v
620620
```
621-
```output
622-
.
623-
.
621+
```output
624622
All repositories have been refreshed.
625623
Installed products:
626624
SLES/15.3/x86_64
@@ -920,7 +918,7 @@ There are running programs which still use files and libraries deleted or update
920918
Since the last system boot core libraries or services have been updated.
921919
Reboot is suggested to ensure that your system benefits from these updates.
922920
```
923-
7. Verify successful execution of migration.
921+
7. Verify the successful execution of the migration by running the following command. In the example below, an output of `0` indicates that the migration completed successfully. A non-zero return value signifies that an issue occurred. You can also review `/var/log/zypper.log` for detailed status and error messages.
924922
```bash
925923
sudo echo $?
926924
```

0 commit comments

Comments
 (0)