pulibrary / researchdata

Drupal 10 site for Princeton Research Data Service
GNU General Public License v2.0
0 stars 0 forks source link

Update Readme to include config commands #259

Open kevinreiss opened 1 year ago

kevinreiss commented 1 year ago

Include drupal config commands in the local dev readme and drupal upgrade instructions

When working locally you want to check the status of the system after pulling the prod database drush config:status When making changes locally that you want to persist to other environments run drush config:export git commit -m "Config I changed locally"

When running and drupal core or contrib updates that produce config changes persist those to the config files so they will be pushed to other environments.

drush config:export git add . git commit -m "Add my config updates."