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.

Migrating a Site to Silverstripe /

What you need to know when migrating your existing site to SilverStripe.

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

Downloading SS database to local server?


Go to End


2 Posts   3256 Views

Avatar
DinaHansen

Community Member, 10 Posts

26 November 2009 at 2:05am

Hi

My external server is very slow, and because I am to create about 70 new pages I would like to download the database to my MAMP server, make the pages there, and upload them again.

Can any of you help me?

/Dina

Avatar
Double-A-Ron

Community Member, 607 Posts

26 November 2009 at 9:17am

Can you not just:

1. Export the database using phpMyAdmin
2. Import the .sql file into a fresh MAMP database
3. Hook that database into a copy of the basecode
4. Make changes / Add Pages
5. Replace database on live server (make a new one if you can, then switch using /mysite/_config.php)
6. Upload /assets folder if you have uploaded any files during the content creation.

Aaron