OS Name/Version: Ubuntu 24.04.2
Product Name/Version: AMP 2.6.1.6
Problem Description:
The Backup menu isn't visible. The Take a backup task for triggers also isn't available.
Steps to reproduce:
- Log in to AMP
- Manage an instance and see no Backups menu
- In an instance, add a trigger then add a task and see there is no Take a backup option.
- Search for backup in the search bar in the top right and nothing is found.
- The main Support and Updates page has this: Loaded Plugins FileManagerPlugin, EmailSenderPlugin, WebRequestPlugin, LocalFileBackupPlugin, CommonCorePlugin, AnalyticsPlugin
Actions taken to resolve so far:
Based on an entire day of searching and testing:
- I’ve confirmed amp has full access to the backup folder.
- I’ve added an entry for LocalFileBackupPlugin.Storage.StorePath with value /mnt/md1/amp/backups/{{InstanceName}}/ in Deployment Defaults.
- I’ve edited LocalFileBackupPlugin.kvp to ensure it has the following, which it already did: Storage.StorePath=/mnt/md1/amp/backups/{{InstanceName}}/
- I’ve edited FileManagerPlugin.kvp to have this line: FileManager.AdditionalVirtualDirectories={“Backups”:“/mnt/md1/amp/backups”}
- I initially had “backups” but when that didn’t work, I noticed the relevant folder already had a Backups folder to I tried the upper case B but it didn’t make a difference.
- I’ve looked in various AMP_Logs. At one point I noticed this:
[03:50:58] [Loader Info/1] : Loaded FileManagerPlugin by CubeCoders Limited
[03:50:58] [Loader Info/1] : Loaded EmailSenderPlugin by CubeCoders Limited
[03:50:58] [Loader Info/1] : Loaded WebRequestPlugin by CubeCoders Limited
[03:50:58] [Loader Error/1] : Container failed to resolve plugin LocalFileBackupPlugin
[03:50:58] [Loader Error/1] : Resolution failed with error: Exception has been thrown by the target of an invocation.
For more detailed information run Unity in debug mode: new UnityContainer().AddExtension(new Diagnostic())
[03:50:58] [Loader Fatal/1] : 'LocalFileBackupPlugin' does not implement abstract class 'ModuleShared.AMPPlugin'
[03:50:58] [Core Error/1] : Could not load plugin LocalFileBackupPlugin
[03:50:58] [Loader Info/1] : Loaded CommonCorePlugin by CubeCoders Limited
[03:50:58] [Loader Info/1] : Loaded AnalyticsPlugin by CubeCoders Limited
[03:50:58] [System Error/7] : Missing plugin/assembly: MaxMind.Db (/AMP/Plugins/MaxMind.Db/MaxMind.Db.dll) for
[03:50:58] [Core Info/1] : Licence Present: AMP Professional Edition - Lifetime Licence
but that was quite early in the process before I had taken the above action. Since taking the above steps, I haven’t seen any more errors logged. So I doubt this error is relevant.
- I’ve restarted the instance and AMP after making these changes but that also had no effect. The Backups menu still isn’t visible.
- I’ve seen other posts that I’ve either already referenced and tried what they said or they didn’t have any response.
At this point, I’ve run out of things to try that I’m aware of.