Documentation needs details on how to move between environments

Created on 20 December 2023, 11 months ago
Updated 21 February 2024, 9 months ago

Problem/Motivation

I have installed this module, and it seems to work for the export, but I can not see anywhere where it says where it exports it to on the file system. I need to know where the exported files are so that I can push them up to git, and then pull back down on our production environment. cex for example exports to the /config/default directory.

Steps to reproduce

Proposed resolution

Add to the documentation where the files are exported to. If you could also let me know as part of the response to this ticket then that would be great thanks.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Closed: works as designed

Version

2.0

Component

Documentation

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @a.crowe_drupal
  • πŸ‡ΊπŸ‡ΈUnited States jim_b

    I'm testing with Drupal 9.5.x and have the same issue.

    I run the command:
    drush export-menus
    And get a success message:

    Exporting menu links...
    [notice] Menu links export started
    [notice] Exported "Menu item" of menu "main-menu"
    …

    But unfortunately, the files are not exported to the 'config/' directory (as expected) or anywhere else.

  • Status changed to Closed: works as designed 9 months ago
  • πŸ‡«πŸ‡·France louis-cuny

    Entities are exported to config system (in database)

    To retrieve the config in the config directory, you need to drush cex like usual

Production build 0.71.5 2024