@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
phorge
phabricator
1@title User Guide: Amazon RDS
2@group config
3
4Discusses using Amazon RDS as a database.
5
6Overview
7========
8
9Phorge works with Amazon RDS. However, most of our documentation and setup
10checks assume you are using local MySQL, and upstream support is less available
11for RDS.
12
13If you use RDS, you'll need to do a few things a bit differently than you would
14with local MySQL, especially when configuring RDS. This document documents some
15of the differences you'll encounter when using RDS.
16
17Configuration
18=============
19
20The documentation and various setup warnings will sometimes direct you to make
21configuration changes in `my.cnf`. In Amazon RDS, you don't have direct access
22to `my.cnf` and thus can not make these changes in the configuration file.
23
24Instead, you can use [[ https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html | DB Parameter Groups ]].
25You can access these from your AWS console and use the web interface to make
26necessary changes. The web UI will give you a user-friendly key-value table:
27just identify the option you need to change, then select a new value for it.