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
{{ message }}
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/docs/Pre-Requisites/General.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ Given below are the general pre-requisites for MySQL virtualization.
5
5
### Environments
6
6
For MySQL virtualization, Delphix requies only Staging and Target Hosts to be added as environments.
7
7
8
+
Refer to [Delphix Docs](https://docs.delphix.com/docs/configuration/performance-analytics-management/target-host-os-and-database-configuration-options)
9
+
for configuration best practices.
10
+
8
11
##### Staging Host/Environment
9
12
The MySQL plugin is a "Staged" plugin - which means that in order to create a dSource, Delphix requires a staging environment.
10
13
This environment must have MySQL binaries installed and the version of MySQL must match the source MySQL database(s).
Copy file name to clipboardExpand all lines: docs/docs/Pre-Requisites/Replication_Mode.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ Given below are the pre-requisites for MySQL virtualization when using Replicati
10
10
- Delphix staging user must be able to connect to source environment from staging and take a backup of the source database(s) using the *mysqldump* utility.
11
11
12
12
#### Source DB User
13
-
- A Source DB user who
13
+
- A Source DB user with the following permissions.
14
+
15
+
14
16
- Can connect to the source database from staging host as well as locally
15
17
```jql
16
18
mysql>CREATE USER 'delphix_os'@'<staging_host>' IDENTIFIED BY 'delphix_user_passwd';
@@ -64,6 +66,12 @@ The source database must have a non zero server-id.
64
66
### Staging Environment Requirements
65
67
66
68
#### Staging OS User
69
+
70
+
This is a typical Delphix OS staging user.
71
+
Key requirements for this user are given below.
72
+
73
+
Please refer to Delphix Docs for more detailed requirements.
74
+
67
75
- A Delphix OS user with the elevated permissions to run *ps, mount, umount, mkdir, rmdir*
68
76
commands without requiring a password
69
77
@@ -101,6 +109,12 @@ The source database must have a non zero server-id.
101
109
### Target Environment Requirements
102
110
103
111
#### Target OS User
112
+
113
+
This is a typical Delphix OS target user.
114
+
Key requirements for this user are given below.
115
+
116
+
Please refer to Delphix Docs for more detailed requirements.
117
+
104
118
- A Delphix OS user with the elevated permissions to run *ps, mount, umount, mkdir, rmdir*
0 commit comments