We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0215476 commit 1aa9d4aCopy full SHA for 1aa9d4a
cmd/migrate_valid.go
@@ -154,7 +154,7 @@ func NewMigrator() *Migrator {
154
newpublisher := newkafka.GetInstance()
155
156
// psql cursor for new kafka
157
- psql, err := storage.NewPostgresConnector(config.Cfg.Storage.Main.Postgres)
+ psql, err := storage.NewPostgresConnector(config.Cfg.Storage.Staging.Postgres)
158
if err != nil {
159
log.Fatal().Err(err).Msg("Failed to initialize psql cursor")
160
}
0 commit comments