Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: Commerce Core 3.3.10 Minor update available for module commerce (3.3.10). Release: Site verification 4.0.0-rc3 New release candidate for module site_verify (4.0.0-rc3). Release: Video Style 1.1.3 Minor update available for module video_style (1.1.3). Release: Vartheme Bs5 5.0.4 Minor update available for theme vartheme_bs5 (5.0.4). Release: SynImport 2.0.6 Minor update available for module synimport (2.0.6). Release: Drupal Website Assets 12.0.2 Minor update available for module webassets (12.0.2). Release: Drupal Website Admin 12.0.2 Minor update available for module webadmin (12.0.2). Release: Drupal Website Development 12.0.2 Minor update available for module webdev (12.0.2). Usage Milestone: Drupal Mega Menu Module we_megamenu crossed 1,000 active installs. Module Revived: Tokens as a Service 1.0.1 Module taas updated after 22 months of inactivity (1.0.1).

EKAN

No security coverage
View on drupal.org

Provides an upgrade path for DKAN sites moving to Drupal 10+.

  • Allows DKAN sites to maintain operation after Drupal 7 reaches End-Of-Life.
  • Maintains a consistent user experience for content maintainers already familiar with managing content within DKAN.
  • Integrates data library (e.g. datasets and resources ) and content management (e.g. basic page, story, dashboard) features into a single system, providing an integrated data portal + website platform.
  • Maintainable and extensible by website developers familiar with Drupal.

Project Homepage

https://www.ekan-data.org

Project documentation and roadmap

https://docs.google.com/document/d/1sPGp49Y09i67LjKqM-qYlj-gZ8Nkgh9PmeWC...

Installation (>=D10)

composer create-project eightyoptions/ekan_distribution:^2.0

Upgrading (migrating) from DKAN

* Copy (or mount, or symlink) public and private files from your legacy DKAN site into the paths '/mnt/files/legacy_files/public' and 'mnt/files/legacy_files/private' respectively.

* Add a secondary database connection (called 'migrate') to the settings.php file in EKAN so that it can access the legacy DKAN database.
e.g.

$databases['migrate']['default'] = array(
  'driver' => 'mysql',
  'database' => 'drupal',
  'username' => 'drupal',
  'password' => 'drupal',
  'host' => '192.168.1.1',
  'port' => 43333
);

* Run the migration

drush en ekan_migrate
drush migrate:import --group=ekan

* Remove the secondary database connection and remove legacy files from /mnt/files/legacy_files.

Upgrade from 1.x to 2.x

There is basic support for updating from Drupal 9 to 10, the main change is the groups module has moved from 1.x to 2.x which comes with quite a few changes. see https://www.drupal.org/project/group/releases/2.0.0

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Sep 2026
Latest release
6 hours ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Core Release date
2.0.0-beta2 Pre-release 10–11 Sep 23, 2026