Does EE support creating Site/WP Sites using Separate VPS for Database?

I want PHP/NGinx on single server and use another Server for Database alone. How can I automate it with EE?

hello @RoldanLT

On first server you can use

ee stack install --nginx --php

and on second server

ee stack install --mysql

and to access remote MySQL server from EasyEngine please refer

1 Like