Changes between Version 6 and Version 7 of red-mosh-reorganization
- Timestamp:
- Jul 9, 2018, 4:09:20 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
red-mosh-reorganization
v6 v7 20 20 We will setup an internal network (e.g. 10.12.53.0/24) so all database ports are shielded from direct access over the Internet. 21 21 22 We will also setup several MySQL proxies (that will respond via round robin DNS to mysql.mayfirst.org). Each proxy will properly route the database request to the proper back end host, so members will all simply configure their web apps to use the host mysql.mayfirst.org.22 We will setup an internal DNS system so each member can access their database via the domain name <dbname>.mysql.mayfirst.local and the internal DNS server will ensure it is routed to the proper database server. 23 23 24 24 == Phase one: backup chages ==