mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-07 13:21:02 +01:00
6dd82d86a2
Summary: Fixes T2605. Provide some instructions on configuring RDS properly. The "DB Parameter Group" thing in the web UI seems pretty easy to use, it's just not obvious that it's what you should be using. Test Plan: Jiggled these warnings to trigger them, viewed the output, saw a table of values and a hint about RDS. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T2605 Differential Revision: https://secure.phabricator.com/D10343
27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
@title User Guide: Amazon RDS
|
|
@group config
|
|
|
|
Discusses using Amazon RDS as a database.
|
|
|
|
Overview
|
|
========
|
|
|
|
Phabricator works with Amazon RDS. However, most of our documentation and setup
|
|
checks assume you are using local MySQL, and upstream support is less available
|
|
for RDS.
|
|
|
|
If you use RDS, you'll need to do a few things a bit differently than you would
|
|
with local MySQL, especially when configuring RDS. This document documents some
|
|
of the differences you'll encounter when using RDS.
|
|
|
|
Configuration
|
|
=============
|
|
|
|
The documentation and various setup warnings will sometimes direct you to make
|
|
configuration changes in `my.cnf`. In Amazon RDS, you don't have direct access
|
|
to `my.cnf` and thus can not make these changes in the configuration file.
|
|
|
|
Instead, you can use [[ http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html | DB Parameter Groups ]].
|
|
You can access these from your AWS console and use the web interface to make
|
|
necessary changes. The web UI will give you a user-friendly key-value table:
|
|
just identify the option you need to change, then select a new value for it.
|