Disable Stash Mirror Plugin in database?

Svante Gustafsson Björkegren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 24, 2014

Hi,

I am looking for a way to disable the Git Repository Mirror Manager plugin for Stash in the database.

My scenario is the following:

I am about to setup a staging instance as a replica of the production instance in which 100+ repos are mirrored to a separate git-server.

I want to be completely sure that staging does not interfer with the mirroring setup in production and therefore I want to disable the entire plugin or at least disable it on repo level before startup of the staging instance.

I have come with the following SQL query (postgres) to disable it on repo level

UPDATE sta_configured_hook_status SET enabled = 'f' 
WHERE
hookkey = 'com.kostmo.stash.mirror-manager:repo-mirror-pusher' AND 
enabled = 't'

Does anyone have any experience with this? Is this enough?

How can I disable the entire plugin prior to startup?

Thanks in advance!

// Svante

1 answer

0 votes
ThiagoBomfim
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 27, 2014

Hi Svante,

If you disable the plugin using UPM it will remain disabled next time you start up Stash.

Best regards,

Thiago Bomfim

Atlassian Support

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events