mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
AsteriskARI tutorial files
This commit is contained in:
@@ -46,7 +46,7 @@ func CheckVersion(acntDB AccountingStorage) error {
|
||||
// comparing versions
|
||||
if len(CurrentVersion.CompareAndMigrate(dbVersion)) > 0 {
|
||||
// write the new values
|
||||
msg := "Migration needed: please backup cgr data and run cgr-cloader -migrate"
|
||||
msg := "Migration needed: please backup cgr data and run cgr-loader -migrate"
|
||||
utils.Logger.Crit(msg)
|
||||
return errors.New(msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user