-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Installation Failure At "Running database migrations" #400
Comments
@crunchprank can you try upgrading to the latest ghost-cli release (1.0.2)? I still have no idea what's happening here but maybe an upgrade would fix it? |
I got the same error when doing an upgrade from 1.1.0 to 1.2.0 - using the latest ghost cli version 1.0.2 ✖ Running database migrations NAME: InternalServerError level:normal
Debug Information: |
Resolved my upgrade issue by running |
Unfortunately I will be out of town until next week but I will try as soon as possible to attempt this solution, as I know you don't want Issues sitting around with no activity. |
@crunchprank really appreciate you taking the time to let us know that :) |
Today I got the same error as OP with only an additional line emitted "→ id: ghost: No such user". This happens whether installing local or not, using Ghost-CLI 1.0.3 with |
Ah ok - I think I actually might have a better idea of what's causing this. I'll look into it more tonight. |
Figured out what the issue was 😅 PR incoming. |
closes TryGhost#400 - for `id -u ghost` -> centos returns "No such user" - this made the use-ghost-user check fail
closes #400 - for `id -u ghost` -> centos returns "No such user" - this made the use-ghost-user check fail
This issue is a
Summary
When attempting to perform a
ghost install local
, I receive the following error:Steps to Reproduce (for a bug report)
ghost-cli@latest
via NPM or yarn.ghost install local
as root or user with sudo.The failure appears to happen at the
Running database migrations
stage. Here is a log:Technical details (will be automatically output by Ghost-CLI if an error occurs):
The text was updated successfully, but these errors were encountered: