Command "migrat" is ambiguous when updating to 21.08.1 #2377

Closed
opened 2026-02-05 03:52:39 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @binarydad on GitHub (Sep 3, 2021).

When attempting to update my Ubuntu 18.04 version of v21.05.4 to v21.08.1 using the command git pull origin release && composer install --no-dev && php artisan migrate (sudo'ing each command), I get the following error:

image

Originally created by @binarydad on GitHub (Sep 3, 2021). When attempting to update my Ubuntu 18.04 version of v21.05.4 to v21.08.1 using the command `git pull origin release && composer install --no-dev && php artisan migrate` (sudo'ing each command), I get the following error: ![image](https://user-images.githubusercontent.com/1760607/131934430-b2093e33-43a9-4ed8-90da-242a6ba9dc73.png)
Author
Owner

@watschi commented on GitHub (Sep 3, 2021):

Looks like you executed git pull origin release && composer install --no-dev && php artisan migrat (missing the last "e" in migrate).
Are you sure you pasted the whole line?

@watschi commented on GitHub (Sep 3, 2021): Looks like you executed `git pull origin release && composer install --no-dev && php artisan migrat` (missing the last "e" in migrate). Are you sure you pasted the whole line?
Author
Owner

@binarydad commented on GitHub (Sep 4, 2021):

Looks like you executed git pull origin release && composer install --no-dev && php artisan migrat (missing the last "e" in migrate).
Are you sure you pasted the whole line?

Damnit...

@binarydad commented on GitHub (Sep 4, 2021): > > > Looks like you executed `git pull origin release && composer install --no-dev && php artisan migrat` (missing the last "e" in migrate). > Are you sure you pasted the whole line? Damnit...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2377