pull-request-notifier-for-bitbucket icon indicating copy to clipboard operation
pull-request-notifier-for-bitbucket copied to clipboard

Update from 5.9.1 to 6.6.1

Open manzonico84 opened this issue 6 years ago • 2 comments

Hi Guys,

I did an update in my Bitbucket and before this update I saw that the plugins are compatible, but after the update I lost all configurations. Are there any way to recover this configuration? I can't indentify any documentation to find this information Also, It's a plugin Bug?

manzonico84 avatar Oct 17 '19 16:10 manzonico84

I have not heard of such a bug.

If you have access to the database, you can try this:

SELECT * FROM PLUGIN_SETTING WHERE KEY_NAME LIKE '%pull%';

To find the key. And this:

SELECT KEY_VALUE FROM PLUGIN_SETTING WHERE KEY_NAME='se.bjurr.prnfb.pull-request-notifier-for-bitbucket-3'

To find the settings.

tomasbjerre avatar Oct 17 '19 17:10 tomasbjerre

I have not heard of such a bug.

If you have access to the database, you can try this:

SELECT * FROM PLUGIN_SETTING WHERE KEY_NAME LIKE '%pull%';

To find the key. And this:

SELECT KEY_VALUE FROM PLUGIN_SETTING WHERE KEY_NAME='se.bjurr.prnfb.pull-request-notifier-for-bitbucket-3'

To find the settings.

I had the simillar issue. I'm not sure if there was an Bitbucket upgrade yet. Where could I find the database if I only have Admin permision of the repository?

tjbwyk avatar Oct 21 '19 09:10 tjbwyk