2

We do not have delete plugin installed in Gerrit. How can I delete my Gerrit Repository now. I have wrong data in the repository and I want to delete it and recreate the repository to push my new data. How can I achieve this ?

devops
  • 1,121
  • 5
  • 20
  • 50
  • 1
    What prevents you from installing the deleteproject plugin? It's the easiest way to safely remove projects. – Marcelo Ávila de Oliveira Aug 09 '16 at 11:17
  • Also see [how to install the delete-project plugin](http://stackoverflow.com/questions/21254291/how-to-install-delete-project-plugin-in-gerrit). – fracz Aug 10 '16 at 14:39
  • Did you ever get an answer to this? I have a very limited access to Gerrit and can't install plugins. – User1 Dec 18 '17 at 18:42

1 Answers1

-1

There is not easy way to delete a gerrit from from web interface neither ssh command. The easiest and recommend way is to use delete-project plugin as explain on Delete a project in Gerrit.

Otherwise, you have to find and delete all project references in gerrit database.

Community
  • 1
  • 1
Flows
  • 3,675
  • 3
  • 28
  • 52