i found a new version on my sld download portal, but no documentation and no advice how to upgrade/migrate from a older appliance 24.3
Thanks for help
cg
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
i found a new version on my sld download portal, but no documentation and no advice how to upgrade/migrate from a older appliance 24.3
Thanks for help
cg
You can upgrade thru Product Upgrade Channel:
Thanks Gonzola, this is the way i had used and nothing is coming!
may be not released as other product or i am to early, to old, not enough experimented!
maybe coming for christmas!
Hi Claude
i've just upgraded two appliances today from 24.3 to 24.4 thru the channel. On the product upgrade menu, you'll get the enabled migration patch. Once applied, you will be able to upgrade to 24.4. Make sure your appliance is correctly registered to the channels to the enabled migration patch. during the process you'll ask to register your appliance again. you have to do it using the same code as your currently use.
Hi Gonzalo, yes, this is correct, this work now this evening
yesterday and this Morning nothing is coming over the Channel and yes, i Must Register again with the same registration key update/Upgrade Runs Long time, will see the result later or tomorrow!
Information, Documentation and coordination must be better by OT!
after upgrade and reboot, then zypper up
The follwoing 2 packages will not be installed:
ghostscript libstdc++6
anybody has the same situation? and know how to solve this?
Thanks
This is not a problem. probably the installed version is the good one. Type:
zypper info libstdc++6
and it will tell you why it is not installing it
login as: root
Keyboard-interactive authentication prompts from server:
| Password:
End of keyboard-interactive prompts from server
Last login: Mon Nov 4 20:37:13 2024
cgcs-iprint:~ # zypper info libstdc++6
Refreshing service 'nu_novell_com'.
Loading repository data...
Reading installed packages...
Information for package libstdc++6:
-----------------------------------
Repository : iPrint-24.4-Pool
Name : libstdc++6
Version : 13.3.0+git8781-150000.1.12.1
Arch : x86_64
Vendor : SUSE LLC <https://www.suse.com/>
Support Level : Level 3
Installed Size : 2.3 MiB
Installed : Yes (automatically)
Status : out-of-date (version 13.2.1+git8285-150000.1.9.1 installed)
Source package : gcc13-13.3.0+git8781-150000.1.12.1.src
Upstream URL : https://gcc.gnu.org/
Summary : The standard C++ shared library
Description :
The standard C++ library, needed for dynamically linked C++ programs.
cgcs-iprint:~ #
i do not see this issue on my appliances but it can be due to libstdc++6-pp
Type:
zypper search -s libstdc++6
and paste the results
Then type:
zypper verify
and paste the results
cgcs-iprint:~ # zypper search -s libstdc++6
Refreshing service 'nu_novell_com'.
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+---------------+---------+------------------------------+--------+-----------------------------
v | libstdc++6 | package | 13.3.0+git8781-150000.1.12.1 | x86_64 | iPrint-24.4-Pool
i | libstdc++6 | package | 13.2.1+git8285-150000.1.9.1 | x86_64 | iPrint-23.4-Platform-Updates
v | libstdc++6 | package | 12.3.0+git1204-150000.1.16.1 | x86_64 | iPrint-23.4-Pool
i | libstdc++6-pp | package | 13.2.1+git8285-150000.1.9.1 | x86_64 | iPrint-23.4-Platform-Updates
Note: For an extended search including not yet activated remote resources please use 'zypper
search-packages'.
cgcs-iprint:~ # zypper verify
Refreshing service 'nu_novell_com'.
Loading repository data...
Reading installed packages...
Dependencies of all installed packages are satisfied.
cgcs-iprint:~ #