Hi all, I’m trying to run Hydra and Kratos against...
# talk-hydra
w
Hi all, I’m trying to run Hydra and Kratos against the same MySQL database and the migrations fail on the
CREATE TABLE networks
step because the table would’ve already been created by running the migrations for the other service. The only options I can see to resolve this are to run them against separate databases or apply migrations manually skipping the networks table creation step. Are there any other ways to resolve this?
n
i would recommend creating separate databases, even if they run on the same server