Skip to content

Commit

Permalink
Update paster.rst
Browse files Browse the repository at this point in the history
Added tip on using 'sudo' to overcome permission denied error when invoking 'paster db clean ..'.
  • Loading branch information
Rishi Verma committed Mar 19, 2014
1 parent edb771e commit 690a21e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/maintaining/paster.rst
Expand Up @@ -279,6 +279,14 @@ from scratch:
After cleaning the db you must do a ``db init`` or ``db load`` before CKAN will
work again.

.. tip::

If you receive 'Permission Denied' error, try running paster with sudo.

.. parsed-literal::
sudo /path/to/paster db clean -c |production.ini|
.. _dumping and loading:

Dumping and Loading databases to/from a file
Expand Down

0 comments on commit 690a21e

Please sign in to comment.