Coder Social home page Coder Social logo

How to use beam-migrate-cli with nix about beam HOT 5 CLOSED

aljce avatar aljce commented on August 16, 2024
How to use beam-migrate-cli with nix

from beam.

Comments (5)

tathougies avatar tathougies commented on August 16, 2024

from beam.

tathougies avatar tathougies commented on August 16, 2024

@mckeankylej Which ghc version are you using, and which version of nix?

from beam.

aljce avatar aljce commented on August 16, 2024

I am using ghc: 8.2.2 and nix: 18.03pre115884.b5a5d0ba84

I made a reproducible environment to test bugs in here:

https://github.com/mckeankylej/beam-migrate-nix

If you run nix-shell in this repo it will bootstrap up to current version of nix
(the version above). If you haven't used nix lately it will take a bit to download all the deps from the cache. This project uses the latest beam master branch.

To execute the project:

nix-shell
cabal run -- <connection-string>

To launch into a shell with beam-migrate-cli:

./beam-migrate-env

Once inside beam-migrate-env you can try:

beam-migrate database add postgres Database.Beam.Postgres.Migrate <connection-string> --package-path /nix/store/qh2mz95q4dh538yd104jr18zb6cz0vkk-beam-postgres-0.2.0.0/lib/ghc-8.2.2/package.conf.d

When I tried that command I got:

beam-migrate: user error (Could not find migration registry)

This is a different error from the original issue. I think the error changed because I switched from nextgen-beam-migrate to master.

Anyway if you have any questions about the repro env just ask!

from beam.

tathougies avatar tathougies commented on August 16, 2024

I think the flag name may have been spelled wrong. It should be fixed in latest master. I will test with your environment this afternoon

from beam.

tathougies avatar tathougies commented on August 16, 2024

I finally got around to looking into this. Based on your last comment, the issue is that you need a beam-migrate registry (basically a configuration file). You should be able to get one with beam-migrate init in the current directory

from beam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.