I am developing a sharepoint system on a development server. I am using a
prototyping approach so I will release sites one by one to the test server.
As this is not yet 'live' on the production server the client will be adding
all content to the test server. The migration path is therefore DEV -> TEST
-> PROD
The first time I migrate sharepoint across to the test server I can transfer
the entire site. The client will then populate content on the test site
prototypes as soon as they become available.
QUESTION: How do I migrate modified versions of a site without losing all of
their pre-populated content? It can't possibly be that you have to 'modify'
sites directly on the production server?
Is there something with smigrate, stsadm or SQL server backup/restore that I
can use to achieve this?
I may understand you wrong, but after the site is in production you intend
to keep making modifications to the dev/test servers with periodic updates to
production, and not allow users to update production?
--
Heather Solomon
http://www.heathersolomon.com/blog
This is the #1 reason people edit sites in Production. If you're doing
just design (not changing list schema), and you only work on COPIES of
existing pages, it's not a bad way to do things.
-----
Dustin Miller
SharePoint University [http://www.sharepointu.com]
SharePoint Blogs [http://www.sharepointblogs.com]
SharePoint Experts [http://www.sharepointexperts.com]
I think you've answered the question Dustin, but I can't say I like it. The
result is that you will lose (or need to re-enter) any content added to the
live page after you take a copy to work on. For large scale mods that could
be significant.
We just have to deal with that I guess.
Cheers
It takes a different line of thinking when you come to the SharePoint
world. The old staging methods just don't work as well as they do in
typical application development cycles. It's just ... different. Not
bad, not good, just different.
But that's just my opinion; it really is a personal interpretation. I
hope I gave you a few things to think about. :)
-----
Dustin Miller
SharePoint University [http://www.sharepointu.com]
SharePoint Blogs [http://www.sharepointblogs.com]
SharePoint Experts [http://www.sharepointexperts.com]