Last active
August 29, 2015 14:22
-
-
Save kabakaev/2858740fce3a8fed6484 to your computer and use it in GitHub Desktop.
Clean exported resources from PuppetDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # su - postgres | |
| # psql | |
| delete from public.resource_params_cache where parameters like '%live-some-nodename-db-02.project.conf%'; | |
| delete from public.resource_params where value like '%live-some-nodename-db-02.project.conf%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment