Categories
Laravel Forge

How to migrate Laravel forge sites to a user isolated site

This process will have a few minutes of downtime while you run through the steps.Things you should have handy: Your ssh key The server’s sudo password 1. SSH into the server as forge. Rename the existing site to something else, so when we delete it from forge the files don’t get deleted!Very Important! mv /home/forge/{{oldSite}} /home/forge/old.{{oldSite}} 2. […]