okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 88 forks source link

CKAN upgrade from 2.9 to 2.10 #124

Open s2074135 opened 1 year ago

s2074135 commented 1 year ago

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.lastactive does not exist at character 278

Seems not to be the right way.

Thanks for any hints!

Thomas