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
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
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.
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
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