On Friday, June 23, 2017 at 4:26:10 PM UTC-7, Avi Flax wrote: > > Hello all, I’m trying to run migrations with this command: > > createdb foo && sequel -t -m migrations jdbc:postgresql://localhost/foo > > > and I’m getting this error: > > Sequel::DatabaseError: Java::OrgPostgresqlUtil::PSQLException: ERROR: > current transaction is aborted, commands ignored until end of transaction > block >
In order to troubleshoot this, you need to prepare a minimal, self contained example migration file that shows the issue. In general, the error you are seeing should only happen if you are rescuing an earlier exception that caused the transaction to abort. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
