Issues
- 0
- 0
run migrate gets Panics(go)
#1193 opened by ifunjoke - 0
(localdb)\MSSQLLocalDB connection string url
#1192 opened by Liero - 0
Multiple SQL statements in the same migration file leads to failure due to newlines
#1191 opened by soham-suki - 1
- 1
Add support for redis lua migrations
#1137 opened by khasanovbi - 4
Failed parsing go migration files from CLI
#1177 opened by emilianosantucci - 1
net/url: invalid userinfo
#1187 opened by enheit - 1
Invalid go version '1.22.0': must match format 1.23
#1163 opened by sakshi099 - 0
How to run force version in specification table on DB
#1181 opened by thearithchhie - 1
Missing context in WithInstance method
#1159 opened by maksim77 - 1
OTEL tracing support
#1176 opened by NickBelhomme - 2
Error messages output potentially sensitive information
#1161 opened by rselbach - 1
Failed: timed out waiting for container to get ready
#1174 opened by mbobrovskyi - 0
- 0
for table `migrations`, column `version` should be `bigint`: error: pq: value "20240918085430" is out of range for type integer
#1168 opened by erikschul - 0
Multiple migrators to migrate one database?
#1165 opened by uvulpos - 0
Support for dropping functions, views, temporary tables etc in Drop command for PostgreSQL
#1164 opened by TWinsnes - 1
Callbacks or pre-migration scripts to aid testing
#1157 opened by rajeevs - 1
`create -seq` cli command produces wrong migration number
#1109 opened by 42LM - 1
Update mongo-driver version
#1145 opened by Kusbek - 1
Adding column and running an update query on the table to populate data in that column does not run in a single migration
#1146 opened by sumit-anantwar - 0
DDL Lock Conflicts May Occur If the drop and create MigrationsCollection Commands Are Frequently Executed When MongoDB Is Used
#1144 opened by sharlyndb - 0
sqlite3 Drop() attempts to drop internal tables which might fail f.e. for sqlite_sequence
#1138 opened by makadev - 0
- 5
Cannot find a way to run migrations against Cloud SQL instance from Cloud run
#1113 opened by lewisd1996 - 0
Squash / Merge Migration Files
#1134 opened by halorium - 0
- 0
CVE-2024-41110 in github.com/docker/docker
#1124 opened by yossi-cherniak-hpe - 1
- 1
Dependency upgrade: github.com/xanzy/go-gitlab
#1116 opened by fastrapier - 1
open .: no such file or directory
#1112 opened by BrunoQuaresma - 0
- 1
golangci-lint: remove deprecated linter & fix lint
#1104 opened by Shion1305 - 0
Improve Error Message for Invalid Source Path
#1102 opened by Shion1305 - 0
Support comments in MongoDB migrations
#1108 opened by bart1024 - 0
Clickhouse schema_migrations table creation fails when ReplicatedMergeTree parameters are given
#1097 opened by davidgcameron - 0
Add Opensearch driver to README.md
#1096 opened by dhojayev - 1
AWS RDS Aurora and secure connections not verifying
#1094 opened by cajund - 0
How migrate mongodb for adminCommand
#1095 opened by okhowang - 1
- 1
Cassandra multiple hosts cluster migrations failed
#1071 opened by easokol - 1
first .: file does not exist
#1084 opened by tamis-laan - 1
Install on Ubuntu with apt
#1075 opened by konstantin83 - 0
Postgres / SQL multistatement support
#1078 opened by bnkamalesh - 2
`Dirty database version 1. Fix and force version` and `error: can't read limit argument N`
#1059 opened by ctfrancia - 1
error: no migration found for version X (some numbers)
#1069 opened by vexsx - 0
- 0
Do not return an error when no change. Communicate error conditions using errors.
#1063 opened by atljoseph - 1
SQLite3 accepts file URL with prefix `file:///`, but golang-migrate requires prefix `sqlite3:///`. Not flexible.
#1062 opened by atljoseph