migrate icon indicating copy to clipboard operation
migrate copied to clipboard

Database migrations. CLI and Golang library.

Results 408 migrate issues
Sort by recently updated
recently updated
newest added

**Describe the Bug** Unable to install on ubuntu 21.04 hirsute with steps provided in documentaion **Steps to Reproduce** Steps to reproduce the behavior: ``` $ curl -L https://packagecloud.io/golang-migrate/migrate/gpgkey | apt-key...

Hello, as I mentioned in #404, I need this functionality for a project I am working on. This program is great; I really like the design. This PR adds the...

Note: this PR is based on some of the problems/solutions and PR review feedback in #723 and #697 The main change – v2 driver upgrade: * Upgrades the CLI build...

**Describe the Bug** In the Postgres tutorial, on the subject of [Database Transactions](https://github.com/golang-migrate/migrate/blob/master/database/postgres/TUTORIAL.md#database-transactions), it seems to be implied that the steps are not done in a transaction, unless explicitly made...

This PR solves a problem mentioned in https://github.com/golang-migrate/migrate/issues/704. The reason migrating stopped working with Golang Clickhouse driver of 2nd version (`github.com/ClickHouse/clickhouse-go/v2`) is that it's now required to use prepared statements...

@dhui There was an issue I came across with warehouse name and role not specified in URL string when trying to connect via code which I hadn't encountered earlier. Can...

The current DSN example is not correct as the client will try to use the database `database=clicks`

**Describe the Bug** fails to compile for *bsd variants. **Steps to Reproduce** try to cross compile with sqlite for netbsd, freebsd or openbsd `❯ env GOOS=freebsd go build ./...` fails...