Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
M
marketplace
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  • Confidential and Proprietary
  • BlocPower
  • marketplace
  • Merge Requests
  • !39

You need to sign in or sign up before continuing.
Merged
Opened Jun 11, 2016 by Tillie Kottmann@deletescapeOwner

Read replica support

  • Overview 3
  • Commits 2
  • Changes 4

Created by: josedcs

Added support for a master db with a read replica. Need to add the following environment variables for the configuration of the read replica to EB Configuration before deployment.

RDS_REPLICA_NAME RDS_REPLICA_HOST RDS_REPLICA_USERNAME RDS_REPLICA_PASSWORD

wp-settings.php automatically uses db.php if present.

With this configuration it works with two db instances one is the master the other is the read replica. We can add more instances in wordpress/db-config.php.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: exconfidential/blocpower/marketplace!39
Source branch: read-replica-support