Changes between Initial Version and Version 1 of Ticket #67148, comment 1


Ignore:
Timestamp:
Mar 25, 2023, 8:18:48 PM (14 months ago)
Author:
TheDigitalOrchard (The Digital Orchard)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67148, comment 1

    initial v1  
    33Running `sudo port unload mongodb` was not stopping the `mongod` process, which I found unusual. This is even after a complete reboot of the system.
    44
    5 Manually stopping the process and then running `sudo port load mongodb' restarted the process, and all existing databases were available once again.
     5Manually stopping the process and then running `sudo port load mongodb` restarted the process, and all existing databases were available once again.
    66
    77I've seen this happen before. I previously had a Homebrew installation of MongoDB installed (due to the MacPorts version crashing), but I believe that I had uninstalled this HomeBrew version. Maybe it stuck around and that's why the database directory is different? I'll investigate that further.