... | ... | @@ -3,6 +3,14 @@ Table of contents: |
|
|
[[_TOC_]]
|
|
|
|
|
|
# To take a database dump of any feature branch environment and download it to your MAC below are the steps.
|
|
|
1. Log into [portainer](https://portainer.d.commerce.gov/#/containers)
|
|
|
1. Locate a container that matches the project you are working on. Examples below
|
|
|
* `websol-d8_dave-docdrupal8-414-commerce8_1` - **commerce8** identifies commerce.gov
|
|
|
* `websol-d7_denneson-docdrupal7-267-medweek7_1` - **medweek7** identifies medweek.mbda.gov
|
|
|
1. Log into that containers console
|
|
|

|
|
|
1. Click **connect**.
|
|
|

|
|
|
1. cd to webroot
|
|
|
```bash
|
|
|
cd /var/www/docker_platform/web
|
... | ... | |