Step 15: Post Migration Tasks
Your Nodinite environment is now running on v7. Use this page to confirm migration success and then follow the standard post-installation steps to secure and maintain your environment.
Prerequisites
- Step 14 completed – Old files and folders cleaned up
- All v7 services running and tested
Migration Completion Checklist
Confirm these essential items before considering the migration complete:
- Test thoroughly – Verify logging, monitoring, and alerting work end-to-end
- Update documentation – Record new URLs, ports, and configuration details
- Train users – Share the new Web Client URL and any relevant UI changes
- Monitor performance – Review diagnostics logs and the Audit Log for errors and warnings
Post-Installation Steps
Migration is complete, but a few operational housekeeping tasks remain. The standard Post-Installation Steps guide covers everything you need to keep your environment healthy:
- Configure antivirus exclusions for IIS and Nodinite folders
- Set up disk usage monitoring to prevent downtime
- Ensure SQL Server database backups are in place
- Tune SQL Server performance for your workload
- Harden your environment — TLS, SQL encryption, and authentication
- Understand the monthly update cadence and support policy
Tip
Many of these steps may already be in place from your v6 environment. Use the checklist as an opportunity to review and update configurations for the new v7 IIS-based architecture — for example, IIS application pool identities may now need to be covered by your antivirus exclusions.
Future Enhancements
Now that you are on v7, consider these optional but recommended security improvements:
- Group Managed Service Accounts (gMSA) – Replace local or domain service accounts with gMSA for better security and automated password management. IIS application pool identities are a good candidate for gMSA in v7.
- OAuth 2.0 / OpenID Connect – Enable modern single sign-on authentication. Requires HTTPS/TLS to be configured first (Step 11).
Contact your Partner or Nodinite Support for guidance on these features.