Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLatestUpgradeVersion ¶
func GetLatestUpgradeVersion() string
returns the most recent patch version will be used in on new installation, add in the database as a reference, to avoid upgrades on fresh installation
func StartUpgrade ¶
starts the upgrade process
func UpdateStorageRestoreApiMap ¶ added in v2.1.1
func UpdateStorageRestoreApiMap(ctx context.Context, logger *zap.Logger, storage storageTY.Plugin, backupVersion string, apiMap map[string]backupTY.Backup) (map[string]backupTY.Backup, error)
updates required apis on restore this will allow to restore from any lower version if there is a schema changed on a version, old schema can be handled with this data will be migrated on startup via upgrade scripts
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.