Is it possible to migrate Odoo 9 EE to Odoo 10 CE? - upgrade

I've odoo9 EE installed, I wanna migrate it to odoo 10 CE.
So, as developer, is there any tutorial may help me to do that ?
Thanks.

It is possible. Being on Enterprise you should get free upgrade to the latest Odoo every year(in most cases). However, if you want to migrate to community and upgrade to 10.0 the flow would be:
- Uninstall enterprise modules so the Odoo has the same specs as community
- create a backup and install it on the Odoo 9CE
- migrate to version 10(for example using open-upgrade script)

Related

Redhat stopped CentOS 7 updates, Do we need to upgrade to CentOS 8 Stream version?

We are using 'CentOS Linux release 7.9.2009 (Core)' for production servers. But it seems that Redhat stopped Centos 7 full updates from November 2020 onwards. We are in confusion do we need to upgrade to CentOS 8 or Centos Stream?, As per Centos / wiki official docs. They were providing full/maintenance support for Centos 8 Stream still 2024. Is this Centos 8 Steam version is stable or can we continue with Centos 7 maintenance version?
Reference URLS :
https://wiki.centos.org/About/Product,
https://en.wikipedia.org/wiki/CentOS#CentOS_version_7
In my career i have seen prod servers even running on Solaris 11 which was released 10 years ago and has no support now.
This usually depends, whether the underlying dependencies required by your application change/requires to be updated frequently or not,
If yes - Go with supported version.( which will also run out of support :D )
If No - Stay where you are. ( Best choice Mostly )

How to update wamp 2.5 to 3.0.6

I want to update my wamp server from 2.5 to 3.0.6 because I need PHP 5.6 or above for a project. But there are a lot of databases and projects on wamp 2.5, so I want to update it instead of uninstalling older version and install wamp 3.0
What is the simple and best way to achieve it??
You can upgrade WAMPServer 2.5 directly to WAMPServer 3.0.3 and from there to the latest version which is V3.0.9 (at the time or writing this answer). This version has PHP7.0 already installed in it, and many ADDON versions of PHP available if the version that comes with WAMPServer install is not the one you want including PHP7.1.
See the backup repo for WAMPServer
Download WAMPServer 3.0.3 which allows a direct upgrade from WAMPServer 2.5
Then upgrade WAMPServer to V3.0.9.
Then ADDON whichever version of PHP / Apache / MySQL / MariaDB that you want to use.
Then backup your databases, using your existing version of MYSQL.
Then switch to which ever version of MySQL you now want to use, and restore all your databases.

Pros and cons while migration infosphere 8.7 FixPack1 to 11.3 version?

I am working on data stage application usinf InfoSphere 8.7 FixPack tool. Now I am planning to migrate to InfoSphere 11.3 version.
Could you please suggest me the pros and cons which I need to know before migration?
Thanks,
Venkat
I am new on this, and I am migrating from 8.5 To 11.3. Something I learned is not to bother migrating your .ds files, because they won't work with the newer version. Also be sure to install a g++ compiler in your new server.

ATG Dynamo - Not able to get installable for ATG 9.1

I want to start working with ATG Commerce. I tried to downloaded from the link: https://edelivery.oracle.com/EPD/Search/handle_go
Looking at the compatibility, I want to work with ATG 9.1, JBoss 4.2.0, JDK1.5
But I see the only below versions of ATG are available in the above link. I did not find the ATG 9.12. Can you please help with the link where I can get ATG 9.1?
Select Description Release Part Number Updated # Parts / Size
Oracle ATG Web Commerce (2007.4) Media Pack for Microsoft Windows 2007.4.0.0.0 B65809-01 DEC-30-2011 10 /1.9G
Oracle ATG Web Commerce (10.0.3) Media Pack for Microsoft Windows 10.0.3.0.0 B64715-01 NOV-02-2011 11 /2.8G
Oracle ATG Web Commerce (9.4) Media Pack for Microsoft Windows 9.4.0.0.0 B65233-01 NOV-09-2011 12 /2.6G
ATG 9.4 is the only 9.X version Oracle is supporting. You can probably find 9.1 if you ask around, people will likely have installers. 9.4 should work pretty closely with 9.1.
If you are up for ATG.. use the latest one (10.1 as of now), the new versions are more feature rich.
If there is any specific reason for using jboss 4 and jdk 1.5 then its a different story.

upgrade database postgresql on jira confluence astlassian application 64bit .

I want to upgrade database postgresql from version 8.3 to 9.0 on Jira application.
Which RPM should be used to work with Suse SLES10.3 64bit?
How to install Postgresql 9.0 in parallel to Postgresql 8.1?
The best bet to find packages for SUSE distributions is the openSUSE Build Service. The direct links there are a bit of a pain, so please look for yourself.
Parallel installation of multiple major PostgreSQL versions is not yet possible using SUSE RPMs. If you need to do that, you will probably need to build from source.