You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone have any recommendations on how to upgrade from CKAN 2.9.8 to CKAN 2.10.1? I tried to upgrade by simply adjusting the following line in my Dockerfile
from FROM openknowledge/ckan-base:2.9.8
to FROM openknowledge/ckan-base:2.10.1
but that generates a lot of errors such as
subprocess.CalledProcessError: Command '['ckan', '-c', '/srv/app/ckan.ini', 'db', 'init']' returned non-zero exit status 1
or
ERROR: column user.last_active does not exist at character 278
Seems not to be the right way.
Thanks for any hints!
Thomas
The text was updated successfully, but these errors were encountered:
Hi,
Does anyone have any recommendations on how to upgrade from CKAN 2.9.8 to CKAN 2.10.1? I tried to upgrade by simply adjusting the following line in my Dockerfile
from
FROM openknowledge/ckan-base:2.9.8
to
FROM openknowledge/ckan-base:2.10.1
but that generates a lot of errors such as
subprocess.CalledProcessError: Command '['ckan', '-c', '/srv/app/ckan.ini', 'db', 'init']' returned non-zero exit status 1
or
ERROR: column user.last_active does not exist at character 278
Seems not to be the right way.
Thanks for any hints!
Thomas
The text was updated successfully, but these errors were encountered: