mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-22 21:33:42 +02:00
do migration in one transaction with rollback
This commit is contained in:
parent
34c8c0db70
commit
bdf72662bf
3 changed files with 183 additions and 187 deletions
|
@ -21,6 +21,7 @@ import (
|
|||
func loadVersions(config *Config) {
|
||||
config.PangolinVersion = "replaceme"
|
||||
config.GerbilVersion = "replaceme"
|
||||
// config.BadgerVersion = "replaceme"
|
||||
}
|
||||
|
||||
//go:embed fs/*
|
||||
|
@ -487,4 +488,4 @@ func pullAndStartContainers() error {
|
|||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue