Closed
Bug 741092
Opened 14 years ago
Closed 14 years ago
Set up new devmo cluster with Percona 5.5 and get replication going between them.
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: scabral, Assigned: scabral)
References
Details
developer1.db.scl3.mozilla.com
developer2.db.scl3.mozilla.com
| Assignee | ||
Comment 1•14 years ago
|
||
Put into puppet as a percona55 server.
| Assignee | ||
Comment 2•14 years ago
|
||
Doing by hand because devmo is critical, not waiting for puppet:
yum install Percona-Server-server-55 Percona-Server-shared-compat Percona-Server-client-55 percona-toolkit perl-DBD-mysql
| Assignee | ||
Comment 3•14 years ago
|
||
Looks like puppet already ran, and we have the appropriate /etc/my.cnf files in place already.
| Assignee | ||
Comment 4•14 years ago
|
||
Had to do install the packages (as above) and do:
mkdir /var/log/mysql; chown -R mysql:mysql /var/log/mysql
And MySQL is running. I am running puppet again to see if the MySQL grants for the nagiosdaemon will be put into place properly by puppet.
| Assignee | ||
Updated•14 years ago
|
Assignee: server-ops-database → scabral
| Assignee | ||
Comment 5•14 years ago
|
||
Nagios grants were not put in, and read_only is incorrect for developer2 even though it's correct as "master=>false" in databases.pp.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•14 years ago
|
||
I've added nagios grants, hopefully the checks will clear up, and then this ticket is finished, other than making a related ticket for jabba about puppet.
| Assignee | ||
Comment 7•14 years ago
|
||
I also made a root password and a .my.cnf file, in addition to the replication user and password. These passwords are in dbpasswords.txt.gpg.
| Assignee | ||
Comment 8•14 years ago
|
||
Jabba fixed puppet yesterday, and things look good.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•