Dung
Dung

Reputation: 20585

Migrating CKAN on Ubuntu 14 to Redhat Linux 7

what is the proper way to migrate CKAN application and data currently on Ubuntu 14.04 to Red Hat Linux 7. Can you please point me to documentation as well? Thank you in advance!

Upvotes: 0

Views: 251

Answers (1)

D Read
D Read

Reputation: 3224

I would break this down into two parts:

  1. Running CKAN on RHEL 7

    For distributions other than Ubuntu, the CKAN community shares guides on its wiki. e.g. You may have success with: https://github.com/ckan/ckan/wiki/How-to-install-CKAN-2.7.2-on-CentOS-7.4

  2. Migrating CKAN data & config from one server to another

    • For Postgres you would dump and restore
    • Copy config files. The key one is: /etc/ckan/default/production.ini

Upvotes: 1

Related Questions