Skip to content

Commit

Permalink
Add required quotes to db names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Alex Stern committed Mar 25, 2015
1 parent 80911a2 commit 065ee1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/pe/3.7/maintain_backup_restore.markdown
Expand Up @@ -80,11 +80,11 @@ For more information about using the PE uninstaller, refer to [Uninstalling Pupp

b. `drop database console;`

c. `drop database pe-classifier;`
c. `drop database "pe-classifier";`

d. `drop database pe-rbac;`
d. `drop database "pe-rbac";`

c. `drop database pe-activity;`
c. `drop database "pe-activity";`

d. `drop database "pe-puppetdb";`

Expand Down

0 comments on commit 065ee1f

Please sign in to comment.