Error with weblogic upgrade from 10.3 to 12.1.1 - weblogic

I'm trying to upgrade weblogic 10.3 to 12.1.1 but I'm receiving the following error, could someone have an idea about this? I am not very clear about the error.
I tried to upgrade first to 10.3.6 and I receive the same error

Direct upgrade from 10.x to 12c is not possible. You have to first upgrade to 10.3.x and then from 10.3.x to 12c.
See this documentation for details.
The 12.1.1 version is out of date, you should consider upgrading to 12.2.1.4 or 14.1.1 instead.

I could solve the problem, as Emmanuel told me, I needed to install another version, I could find an installer to upgrade to 10.3.6, then I could install the version 12.1.1

Related

Typo3 6.2 Upgrade Version Matrix Issue

I am trying to upgrade from Typo3 6.2 to a later version (to be determined). When I run the Core Update in the install tool the 'Fetched list of released versions' works, however, it is then followed by a 'General error'. In the log, this is the error:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1380898792: No version matrix found in registry, call updateVersionMatrix() first. | TYPO3\CMS\Install\Service\Exception\CoreVersionServiceException thrown in file /home/usr/public_html/typo3/sysext/install/Classes/Service/CoreVersionService.php in line 271. Requested URL: https://domain.dev/typo3/sysext/install/Start/Install.php?install[action]=importantActions&install[context]=backend&install[controller]=tool&install%5Bcontroller%5D=ajax&install%5Baction%5D=coreUpdateIsUpdateAvailable&_=1608549770287
I have looked around for ages and can't find a fix that works. I will be very grateful for any help, please.
I don't think that you can update such an old Version by the install-tool update mechanism any more. since that version a lot has changed.
newer versions of 6.2 are only available as paid service (ELTS) from the TYPO3 GmbH.
And I think the server structure also changed meanwhile so that old ULRs might fail.
your way of update should be a manual update to (any outdated version of) 7 LTS, then the same for 8 LTS until you come to 9 LTS and 10 LTS
on each version do the upgrade wizards and fresh up the extensions if possible (including the upgrade wizards of the extensions).
individual extensions need their own updates.
use the deprecation log on each version to identify possible failures for the next TYPO3 version.
somewhere between you might change the installation to composer installation, which will result in a cleaner update way (if you are familiar with composer). for the future it will be very helpful to understand composer.

SQL Packager error : Database version 'a.b.c' not supported

We are trying to upgrade the database from 2.8.1 to 2.9.0, while doing so thru' SQL Packager tool we get error: Database version '2.8.2' not supported. Am quite new to it and not sure how to resolve this and where to get more details from. The tool was working fine till now for lower versions. Any leads in resolving this is much appreciated!!
The mentioned issue is resolved. It was due to presence of older version of scripts.

How to downgrade version from 4.5.X to 4.4.X

I upgraded the mettermost version from 4.4.1 to 4.5.
However, I got the error...
So, I tried to downgrade the version to 4.4.1, but the mattermost said "The database schema of the older version isn't supported".
Does anyone know how we should modify the database schema.
※browser: FireFox ESR 52
Unfortunately you can't downgrade a Mattermost install to a previous version through any officially supported path. You will need to revert to the database backup from before the upgrade in order to go back to version 4.4.
However, for the specific versions in question (reverting from 4.5 to 4.4) it is possible to do a downgrade as there are no database schema changes between these two versions. You will need to run the following SQL command in your Mattermost database:
UPDATE Systems SET Value='4.4.0' WHERE Name='Version';
You should then be able to run Mattermost 4.4.1 successfully on that database.

How to Downgrade From MariaDB 10.2 to 10.1 on a cPanel Server?

I've installed MariaDB 10.2 on a cPanel server using this procedure:
https://confluence2.cpanel.net/display/CKB/How+to+Replace+MySQL+with+MariaDB
But now, I want to downgrade to 10.1 since 10.2 isn't handled by cPanel / WHM.
I know it's technically impossible to "downgrade" so I want to uninstall 10.2 and then install 10.1 from WHM. I will restore the database from a SQL dump afterward.
Any way to do this? How do I uninstall 10.2 and get WHM to install 10.1? I want cPanel/WHM to handle the future MariaDB upgrades.
Thanks in advance!
It's quite strange you were able to install MariaDB 10.2 since the upgrade procedure from WHM only allows you to install MariaDB 10.x or MariaDB 10.1.x. If that happened then you probably have other CentOS repos added on the WHM server (like rpmforge/epel etc).
Do you experience any issues with the websites hosted on that server because of MariaDB 10.2 or you just want to be complaint with the recommended versions?!
As a downgrade procedure you will have to manually remove the .rpm packages for MariaDB 10.2 then download the MariaDB 10.1 packages and manually install them (you will need the yum download only plugin in order to save the .rpm packages without actually installing them).
I don't know the exact names of those packages but I think it would be better to open a support request on cPanel forums and the cPanel staff guys from there could connect to your server and help you with your issue.

Monotouch: Downgrade to 3.2.6 (More Stable) Version

Since MT 4 version still has some bugs for WCF services, I would downgrade it to 3.2.6.
I've recovered this old version but now it doesn't work because I have a more recent mono-framework version. What steps do I have to follow for disinstalling mono-framework 2.10.1_3 and recovering the old one?
Thank you. Regards.
Update: For those interested in, rembember to uninstall previous mono version. See this link: Uninstall Mono
Old mono-framework will recognize, that you are installing an older version over an newer one and prompt you to continue