[ckan-changes] [ckan/ckan] 948586: Does not load site_user during db upgrade
GitHub
noreply at github.com
Wed Nov 19 17:56:07 UTC 2014
Branch: refs/heads/2029-no-site-user-during-migration
Home: https://github.com/ckan/ckan
Commit: 948586d7fb2749ebb359d20c338a8b53cf705474
https://github.com/ckan/ckan/commit/948586d7fb2749ebb359d20c338a8b53cf705474
Author: Ross Jones <ross at servercode.co.uk>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
Does not load site_user during db upgrade
Fixes #2029 by ensuring we do not attempt to load site_user during a db
upgrade. This is a workaround because loading the site_user will fail
because of a failed user change. Should also avoid the problem in
future.
More information about the ckan-changes
mailing list