Welcome! Please see the About page for a little more info on how this works.

0 votes
in Clojure by

Can the luminus-migration library be used with normal MySQL/MariaDB SQL backup files to migrate a database, or is the syntax different?

Background: I'm trying to create and populate the tables of a MariaDB database with SQL scripts stored in the resources/migrations subdirectory. For this I use a project that was created with the Leiningen template luminus. The project uses the luminus-migration library for migration. If I load the SQL script directly (with a mysql client) into the database, the table is created and the data is imported. On the other hand, if I use the command 'lein run migrate', nothing happens.

Please log in or register to answer this question.

...