Xray 3.x Uninstall document - jfrog-xray

Do you know where is a JFrog Xray 3.x uninstall document? I found this document (https://www.jfrog.com/confluence/display/XRAY2X/Uninstalling+Xray ), but the url contains 2x version.
Bst regards,
Takoneko

Related

FreeBSD: upgrade MongoDB server from 2.6 to 3.0

Running MongoDB v2.6 Server on FreeBSD operating system, I am looking for a way to upgrade the MongoDB version to at least v3.0. According to MongoDB website, I need to replace the binaries but I am not able to find appropriate download binaries for FreeBSD there MongoDB download website. Alternatively I had hoped, I could upgrade the binaries using pkg package manager but I don't know which command to use to upgrade to a specific version. I am looking for something like:
pseudocode:
sudo pkg upgrade mongod v3.03
I've been crawling the web for days now to find a download link for Freebsd binaries for Version 3.0x or right upgrade command using pkg package manager.
Solution is: using the command "pkg install mongodb36-3.6.6_2" as suggested in the link by Valijon will first deinstall a previous version and then install v3.6 of MongoDB Server. Just what I was looking for.

sync elasticsearch and mongodb

Hi I am trying to transport data from mongodb to elasticsearch. I have done it by following this tutorial. It is working for elasticsearch version 1.X. But when I tried to do it with version 5.X. plug-ins can't be installed. Can someone help me to figure out a way to do it with version 5.X.
These are the two plugins.
$ES_HOME/bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.6.0
plugin --install com.github.richardwilly98.elasticsearch/elasticsearch-river-mongodb/2.0.9
In elastic 5.x+ the installation commands are different. The mapper attachment library you're trying to install has an example here
bin/plugin install elasticsearch/elasticsearch-mapper-attachments/3.1.2
The other library does not mention support of Elastic > 2.x, and its last commit was well before 5.x existed.
If you need to use that exact library, I don't believe you will be able to use anything > 2.x

Questions regarding GitHub Enterprise upgrade from 2.2.4 to 2.3.3

I am planning to upgrade our GitHub Enterprise from 2.2.4 to the latest 2.3.3. Reviewing the upgrade document here:https://help.github.com/enterprise/2.3/admin/guides/installation/upgrading-the-github-enterprise-virtual-machine/
I have two questions so far:
"Download the upgrade package", the official download page for
VMWare 2.3.3 is a full .ova file, not a .pkg file as in the doc.
Do I need to create the "target root partition" /dev/xvda2 as in the doc beforehand?
I have a 3rd question:
As the backup solution, I am taking a VM snapshot before upgrade, shall I put the GitHub into Maintenance Mode before taking the VM snapshot?
Thanks
Jirong
The upgrade was successful. Here is the answers:
1. Copy the URL from the Upgrade tab, not Install.
2. No.

Meteor.js mongodb version

This may be a dumb question, but I am confused about something. I have downloaded mongodb 2.6.4(latest) version to my mac, and deleted old mongodb folder which had executables and other stuff. But whenever I execute 'meteor mongo' command from my meteor.js application, it is opening MongoDB shell version 2.4.9, not the latest one. Why is this happening? Where is this old version is coming from? How can I use the latest version in meteor.js application?
Thank you
Meteor 1.0.x supports both 2.6 and 3.0. It ships with 2.6 locally.
http://info.meteor.com/blog/meteor-104-mongo-cordova-template-subscriptions
Meteor includes its own version of mongodb as a part of its bundle when you ran curl https://install.meteor.com | sh
It does this so its not a hassle to install and they can bundle the correct supported versions with it.
Meteor doesn't yet officially support 2.6.4 on the account of some oplog differences, though you can get it to work without the oplog without any issues, and with the oplog with a couple of issues.

How do i upgrade osCommerce v2.2 to v2.3.1?

How do i upgrade osCommerce v2.2 to v2.3.1? Is there a upgrade script available for that?
Do I have to upgrade it to v2.3.0 before upgrading to v2.3.1?
Download and unzip the latest version of osCommerce v2.3.1. Inside the folder you will find an upgrade_guide.pdf - open it. On the very first page, it tells you how to go about upgrading.
On page 2 you'll see a reddish shaded box and it says the following:
This upgrade guide only provides the minimum required changes in the form of security updates and bug fixes. These changes will not upgrade your store to a complete v2.3 version. Please continue to use v2.2 add-ons and do not install v2.3 optimized add-ons as the may not function with your installation. If you wish to upgrade to a full v2.3 version, perform only (SQL) Database Changes and use the database with a new v2.3 installation.