From 5cf97f75bb93d9168cfa7a680c8b4a9238296fab Mon Sep 17 00:00:00 2001 From: amercader Date: Fri, 2 Aug 2013 14:22:25 +0100 Subject: [PATCH] [#1083] Add note about reenabling extensions --- doc/upgrade-package-to-minor-release.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/upgrade-package-to-minor-release.rst b/doc/upgrade-package-to-minor-release.rst index 67b40979264..b9fe27beacb 100644 --- a/doc/upgrade-package-to-minor-release.rst +++ b/doc/upgrade-package-to-minor-release.rst @@ -43,6 +43,17 @@ respectively. Your local CKAN configuration file in |config_dir| will not be replaced. + .. note:: + + The install process will uninstall any existing CKAN extensions or other + libraries located in the ``src`` directory of the CKAN virtualenv. To + enable them again, the installation process will iterate all folders in + the ``src`` directory, reinstall the requirements listed in + ``pip-requirements.txt`` and ``requirements.txt`` files and run + ``python setup.py develop`` for each. If you are using a custom extension + which does not use this requirements file names or is located elsewhere, + you will need to manually reenable it. + #. If there have been changes in the database schema (check the :doc:`changelog` to find out) you need to update your CKAN database's schema using the ``db upgrade`` command.