dump
ss import database
This command will import a database dump file /tmp/import.sql if it exists, otherwise /tmp/import.sql.zip or /tmp/import.sql.gz if those exist. It will overwrite the ENTIRE production database on your SlickStack server so be sure you backup your database (download it manually or remotely save it somewhere) before running this command. All previous data in your database […]
ss dump files
This command is meant to be run interactively in the shell by sysadmins who want to dump ALL files under the /var/www/html directory into a gzipped TARball. Running this command will ALWAYS dump the entire production directory into /var/www/backups/html/production.tar.gz however it will only dump the development and/or staging site files if those sites are enabled […]
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 […]
ss dump database
This command (and the bash script it correlates with) are called by SlickStack on the hourly interval by default. This can be changed to a different interval within your ss-config file if desired… for example, if your production site is extremely busy, or your database is extremely large, you might want to change this interval […]