Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: guide on how to uninstall/purge hasura #3923

Open
jflambert opened this issue Feb 21, 2020 · 3 comments
Open

docs: guide on how to uninstall/purge hasura #3923

jflambert opened this issue Feb 21, 2020 · 3 comments
Labels
c/docs Related to docs help wanted Good candidate for contribution. Community help wanted!

Comments

@jflambert
Copy link
Contributor

Dear Hasura people, we're using your amazing hasura.cli-migrations docker container but as part of a pipeline, I would need to completely kill any hasura objects in my database in order to rebuild them. Having some dependency issues at the moment (specifically INSTEAD OF triggers that seem to get created when granting some partial INSERT permissions)

Is it as simple as dropping the hdb_views and hdb_catalog schemas?

I would suggest adding this information to your also-amazing documentation.

Thanks!

@tirumaraiselvan
Copy link
Contributor

@jflambert That is right. We should definitely add how to uninstall hasura in the docs.

cc: @marionschleifer

@tirumaraiselvan tirumaraiselvan added the c/docs Related to docs label Feb 24, 2020
@0x777
Copy link
Member

0x777 commented Feb 24, 2020

@jflambert

The following should do the trick:

drop schema hdb_views cascade;
drop schema hdb_catalog cascade;

@marionschleifer marionschleifer added e/easy can be wrapped up in a couple of days p/high candidate for being included in the upcoming sprint labels Feb 25, 2020
@tirumaraiselvan tirumaraiselvan changed the title How to uninstall/purge hasura? docs on how to uninstall/purge hasura May 25, 2020
@marionschleifer marionschleifer changed the title docs on how to uninstall/purge hasura docs: guide on how to uninstall/purge hasura Dec 8, 2020
@marionschleifer marionschleifer removed e/easy can be wrapped up in a couple of days p/high candidate for being included in the upcoming sprint labels Dec 8, 2020
@rikinsk rikinsk added help wanted Good candidate for contribution. Community help wanted! hacktoberfest labels Oct 11, 2021
@Smartmind12
Copy link
Contributor

Smartmind12 commented Oct 6, 2022

@marionschleifer & Maintainers, Hey, I have created a PR to solve this issue as a part of Hacktoberfest 2022 for which i forgot to get it assigned by the Maintainers...pardon me. Kindly review the same and recommend if any additions are required.

Also, requesting you to assign the "Hacktoberfest" label if possible. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/docs Related to docs help wanted Good candidate for contribution. Community help wanted!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants