-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start any database if home directory is on external volume #139
Comments
I've a similar problem: the MySql data directory i choose is on a removable drive and manually running the plist file show an input/output error:
Inspecting the plist file and manually executing the invocation command in a terminal works just fine (running with
I wonder if this problem is related to |
@manuelbua any clue how to debug this? |
I'm unable to debug the I'm in the middle of the process of setting up a new machine for development work and i tried a few things without success. I read that I'm also unsure on what to do: since i'm going to use the disk as an internal one (it's an M.2 disk placed in a MacMini dock), unchecking the "Ignore ownership on this volume" seems a sensible option for my use-case, but i would really love to know how to solve this without modifying that volume option. Any devs around that may be able to point us in the right direction? |
I also had this problem with an installation of mysql 5.7 with brew. This smells like the same issue. I hope that DBngin can somehow execute it differently. |
Please fill out the detail below, it helps me investigate the bug:
Issue:
Can't start any database if home directory is on external volume. This probably has to do with permission, execution rights.
Driver (Ex: PostgreSQL 10.0):
Any driver
DBngin build number:
Any build 7.0, and I believe any version has this issue
macOS version:
Sonoma 14.4 but I think any MacOS version has this issue
The steps to reproduce this issue:
Go to Settings > Users & Groups.
Create a new user (of type administrator) on MacOS
Right click the user, and choose "Advanced Options"
Change Home directory to an external volume
Reboot MacOS
Login as the created user
Create a database with DBngin
Click start
Refresh, and see that it hasn't been started
Suboptimal solution:
Unchecking "Ignore ownership on this volume" resolves. But that's a too drastic measure.
Can you please take a look and see whether this is fixable in another way?
The text was updated successfully, but these errors were encountered: