Skip to content

Commit

Permalink
fix: downgrading to 2.3 was broken (#23814)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyssmith2nd committed Oct 19, 2022
1 parent 0389d51 commit 3ac7a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/influxd/downgrade/downgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type migrationTarget struct {
var downgradeMigrationTargets = map[string]migrationTarget{
"2.0": {kvMigration: 15, sqlMigration: 0},
"2.1": {kvMigration: 18, sqlMigration: 3},
"2.3": {kvMigration: 20, sqlMigration: 6},
"2.3": {kvMigration: 20, sqlMigration: 5},
}

func NewCommand(ctx context.Context, v *viper.Viper) (*cobra.Command, error) {
Expand Down

0 comments on commit 3ac7a10

Please sign in to comment.