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
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.