Closed
Bug 433341
Opened 16 years ago
Closed 16 years ago
Move database load from master to slaves
Categories
(support.mozilla.org :: General, defect)
support.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
0.6
People
(Reporter: laura, Assigned: laura)
References
Details
(Whiteboard: [server side] tiki_feature tiki_upstreamed)
Attachments
(1 file)
8.85 KB,
patch
|
morgamic
:
review+
|
Details | Diff | Splinter Review |
This means adding this functionality to Tiki. It seems like it should go into the database layer. (I was sure we already had a bug for this: please dupe this if it already exists.)
Comment 1•16 years ago
|
||
This blocks a release blocker - what's our ETA?
Severity: normal → major
Flags: blocking-firefox3+
Updated•16 years ago
|
Whiteboard: [server side]
Assignee | ||
Comment 3•16 years ago
|
||
Nearly done - aiming to get the patch into review tomorrow.
Assignee | ||
Comment 4•16 years ago
|
||
To test this, you'll need a shadowdb, and to add the following lines to your db/local.php e.g. $shadow_host ='[host]'; $shadow_user='[username]'; $shadow_pass='[password]'; $shadow_dbs='[database_name]';
Attachment #323776 -
Flags: review?(nelson)
Assignee | ||
Updated•16 years ago
|
Attachment #323776 -
Flags: review?(morgamic)
Assignee | ||
Updated•16 years ago
|
Attachment #323776 -
Attachment is patch: true
Attachment #323776 -
Attachment mime type: application/octet-stream → text/plain
Comment 5•16 years ago
|
||
Comment on attachment 323776 [details] [diff] [review] Basic master-slave support for tikiwiki This works on khan - would like to see some tests instead of the echo/debug statements, but let's get this checked in and up in staging so we can test it.
Attachment #323776 -
Flags: review?(morgamic) → review+
Comment 6•16 years ago
|
||
Comment on attachment 323776 [details] [diff] [review] Basic master-slave support for tikiwiki Also, make sure that when we deploy this we make people aware of the config change. Laura - that is up to you.
Updated•15 years ago
|
Keywords: push-needed
Assignee | ||
Updated•15 years ago
|
Attachment #323776 -
Flags: review?(nelson)
Updated•14 years ago
|
Whiteboard: [server side] → [server side] tiki_triage sumo_triage
Updated•14 years ago
|
Whiteboard: [server side] tiki_triage sumo_triage → [server side] tiki_feature
Comment 8•14 years ago
|
||
The database layer was almost entirely rewritten as part of making PDO optional. Direct upstreaming did not make sense. As a result, a different implementation was made. However, it should behave in a very similar way and be compatible. Tiki commit r22653 and installer updates in r22654. How do I flag tiki_upstreamed?
Comment 9•14 years ago
|
||
(In reply to comment #8) > How do I flag tiki_upstreamed? Simply add the string to the Whiteboard field (I just did it for this bug). Thanks!
Whiteboard: [server side] tiki_feature → [server side] tiki_feature tiki_upstreamed
lphuberdeau@lphuberdeau.com didn't have "editbugs" in Bugzilla; he now does.
Comment 11•14 years ago
|
||
Thanks Stephen!
You need to log in
before you can comment on or make changes to this bug.
Description
•