influx db 2.x compatible with OMD 2.90? - nagios

I'm using OMD version 2.90 with nagios version 3.5.1 and influxDB 1.6.
Now am I able to update influxDB to 2.x with out losing any existing data on current influx DB ?. will this OMD version support Influx DB 2.x ?
I have tried installing OMD 2.90 and InfluxDb 2.6 but I was not able to create new database using nagflux.

Related

WebLogic 14c compatibility with ORDS

I want to install WebLogic 14c. but I dnt know which ORDS version is compatible with WebLogic 14c.
kindly anyone help regarding compatibility of WebLogic 14-c to ORDS
From Oracle Support, it appears that the last version of ORDS (21.1.1) only supports WLS 12.2.1, 12.1.1 and 10.3.0
ORDS 21.4 (the current latest) does support WebLogic 14c: https://docs.oracle.com/en/database/oracle/oracle-rest-data-services/21.4/aelig/installing-REST-data-services.html#GUID-57B22E09-081E-4326-A9D5-61635B518931
Oracle REST Data Services supports the following Java EE application servers:
Application Server Supported Release
---------------------------------------------------
Oracle WebLogic Server 12c Release 2 (from version 12.2.1.3 and later) and 14c Release and later
Apache Tomcat Release 8.5.x through Release 9.0.x

Configure Liferay 7.0 and WIldfly with Oracle

I have a doubt regarding LIferay 7.0 and Wildfly. I recently found a method to integrate Oracle DB with Liferay but, at least in the example and on my attempts to try it, when I start Wildfly with Liferay it keeps telling me "Unsupported Database Oracle".
The tutorial I followed was this one: https://www.dontesta.it/blog/en/2016/04/13/liferay-7-ce-how-to-add-support-for-oracle-db/
Is that only supported for Tomact? (Like in the example in that tutorial).
Thanks in advance.
The Oracle driver for Liferay 7 CE also works for the bundle with wildfly.
The procedure is very simple:
Build the Oracle Driver for Liferay (by following the guide liferay-portal-oracledb-support)
Download JDBC Oracle driver
Copy JDBC Driver in $LIFERA_HOME/wildfly-10.0.0/modules/com/liferay/portal/main/
Add JDBC Driver ojdbc7.jar as resource in module.xml ($LIFERA_HOME/wildfly-10.0.0/modules/com/liferay/portal/main/)
Copy jar (liferay-portal-oracledb-support-1.0-SNAPSHOT.jar) of the Oracle Driver for Liferay in $LIFERAY_HOME/wildfly-10.0.0/standalone/deployments/ROOT.war/WEB-INF/lib/
Start Liferay
By following the above steps you should be able to install successfully Liferay 7, also you can see this tutorial Liferay 7 Wildfly: How to add support for Oracle DB
I point out the project https://github.com/amusarra/liferay-portal-database-all-in-one-support which groups the support for the three commercial databases for versions 7.0, 7.1 and 7.2 of Liferay.
This project add support to the Oracle Database, SQL Server and IBM DB2 database. Liferay has performed refactorting the code so that it is possible and easy to add support for databases no longer supported OOTB (out-of-the-box). The last version (1.1.4) of the driver works with the Liferay 7.2.1 CE GA2.
You can download the latest version binary jar from Maven Central Repository liferay-portal-database-all-in-one-support (https://search.maven.org/#search%7Cga%7C1%7Cit.dontesta), by doing so you can avoid doing the build.
I invite you to read the article How to build a Docker Liferay 7.2 image with the Oracle Database support (https://www.dontesta.it/en/2019/08/21/how-to-build-a-docker-liferay-7-2-image-with-the-oracle-database-support/) which may be interesting for you.

Firebird, how to convert (or downgrade) an fdb file version from 2.5 to 2.1...?

Please, is there a way to down-convert an fdb file that I am currently using on Firebird Server version 2.5 to a version 2.1.X file?
I have to deliver the fdb file to a user that only has Firebird Server 2.1.X installed.
Assuming you have not used any of the Firebird 2.5 features or syntax there are two options:
Backup the database using the gbak of Firebird 2.5 and restore it under Firebird 2.1 using the gbak of Firebird 2.1,
Recreate the database structure under 2.1 using your DDL scripts (or export the DDL using a tool like flamerobin or IB Expert), and then pump the data from the Firebird 2.5 database to Firebird 2.1 using a data pump tool.
You could also try to convince your client to upgrade to Firebird 2.5 (or Firebird 3), because Firebird 2.1 is no longer supported and not receiving updates.

Where can I download the jar file for DB2 version 8.2?

Where can I download the jar file for DB2 version 8.2 ?
I could find the latest version but not the 8.2 version on IBM's page
Trying to migrate DB2 8.2 to Oracle 11g Any help appreciated.
Various DB2 client packages can be found here: Download Fix Packs by version for IBM Data Server Client Packages DB2 8 is long out of support, but you should be fine using version 9.1 or 9.5 of the driver. What you need is probably just the JDBC driver.

Scala 2.9.3 postgres driver

I'm using Scala 2.9.3 because that's the latest version Spark Project requires. However I cannot find a database driver for Postgres that supports 2.9.3. All of them support up to 2.9.2 and then jump to 2.10.0.
Does such a thing exist?

Resources