1. Home
  2. Post

Use MySQL on PROD and SQLite on local

Created on Jan 09, 2023

On PROD

$settings['config_exclude_modules'] = ['mysql'];
$ drush cex
# And commit.

On local

$settings['config_exclude_modules'] = ['sqlite'];
$ drush cget system.site uuid
'system.site:uuid': UUID-FOO
$ drush cset system.site uuid UUID-BAR
$ drush cim 
Tags
Category