Ad
Laravel Forge - How Multiple Servers Could Access Same Database
I use Laravel Forge to deploy 2 web apps to the same VPC in AWS like following:
A server ( with MySQL installed ): - domain: test-erp.foo.com - ip: 3.112.70.152
B server: - domain: test.foo.com - ip: 13.230.27.11
I can access MySQL in A server, but I can not access the MySQL from B server. I need both two web apps to access the same DB and how can I config it in Laravel forge ?
Ad
Answer
You will need to create a security group for that VPC and a rule that allows the traffic that is needed. For reference.
Ad
source: stackoverflow.com
Related Questions
- → "failed to open stream" error when executing "migrate:make"
- → October CMS Plugin Routes.php not registering
- → OctoberCMS Migrate Table
- → OctoberCMS Rain User plugin not working or redirecting
- → October CMS Custom Mail Layout
- → October CMS - How to correctly route
- → October CMS - Conditionally Load a Different Page
- → Make a Laravel collection into angular array (octobercms)
- → In OctoberCMS how do you find the hint path?
- → How to register middlewares in OctoberCMS plugin?
- → Validating fileupload(image Dimensions) in Backend Octobercms
- → OctoberCMS Fileupload completely destroys my backend
- → How do I call the value from another backed page form and use it on a component in OctoberCms
Ad