... | @@ -46,4 +46,16 @@ rm -rf * |
... | @@ -46,4 +46,16 @@ rm -rf * |
|
```plaintext
|
|
```plaintext
|
|
cd /var/www/html/net9/web
|
|
cd /var/www/html/net9/web
|
|
drush config:export
|
|
drush config:export
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
|
|
|
|
#### 3.- Move exported configuration to PROD:
|
|
|
|
Example, by using SCP, and pulling the configuration from the config_* dir on the PROD site:
|
|
|
|
`scp -r fundacio@192.168.69.30:/var/www/html/net9/web/sites/default/files/config_1APXmitMdFgAqPkyMv8yEvIzp_vadbSiv1XiqDnqxsDEUZ2po130SmwZ66pvcd_M6dfdabgiug/* .`
|
|
|
|
|
|
|
|
#### 4.- Import configuration on PROD
|
|
|
|
Finally, apply the changes with drush import:
|
|
|
|
`drush config:import`
|
|
|
|
By running this,l you will be prompted for applying the
|
|
|
|
changes. Take a look on what's being applied to ensure it's related and consistent with the changes being promoted.
|
|
|
|
|
|
|
|
|