Skip to content

Commit

Permalink
Merge pull request #95 from a2u/patch-1
Browse files Browse the repository at this point in the history
Create README.md
  • Loading branch information
annkots authored Jan 22, 2025
2 parents 1b1ee4d + 2b241d9 commit 652d2a6
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions docs/patchman/imunify/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Migrating to new agent

[[TOC]]

## Overview

Patchman now offers enhanced malware scanning capabilities powered by Imunify360 technology. This migration is voluntary and provides advanced malware detection and cleanup capabilities while maintaining the familiar Patchman portal experience.

## What's New

- Enhanced malware detection and cleanup.
- Integration with Imunify360 scanning technology.
- Full retention of Patchman portal functionality.

## Important Migration Notes
- Migration is optional and not automatic.
- After migration, files cannot be restored from the Patchman quarantine.
- Imunify creates backups of all cleaned files.
- Patchman portal functionality remains unchanged.

## Migration Process

**Prerequisites**

- SSH access to the server with root privileges.
- Active Patchman installation.

**Migration Steps**

Download the Imunify deployment script:
```
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
```

Run the script:
```
bash imav-deploy.sh
```

**Post-Migration Verification**

After installation is complete, verify that:
- Server agent has been successfully upgraded.
- Patchman portal shows the correct server status.
- Scanning features are accessible through the control panel.

## Frequently Asked Questions

**Q: Do I have to migrate?**
A: No, migration is entirely optional. You can continue using your current version of Patchman.

**Q: Will the Patchman portal experience change?**
A: No, the Patchman portal interface and functionality remain exactly the same.

**Q: Can I migrate multiple servers at once?**
A: No, the migration script must be run individually on each server.

**Q: What happens to my existing security settings?**
A: Your current security configurations will be preserved while gaining access to enhanced scanning capabilities.

## Support

If you have questions or need assistance with the migration process, please contact Patchman support team.

0 comments on commit 652d2a6

Please sign in to comment.