... | ... | @@ -35,11 +35,11 @@ So, in the case of promoting from our test.network.guifi.net (TEST/PRE) to netwo |
|
|
After a clean snapshot at test from prod, apply the changes you want to test, and if everything looks ok, then apply to prod by completing the next steps.\
|
|
|
Be sure that the unique differences between PRE & PROD are the ones you want to promote, and that the "config" directory located at "sites/default/files/config_\*/ is either clean, or even better, remove it's contents to ensure that is clean:
|
|
|
|
|
|
`cd /var/www/html/net9/web/sites/default/files`
|
|
|
|
|
|
`cd config_*`
|
|
|
|
|
|
`rm -rf *`
|
|
|
```
|
|
|
cd /var/www/html/net9/web/sites/default/files
|
|
|
cd config_*
|
|
|
rm -rf *
|
|
|
```
|
|
|
|
|
|
#### 2.- Export current configuration at PRE/TEST site as user "fundacio" using drush:
|
|
|
|
... | ... | |