development
ss sync development
This command runs the associated bash script and syncs files/database from production to your dev site. It will overwrite all files/database on the dev site, so be very careful… if you wish to save your previous dev site, you should back up that data and save it somewhere (remotely or locally) before running this command. […]
ss push development
Runs the associated bash script which will push both the database and entire /wp-content/ file structure from your dev site (subdomain) to your main production site. Keep in mind that, in an effort to avoid accidental data loss, the existing production database and production files will not be deleted first. In other words, the dev […]
Pushing Development To Production
Like with many tasks in the WordPress world, there are multiple ways you can “push” or install the web design from your development (subdomain) site in SlickStack onto your main production site. Migration plugins One of the easiest ways is simply using a free migration plugin like All In One Migration. Some of these plugins […]