1. Internal RG Wiki
  2. Internal Documents
  3. Help Resources for the Support Team

Export Website Content for a Leaving Client

Clients will come and go. Those that do leave may request to have their website transferred over to their new system. We are unable to do that, but we can export the content of their website into CSV files compressed into a zip file and email the zip file over to the client.

Note:

you will need to rgssh into rg2-staging from your terminal:

After logging in successfully, run the following to go to the root environment:

Then run the following:

You will want to copy the CONTAINER ID associated to the "bash -c 'mkdir -p..." COMMAND (e.g. 307b34a126ab)

Note:

Once you have copied the CONTAINER ID, run the following:

<CONTAINER_ID>

In which <CONTAINER_ID> is the ID you copied.

 

EXPORTING

When you export the file, it will be sent to the email address set in the Forward Email To field in the site's MCP settings. 

 

To export the website content, you will need to run the following command:

<WEBSITE>

in which <WEBSITE> is the client's website (e.g. www.totallynotrealgeeks.com)

 

If the site is currently disabled, you would run the following instead:

<WEBSITE>

 

If they wish to send the email to another email address as well, you would add the following to the end of the command:

in which <EMAIL_ADDRESS> is the other email address to send the website content to.

For example:

www.totallynotrealgeeks.com

 

All done! :)