Skip to content

Commit 652d2a6

Browse files
authored
Merge pull request #95 from a2u/patch-1
Create README.md
2 parents 1b1ee4d + 2b241d9 commit 652d2a6

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

docs/patchman/imunify/README.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Migrating to new agent
2+
3+
[[TOC]]
4+
5+
## Overview
6+
7+
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.
8+
9+
## What's New
10+
11+
- Enhanced malware detection and cleanup.
12+
- Integration with Imunify360 scanning technology.
13+
- Full retention of Patchman portal functionality.
14+
15+
## Important Migration Notes
16+
- Migration is optional and not automatic.
17+
- After migration, files cannot be restored from the Patchman quarantine.
18+
- Imunify creates backups of all cleaned files.
19+
- Patchman portal functionality remains unchanged.
20+
21+
## Migration Process
22+
23+
**Prerequisites**
24+
25+
- SSH access to the server with root privileges.
26+
- Active Patchman installation.
27+
28+
**Migration Steps**
29+
30+
Download the Imunify deployment script:
31+
```
32+
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
33+
```
34+
35+
Run the script:
36+
```
37+
bash imav-deploy.sh
38+
```
39+
40+
**Post-Migration Verification**
41+
42+
After installation is complete, verify that:
43+
- Server agent has been successfully upgraded.
44+
- Patchman portal shows the correct server status.
45+
- Scanning features are accessible through the control panel.
46+
47+
## Frequently Asked Questions
48+
49+
**Q: Do I have to migrate?**
50+
A: No, migration is entirely optional. You can continue using your current version of Patchman.
51+
52+
**Q: Will the Patchman portal experience change?**
53+
A: No, the Patchman portal interface and functionality remain exactly the same.
54+
55+
**Q: Can I migrate multiple servers at once?**
56+
A: No, the migration script must be run individually on each server.
57+
58+
**Q: What happens to my existing security settings?**
59+
A: Your current security configurations will be preserved while gaining access to enhanced scanning capabilities.
60+
61+
## Support
62+
63+
If you have questions or need assistance with the migration process, please contact Patchman support team.
64+

0 commit comments

Comments
 (0)