import
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 […]
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 import files
Displays an interactive dialogue in the shell that allows you to untar an archive file named /tmp/import.tar or if not exists, an alternative gzipped file that is named /tmp/import.tar.gz which will overwrite the files located under /var/www/html after prompting you to confirm. If any pre-existing files exist that are not overwritten by this process, they […]