Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Update from 5.9.1 to 6.6.1 #356

Open
manzonico84 opened this issue Oct 17, 2019 · 2 comments
Open

Update from 5.9.1 to 6.6.1 #356

manzonico84 opened this issue Oct 17, 2019 · 2 comments

Comments

@manzonico84
Copy link

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?

@tomasbjerre
Copy link
Owner

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.

@tjbwyk
Copy link

tjbwyk commented Oct 21, 2019

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants