Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
updated mysql server
Browse files Browse the repository at this point in the history
  • Loading branch information
Jen Fong-Adwent committed May 11, 2012
1 parent 08d7937 commit c6134f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ getting Production or production-like MySQL data.
Anonymous Data
~~~~~~~~~~~~~~

In `~ddash/anonymize` On `cm-webdev01-master01` on the Mozilla/MPT VPN are
In `~ddash/anonymize` On `webdev1.db.scl3.mozilla.com` on the Mozilla/MPT VPN are
anonymized dumps of production data for:

* AMO
Expand All @@ -46,7 +46,7 @@ Firefox Input database by using the following script::
USERNAME=username
LOCAL_DB=firefox_input

scp $USERNAME@cm-webdev01-master01:~ddash/input_mozilla_com/$FILE .
scp $USERNAME@webdev1.db.scl3.mozilla.com:~ddash/input_mozilla_com/$FILE .
zgrep -v "INSERT INTO \`feedback_term\`" $FILE > tmp.sql
cat tmp.sql |mysql -u root $LOCAL_DB
rm tmp.sql $FILE
Expand All @@ -59,5 +59,5 @@ Be sure to replace ``username`` with your actual LDAP username.
Webdev Database Cluster
~~~~~~~~~~~~~~~~~~~~~~~
Alternately, many production databases have copies running on
`cm-webdev01-master01` and `cm-webdev01-slave01`. You can connect directly to
`webdev1.db.scl3.mozilla.com` and `webdev2.db.scl3.mozilla.com`. You can connect directly to
these servers.
2 changes: 1 addition & 1 deletion servers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option is available.

**\*.allizom.org**: all our staging servers share this domain.

**cm-webdev01-master01** is the webdev mysql server. See :ref:`db-cluster`.
**webdev1.db.scl3.mozilla.com** is the webdev mysql server. See :ref:`db-cluster`.

**cm-vpn01** is where our server logs are copied. Note that you need to file
a bug to get access to this server.
Expand Down

0 comments on commit c6134f5

Please sign in to comment.