The tag relates to methods for creating a staging server and then moving accepted changes from staging into production - ideally in an automated fashion.
0
votes
2answers
254 views
Publishing Wordpress from stage to production server
I'm having trouble configuring wp-config.php correctly in a staged server environment. I'm being told that I should be working in my stage environment for Wordpress with an example address of ...
0
votes
2answers
148 views
Graphic design changes on Staging before moving to Production?
I have a Development, Staging and Production workflow for my WordPress site. I am fairly strict about any structural work to be done on the site being done in Staging first, then migrated to ...
14
votes
4answers
3k views
Dev, Stage and Production Deployment for WordPress Sites?
So I need to be able to have dev/stage/production iterations (over separate servers) for a WordPress website, I use git usually but this obviously isn't going to work with WordPress sites because of ...
1
vote
1answer
77 views
media 'path' issue / concern when bringing files live
I'm currently developing a site we have installed on a sub-domain.
'beta.mysite.com'
We will eventually, be moving site to it's root domain.
'www.mysite.com'
Problem?
any post type attachment / the ...
2
votes
3answers
426 views
How do you add pages on a staging server, and then move them over to production
Here is just one of a couple of scenarios where this could come up.
Let's say you add a plugin on your development server, which requires a wordpress page to do its magic.
There are a couple of ...
9
votes
2answers
2k views
Wordpress database synch between dev and prod
Question has been asked before about how to synchronize files as well as the database between two Wordpress installations.
For the database level, the answer is usually to basically dump one ...
4
votes
2answers
3k views
DB connection error after copying a WordPress Multisite instance to a second location
Here's my setup. I have a Multisite instance running at http://example.com, and I want to do development and staging. Moving an existing Multisite instance of WP onto localhost is a nightmare, so I'm ...
1
vote
1answer
765 views
Using second site as staging area
WordPress' "preview" mode is good, but not perfect.
How can I create a "staging site", where I can make changes, and then,
when I'm satisfied, mirror the changes to my production site?
I realize ...
2
votes
3answers
249 views
Clone plugins (and settings) to new installation?
Is it possible to clone the plugins and settings from a WordPress site to a new fresh install?
I don't want any of the content from the original site I just want all the plugins used and their ...
1
vote
2answers
1k views
Maintaining synced staging/production WP sites
This is a more general question about WP website best practices.
An issue I encounter with many of my clients is maintaining two identical WP installs (staging and production). They insist on seeing ...
0
votes
2answers
103 views
How to run a test WordpressMu to Wordpress3 update?
Currently I am running a wordpress MU site with ~100 blogs. It's Wordpress MU version 2.8.x
Because it was so heavily used, I was asked not to update to Wordpress 3 right away. The users are ...
3
votes
3answers
270 views
Change management solution for BP-based site?
I administer a social networking site that runs on WP, BP, and WP Multisite. Currently I have two servers: development and production, but I plan to move to three: development, staging, and ...
1
vote
2answers
638 views
Wordpress staging environment that syncs everything except posts?
I've already looked at this question and didn't find it too helpful.
We're using Wordpress as a CMS that also includes a blog/news section. The blog/news uses WP "posts" and those are made whenever ...
1
vote
3answers
361 views
Override database config for WordPress multiblog
Our team has run in to a problem working with wordpress 3 multiblog.
We usually work with a local copy of the site (localhost/testsite) but with the same database to keep all changes up to date.
...
18
votes
4answers
4k views
Database synchronization between dev/staging and production
I have a problem with WP database synchronization between development and production and I am wondering how other people solving it. I am aware about this question but it doesn't really cover the ...
97
votes
19answers
21k views
How to: Easily Move a WordPress Install from Development to Production?
I do development on one box and use a second for production. Right now I just dump the database and then do a find a replace for the URL changes; then copy over the files and import the new SQL.
Are ...