skip to Main Content

I’ve got an issue where if I upgrade MAMP, it generates a new folder in my Applications folder. So far this has occurred three times now and I’m no closer to finding out why it’s happening.
Here’s a screenshot of the Finder window showing all MAMP folders. The ones that got created after updating MAMP all have the dates and times they were created.

A screenshot of the Finder window showing all MAMP folders. The ones that got created after updating MAMP all have the dates and times they were created

I’ve tried deleting the new folders and leaving the original one but that prevents MAMP from opening (“These files are in the trash”) but the path for the document root still points to the original folder. Here’s a screenshot of that:

Screenshot of MAMP's preference pane showing document path to root folder

Can anyone advise on how best to remove these duplicates and prevent this from happening again? Each duplicated folder adds at least 10GB to my storage and I’m running low! I can’t find any reference to this in MAMP’s documentation, or even on this site.
Any ideas?
Thanks!

2

Answers


  1. I’ve experienced this when upgrading in the past. I believe this is normal behaviour.

    I have just gotten into the habit of deleting the old ones and haven’t had any problems.

    Login or Signup to reply.
  2. As Peter pointed out that is normal behaviour. The folders containing dates (MAMP_2018-0….) are the backups of the previous installations/versions. The following named folders always contain the latest updated installation files:

    • MAMP
    • MAMP Pro

    It is advisable NOT to store development sites in the MAMP/htdocs directory. It is advisable to set the Document Root to a separate development directory (not within the MAMP program folder) e.g. DevServer under My Docs.

    Before MAMP/MAMP Pro is upgraded record the preference settings. Next upgrade the software and recheck the settings match after the upgrade. Then launch and check your development website(s).

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search