Encountering error while running migrations #1133
-
|
Working to get an instance of this spun up to see if it meets my needs, and running into issues at the migrations step. Based on my googling, I'm not quite sure what the issue is. It seems to be possibly about using an older version of mysql/mariadb, but mine is relatively up to date (11.4.8-MariaDB-cll-lve-log). Other things I've found with this issue seem to be pointing towards something like this as a fix, but surely someone else would have run into this before now? Anyone else seen anything like this?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Quick follow up: was able to get the migrations to process by following some of the instructions in the StackOverflow post linked in the OP. Specifically editing So yay for that, but still had issues with getting it to run. I think it might be due to trying it on my shared hosting server, so I'm gonna give it a whirl on a VPS this weekend. Not quite sure, but we'll see how it goes! |
Beta Was this translation helpful? Give feedback.

Quick follow up: was able to get the migrations to process by following some of the instructions in the StackOverflow post linked in the OP. Specifically editing
config/database.phpto change the engine value from null to InnoDB.So yay for that, but still had issues with getting it to run. I think it might be due to trying it on my shared hosting server, so I'm gonna give it a whirl on a VPS this weekend. Not quite sure, but we'll see how it goes!