Error during initial migration when using a MySQL database #151
-
Hey Wave community :) As the title says, I changed the database type from the default SQLite, into MySQL. I made sure the database exists, it is empty, and that the credentials are accurate in the .env file. When running the initial
I don't have any problems using the default SQLite database, but I'd still like to know how to get a successful initial migration in case I ever need to switch to a MySQL database. For a deeper insight, I created the MySQL database with TablePlus, and my dev machine is an M1 MacBook Pro running macOS Sequoia 15.1. I'd highly appreciate any help on this. Many thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey! 👋 I believe that just answered the same question here: https://devdojo.com/question/wave-installation-failed The new error that you are getting is fixed in: You can cherry pick that commit or pull the latest changes from the Wave repo. Let me know how it goes! |
Beta Was this translation helpful? Give feedback.
-
@bobbyiliev pulling the latest changes from the Wave repo fixed it, thank you so much! |
Beta Was this translation helpful? Give feedback.
Hey! 👋
I believe that just answered the same question here: https://devdojo.com/question/wave-installation-failed
The new error that you are getting is fixed in:
You can cherry pick that commit or pull the latest changes from the Wave repo.
Let me know how it goes!