trying to understand the staging site feature in SlickStack
- This topic is empty.
-
AuthorPosts
-
Charles
Guestcoming from here
Using SlickStack to Install an Optimized WordPress Automatically on Ubuntu 20.04 from selfhosted
I am not sure understanding what staging does and the advantage or having it over the development subdomain? So it’s syncing all files from production -> staging (in which intervals?) BUT not auto syncing changes made on the staging site back to production? So I am safe to test changes like new plug-in installations on staging without having to worry it will affect my production site right?
Cheryl
Guestyes SlickStack auto-syncs production to staging at a regular interval… you should be able to choose the interval in
ss-config
the idea is that you can use the staging site to briefly test new plugins or features without having to constantly ensure that it’s the same code as your prod site.
syncing from staging BACK to prod is still dicey in SlickStack… there is a shell script that can do this for you, but no PHP/WP Admin method yet.
and you should be VERY CAREFUL doing this regardless cuz it will overwrite your files and data so it’s not encouraged (for now)
Catherine
GuestAlso note:
SlickStack only supports a single staging site subdomain, like:
staging.example.com
This cannot be customized or duplicated… no subdirectories, or multiple staging sites, and anything like that.
Lawrence
GuestCan I use some staging plugins with SlickStack like WP Staging or Updraft or TasteWP etc
William
GuestAutomatically syncing from staging back to production would be a very bad idea.
Isabella
GuestCan I use some staging plugins with SlickStack like WP Staging or Updraft or TasteWP etc
yup pretty much any staging plugin should also work with ss
Jonathan
GuestOnly heard of Taste WP now:
Looks pretty kickass but idk how it works for staging?
Victoria
GuestJacob
GuestHey, what if I didn’t enable staging during setup wizard but now I want to enable staging on my SlickStack server? thank you!
Elijah
Guest@Jacob just edit your ss-config
STAGING_SITE
to betrue
and then reinstall SlickStack again usingss install
command.Be sure you pointed staging subdomain to your production server IP address first
Mary
Guest -
AuthorPosts