Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Copy site and data to new domain


Go to End


10 Posts   6972 Views

Avatar
Lapilo

Community Member, 2 Posts

26 May 2013 at 3:11am


My best way to restore or transfere to an other site is to save the original sw e.g.

SilverStripe-cms-v3.0.5.zip

And the 3 folders:

assets, themes and mysite.

1. Install the SilerStripe-cms from scratch as you done the first time.
2. Replace asset, themes and mysite folder with your stored one.
3. Run http://<your-new-site>/dev/build
4. Run http://<your-new-site>/index.php?flush=1

And that`s it. At least I was successful with this procedure.

Avatar
Lapilo

Community Member, 2 Posts

26 May 2013 at 10:05pm

Procedure above works only with the same server. I`ve tried it successful under my PC as localhost.

I´ve tried to transfere my local staff to an internet domain, considering that _config.php in mysite folder is correct,
but I was unsuccessful with that.

So seems there is something missing.

Go to Top