upgrade

All quality profiles have no rules when SonarQube is upgraded to 5.4

梦想与她 提交于 2019-11-30 13:46:41
We are currently running a production server at version 5.1.2 which we are planning to upgrade. Tests have shown that upgrading to 5.3 works as expected. However, upgrading from 5.1.2 -> 5.4 or 5.1.2 -> 5.3 -> 5.4 results in all quality profiles from the 5.1.2 instance becoming empty - no rules assigned at all. Worse, backing up the rules and attempting to restore them fails silently. Has anyone else experienced this? Is there a work-around? Thanks in advance. The update instructions in the Administration view (System Upgrades) differ from the instructions here: Upgrading I would change the

XAMPP - Mysql stopped working on OS X Yosemite (10.10)

二次信任 提交于 2019-11-30 13:38:43
I Installed XAMPP 1.8.3-1 on OS X Maverick and all was well, until I upgraded to Yosemite last night, Now when I try to start MySQL in the manager it won't start. Activity monitor shows no other MySQL processes running. While in the error log I find this message: 2014-08-06 17:19:04 5277 mysqld_safe Starting mysqld daemon with databases from /Applications/XAMPP/xamppfiles/var/mysql dyld: Symbol not found: _sqlite3_intarray_bind Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData Expected in: /Applications/XAMPP/xamppfiles/lib/libsqlite3.dylib in /System/Library

Is there a standard way for .NET Winforms apps to auto-upgrade?

坚强是说给别人听的谎言 提交于 2019-11-30 13:10:50
If you have a Winforms app that is installed on a large number of machines, is there a standard way of implementing an automatic upgrade function? e.g. Each time it is started, it checks a web site or web service and if there is a new version available, it downloads and installs it? I could figure out how to roll my own version of this, but I'm wondering if there are any frameworks already in place to help with this. +1 on the ClickOnce answer, but I wanted to make a few comments on that as well: Normally, when someone first starts out looking at ClickOnce they discover that it adds a number

Pycharm debugger instantly exits with 139 code

梦想的初衷 提交于 2019-11-30 11:06:48
After upgrade from Pycharm 2017.2.3 to Pycharm 2017.1.4 Pycharm's Debugger suggested to build cpython (or sth associated with it): path/to/my/python /opt/pycharm-community-2017.1.4/helpers/pydev/setup_cython.py build_ext --inplace After I did this, Debugger now instantly returns this error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) I found out that there was similar issue with cpython ( https://youtrack.jetbrains.com/issue/PY-23273 ) but I cannot use the workaround mentioned there because I am missing the files it suggest to remove... I am not using cython, I wish

RPM upgrade uninstalls the RPM

China☆狼群 提交于 2019-11-30 10:26:40
问题 I am upgrading our project RPM. The problem is when I upgrade from projectname-1.0-0 to projectname-1.0-1, it first installs the new project and uninstalls the old project, which, in overall view, removes my project entirely. I have used "vv" option while upgrading and the output showed the uninstallation is done after installation. Somebody please help with this problem. Is there anything I should change specifically in the RPM spec or rpmbuild options? 回答1: Yes, when an RPM upgrade occurs,

How to upgrade via msi

对着背影说爱祢 提交于 2019-11-30 09:20:09
I want to upgrade my product via msi setup. The Upgrade Code of both msi remains the same because it's the same product family. Even if I change Version/Product Code of the msi for updating it just tells me the product is already installed or asks me to repair it. it doesn't ever provide an update option that replaces the current installation. I'm using Visual Studio 2008 Pro to generate the msi setup When you change the Version property in your Setup project, Visual Studio should prompt you to also change the ProductCode . You must do this. Then, you must also set the RemovePreviousVersion

Update Angular CLI in existing project

穿精又带淫゛_ 提交于 2019-11-30 09:05:16
问题 I'm working on angular-cli 1.0.4 in existing project, I would like to update the version to 1.2.4. What is the best way to uninstall the old one and update to the newer one using npm with effecting my existing project? which updates the version on package.json file. 回答1: The guide to update your angular cli to any version UPDATE 23-Oct-2018 ref: how to update an app when ng cli and angular change version best practice: If you are on Angular CLI version 6+ just run ng update then follow the

Missing libraries when upgrading to PostGIS 2.1 and PostgreSQL 9.3.1 using homebrew

不问归期 提交于 2019-11-30 08:55:39
In the process of upgrading my PostgreSQL from version 9.2.4 to 9.3.1 (via homebrew on OS X) I came across an odd problem. These are the steps I took so far PostgreSQL, PostGIS and required libraries installed (no errors) run initdb on the new database stopped both servers running pg_upgrade pg_upgrade performs the necessary checks, creates dumps of the old cluster, but when importing into the new cluster I get the following error: > ./pg_upgrade -b /usr/local/Cellar/postgresql/9.2.4/bin/ -B /usr/local/Cellar/postgresql/9.3.1/bin -d /usr/local/var/postgres/ -D /usr/local/var/postgres9.3.1 -u

Efficient batch SQL query execution on Android, for upgrade database

邮差的信 提交于 2019-11-30 07:30:05
As we Android developers know, the SQLiteDatabase execSQL method can execute only one statement. The doc says: Execute a single SQL statement that is not a query. For example, CREATE TABLE , DELETE , INSERT , etc. Multiple statements separated by ; s are not supported. I have to load in a batch of records, 1000 and counting. How do I insert these efficiently? And what's the easiest way to deliver these SQLs with your apk? I mention, there is already a system database and I will run this on the onUpdate event. I have this code so far: List<String[]> li = new ArrayList<String[]>(); li.add(new

Reasons and advantages for upgrading to Java 6 for a non-technical decider (at the client)

末鹿安然 提交于 2019-11-30 07:19:36
问题 I'd like to upgrade from Java 5 to Java 6. We all know about the technical advantages and benefits, but: I have the problem that a major client refuses to upgrade from java 5 to java 6 because of "the risks" and "no/too few benefits for us" (banking sector). What can be answered to a non-technical decider at the client what benefits he'll get from an upgrade - or otherwise which problems/consequences may arise if he'll stay with java 5? It's not a "fire and forget"-product, it's activly