Skip to content

Instantly share code, notes, and snippets.

@sdumitriu
Created December 19, 2015 11:34
Show Gist options
  • Save sdumitriu/688b43b2faa72838d5fb to your computer and use it in GitHub Desktop.
Save sdumitriu/688b43b2faa72838d5fb to your computer and use it in GitHub Desktop.
Running the distribution wizard when switching databases
find -name *.xed -exec sed -e 's/<installed.installed type="boolean">true<\/installed.installed>/<installed.installed type="boolean">false<\/installed.installed>/' -i \{\} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment