You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up pre-commit hooks with markdownlint and custom link validator to enforce KB style guide standards and catch broken URLs before commits. Configuration files stored locally in scripts/zoey projects/format-and-url-scanner for team reference.
- Initialize husky for git hooks
- Configure markdownlint to enforce KB formatting standards
- Implement custom link validator to check internal KB links
- Setup lint-staged to check only modified KB files
- Add npm scripts for full KB audits: npm run lint
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: docs/kb/accessanalyzer/console-migration-workflow-step-2-prepare-the-database.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ This article lists the steps to prepare the Netwrix Access Analyzer database for
38
38
39
39
For Host Management and Host List Replication, follow these steps to restore the backup of the Access Analyzer console to a new server.
40
40
41
-
> **IMPORTANT:** This only applies if the new server name differs from the old server name; otherwise, skip to [Access Analyzer Console Migration Workflow: Step 3 - Rebuild the Console](https://helpcenter.netwrix.com/bundle/z-kb-articles-salesforce/page/kA0Qk0000001T1ZKAU.html).
41
+
> **IMPORTANT:** This only applies if the new server name differs from the old server name; otherwise, skip to [Access Analyzer Console Migration Workflow: Step 3 - Rebuild the Console](/docs\kb\accessanalyzer\console-migration-workflow-step-3-rebuild-the-console.md).
42
42
43
43
On the Access Analyzer Database, copy the script below and configure the `OldServer` and `NewServer` values (lines 5 & 6, below), then run:
> **NOTE:** Return to the main workflow page via this link: [Console Migration Workflow](/docs/kb/accessanalyzer/console-migration-workflow.md).
26
26
>
27
-
> Return to the previous section via this link: [Console Migration Workflow: Step 2—Prepare the Database](/docs/kb/accessanalyzer/console-migration-workflow.md)
27
+
> Return to the previous section via this link: [Console Migration Workflow: Step 2—Prepare the Database](/docs\kb\accessanalyzer\console-migration-workflow-step-2-prepare-the-database.md)
28
28
>
29
-
> Proceed to the next section via this link: [Console Migration Workflow: Step 4—Validate the Migration](/docs/kb/accessanalyzer/console-migration-workflow.md).
29
+
> Proceed to the next section via this link: [Console Migration Workflow: Step 4—Validate the Migration](/docs\kb\accessanalyzer\console-migration-workflow-step-4-validate-the-migration.md).
30
30
## Overview
31
31
32
32
This article lists the steps for rebuilding the Netwrix Access Analyzer console during the Access Analyzer Migration.
@@ -36,7 +36,7 @@ This article lists the steps for rebuilding the Netwrix Access Analyzer console
36
36
Follow the steps below to rebuild the Access Analyzer Console on the new server. Before installation, ensure that the `NAA_Migration` folder with the `StealthAUDIT.lic` license file is stored locally on the new Access Analyzer Console so it can be referenced during the installation process.
37
37
38
38
1. Confirm that the prerequisites have been met on the Access Analyzer Console Server.
39
-
-[Netwrix Access Analyzer 12.0 System Requirements](https://docs.netwrix.com/docs/accessanalyzer/12_0)
39
+
-[Netwrix Access Analyzer 12.0 System Requirements](https://docs.netwrix.com/docs/accessanalyzer/12_0)
40
40
2. Install the Access Analyzer application, as well as the Access Information Center (AIC) application if the server will host both.
41
41
42
42
> IMPORTANT: Do **NOT** start the Access Analyzer or AIC applications at this time.
@@ -138,9 +138,9 @@ If using any of the below, please recreate the certificate for the new NAA Conso
0 commit comments