Skip to content

Commit

Permalink
Add second half of DataStore set-permissions command
Browse files Browse the repository at this point in the history
For source installs
  • Loading branch information
amercader committed Mar 6, 2018
1 parent 60c9972 commit 2059be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/maintaining/datastore.rst
Expand Up @@ -143,7 +143,7 @@ Then you can use this connection to set the permissions::
.. note::
If you performed a source install, you will need to replace all references to
``sudo ckan ...`` with ``paster --plugin=ckan ...`` and provide the path to
the config file, e.g. ``paster --plugin=ckan datastore set-permissions -c /etc/ckan/default/development.ini``
the config file, e.g. ``paster --plugin=ckan datastore set-permissions -c /etc/ckan/default/development.ini | sudo -u postgres psql --set ON_ERROR_STOP=1``

If your database server is not local, but you can access it over SSH, you can
pipe the permissions script over SSH::
Expand Down

0 comments on commit 2059be3

Please sign in to comment.