Skip to content

Commit 1b9f9be

Browse files
authored
Merge pull request #105 from skysqlinc/enterprise-community
Rename Enterprise files to Community equivalents - Rename MariaDB Ent…
2 parents 1413963 + 23e3b95 commit 1b9f9be

File tree

14 files changed

+409
-454
lines changed

14 files changed

+409
-454
lines changed

docs/Backup and Restore/MariaDB Backup.md

Lines changed: 388 additions & 0 deletions
Large diffs are not rendered by default.

docs/Backup and Restore/MariaDB Enterprise Backup.md

Lines changed: 0 additions & 433 deletions
This file was deleted.

docs/Connecting to SkySQL DBs/Connect using ODBC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ An example of a failover host string:
213213
| --- | --- | --- |
214214
| DRIVER | • On Linux, the name of the driver, which is configured in the unixODBC driver template file. On macOS, the path to the driver's shared library, which is installed at /Library/MariaDB/MariaDB-Connector-ODBC/libmaodbc.dylib by default. | |
215215
| SERVER | Host name, IPv4 address, or IPv6 address of the database server. | localhost |
216-
| SOCKET | The path to the socket file. On Linux, MariaDB Enterprise Server uses different default socket files on different Linux distributions. On Debian / Ubuntu, the default socket file is /var/run/mysqld/mysqld.sock or /run/mysqld/mysqld.sock. On CentOS / RHEL / Rocky Linux, the default socket file is /var/lib/mysql/mysql.sock. | /tmp/mysql.sock |
216+
| SOCKET | The path to the socket file. On Linux, MariaDB Mariadb Server uses different default socket files on different Linux distributions. On Debian / Ubuntu, the default socket file is /var/run/mysqld/mysqld.sock or /run/mysqld/mysqld.sock. On CentOS / RHEL / Rocky Linux, the default socket file is /var/lib/mysql/mysql.sock. | /tmp/mysql.sock |
217217
| DATABASE | Database name to select upon successful connection. The database must already exist, and the user account must have privileges to select it. | |
218218
| PORT | TCP port of the database server. | 3306 |
219219
| USER | The username to use for authentication. | |

docs/Connecting to SkySQL DBs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Applications can connect to SkySQL using any of the below MariaDB supported conn
5555

5656

5757
!!! Note
58-
💡 For Enterprise Server With Replica(s), you can also use any MongoDB client and use the [NoSQL Interface](Connect%20from%20MongoDB%20clients.md)
58+
💡 For <Mariadb> Server With Replica(s), you can also use any MongoDB client and use the [NoSQL Interface](Connect%20from%20MongoDB%20clients.md)
5959

6060

6161
## Connecting from SQL tools

docs/Data loading, Migration/Import-CSV-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Support for local infiles must be enabled on the client side and on the SkySQL s
1717

1818
To execute the [`LOAD DATA LOCAL INFILE`](https://mariadb.com/kb/en/load-data-infile/) statement, most clients and connectors require a specific option to be enabled.
1919

20-
If you are using `mariadb` client, the [`--local-infile` option](https://mariadb.com/docs/server/data-operations/data-import/enterprise-server/load-data-local-infile/) must be specified.
20+
If you are using `mariadb` client, the [`--local-infile` option](https://mariadb.com/docs/skysql-previous-release/data-operations/data-import/load-data-local-infile/) must be specified.
2121

2222
### **Enable Local Infiles in SkySQL**
2323

2424
Support for local infiles must be enabled on the SkySQL service.
2525

26-
For SkySQL services that use MariaDB Enterprise Server, the [local_infile system variable](https://mariadb.com/kb/en/server-system-variables/#local_infile) must be enabled:
26+
For SkySQL services that use MariaDB Server, the [local_infile system variable](https://mariadb.com/kb/en/server-system-variables/#local_infile) must be enabled:
2727

2828
- For Replicated Transactions and Single Node Transactions services, the `local_infile` system variable is `OFF` by default
2929

@@ -32,7 +32,7 @@ For SkySQL services that use MariaDB Enterprise Server, the [local_infile syst
3232
## **Import Data**
3333

3434
1. Determine the [connection parameters](<../../Connecting to Sky DBs/>) for your SkySQL service.
35-
2. Connect with the `mariadb` client and specify the [-local-infile option](https://mariadb.com/docs/server/data-operations/data-import/enterprise-server/load-data-local-infile/), which is needed by the next step:
35+
2. Connect with the `mariadb` client and specify the [-local-infile option](https://mariadb.com/docs/skysql-previous-release/data-operations/data-import/load-data-local-infile/), which is needed by the next step:
3636

3737
```bash
3838
mariadb --host FULLY_QUALIFIED_DOMAIN_NAME --port TCP_PORT \

docs/Data loading, Migration/Migrating Using a Logical Dump and Replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To minimize downtime during migration, you can set up live replication from your
55
# Prerequisites
66

77
1. An active SkySQL account. Identify requirements for your SkySQL implementation prior to [deployment](<../Portal features/Launch page.md>), including:
8-
- Topology - Enterprise Server Single node or with Replica(s)
8+
- Topology - Mariadb Server Single node or with Replica(s)
99
- [Instance size](<../Reference Guide/Instance Size Choices.md>)
1010
- Storage requirements
1111
- Desired server version

docs/Data loading, Migration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Below are the most common scenarios for database migration to SkySQL.
2121
Ensure that your SkySQL servce deploymned configuration is compatible with your existing source database one, including:
2222
<ul>
2323
<li><b>Deployment region</b> - Ensure that the SkySQL deployment region is the same as the source database region.</li>
24-
<li><b>Topology</b> - Enterprise Server Single node or with Replica(s)</li>
24+
<li><b>Topology</b> - Mariadb Server Single node or with Replica(s)</li>
2525
<li> <b>Server version</b> - Ensure that the SkySQL server version is compatible with the source database version. </li>
2626
<li><b>Instance size</b> - Ensure that the SkySQL instance is compatible with the source database instance type and size</li>
2727
<li><b>Storage</b> - Ensure that the SkySQL storage type and size is compatible with the source database</li>

docs/Data loading, Migration/SkySQL-managed-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Prerequisites
44

55
1. An active SkySQL account. Identify requirements for your SkySQL implementation prior to [deployment](../Portal%20features/Launch%20page.md), including:
6-
- Topology: Enterprise Server Single node or with Replica(s)
6+
- Topology: Mariadb Server Single node or with Replica(s)
77
- [Instance size](../Reference%20Guide/Instance%20Size%20Choices.md)
88
- Storage requirements
99
- Desired server version

docs/Reference Guide/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
## [Configurable MariaDB Server variables:](<../config/README.md>)
66

7-
- [MariaDB Server Single Node](<../config/Enterprise-Server-Single-Node.md>)
7+
- [MariaDB Server Single Node](<../config/Mariadb-Server-Single-Node.md>)
88

9-
- [MariaDB Server With Replica(s)](<../config/Enterprise-Server-with-Replica(s).md>)
9+
- [MariaDB Server With Replica(s)](<../config/Mariadb-Server-with-Replica(s).md>)
1010

1111
- [SkySQL Intelligent Proxy Configuration](<../config/SkySQL-Intelligent-Proxy.md>)
1212

@@ -20,8 +20,8 @@
2020

2121
## [SkySQL Monitoring Metrics Reference](<./Monitoring Metrics Reference.md>)
2222

23-
## [MariaDB Enterprise Server Reference Guide](https://mariadb.com/docs/server/ref/mdb/)
23+
## [MariaDB Server Reference Guide](https://mariadb.com/kb/en/documentation/)
2424

2525
## [MaxScale Reference Guide](https://mariadb.com/docs/skysql-previous-release/ref/mxs22.08/)
2626

27-
## [Setting up MariaDB Enterprise Server, ColStore, MaxScale in your Env](https://mariadb.com/downloads/repo-setup/)
27+
## [Setting up MariaDB Server, ColStore, MaxScale in your Env](https://mariadb.org/download/)

docs/Security/Encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For information on how to connect with TLS, see ["Connect and Query"](<../../Con
1212
The "Disable SSL/TLS" option may be appropriate for some customers when also using AWS PrivateLink or GCP VPC Peering.
1313

1414
### Server-to-Server
15-
SkySQL services perform server-to-server communication between MariaDB MaxScale, MariaDB Enterprise Server, MariaDB Xpand nodes, and SkySQL infrastructure.
15+
SkySQL services perform server-to-server communication between MariaDB MaxScale, MariaDB Server, and SkySQL infrastructure.
1616

1717
By default, these server-to-server communications are protected with data-in-transit encryption:
1818

docs/config/Enterprise-Server-Single-Node.md renamed to docs/config/Mariadb-Server-Single-Node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
For cloud databases with the Enterprise Server Single Node topology, the following Configuration Manager parameters are used to configure MariaDB Enterprise Server behavior:
1+
For cloud databases with the Mariadb Server Single Node topology, the following Configuration Manager parameters are used to configure MariaDB Server behavior:
22

33
| Name | Default Value |
44
|------|---------------|

docs/config/Enterprise-Server-with-Replica(s).md renamed to docs/config/Mariadb-Server-with-Replica(s).md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
For cloud databases with the Enterprise Server With Replica(s) topology, Configuration Manager can be used to configure MariaDB Enterprise Server behavior and MariaDB MaxScale behavior.
1+
For cloud databases with the Mariadb Server With Replica(s) topology, Configuration Manager can be used to configure MariaDB Server behavior and MariaDB MaxScale behavior.
22

3-
The following Configuration Manager parameters are used to configure MariaDB Enterprise Server behavior:
3+
The following Configuration Manager parameters are used to configure MariaDB Server behavior:
44

55
| Name | Default Value |
66
|------|---------------|

docs/config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ To access the Configuration Manager interface:
1717

1818
Available configuration parameters differ by cloud database topology.
1919

20-
[1. Enterprise Server Single Node](./Enterprise-Server-Single-Node.md)
20+
[1. Mariadb Server Single Node](./Mariadb-Server-Single-Node.md)
2121

22-
[2. Enterprise Server With Replica(s)](./Enterprise-Server-with-Replica(s).md)
22+
[2. Mariadb Server With Replica(s)](./Mariadb-Server-with-Replica(s).md)
2323

2424
[3. SkySQL Intelligent Proxy Configuration](./SkySQL-Intelligent-Proxy.md)

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ nav:
125125
- 'Backup and Restore/Restore From Your Own Bucket.md'
126126
- 'Backup and Restore/Point-in-Time Restore.md'
127127
- 'Backup and Restore/Restore Delete Examples.md'
128-
- 'Backup and Restore/MariaDB Enterprise Backup.md'
128+
- 'Backup and Restore/MariaDB Backup.md'
129129
- 'Migrations, Data Loading' :
130130
- 'Migrations' :
131131
- 'Data loading, Migration/README.md'
@@ -159,8 +159,8 @@ nav:
159159
- 'Configure your Database Server(s)' :
160160
- 'config/README.md'
161161
- 'config/Mariadb-Serverless-Single-Node.md'
162-
- 'config/Enterprise-Server-Single-Node.md'
163-
- 'config/Enterprise-Server-with-Replica(s).md'
162+
- 'config/Mariadb-Server-Single-Node.md'
163+
- 'config/Mariadb-Server-with-Replica(s).md'
164164
- 'config/SkySQL-Intelligent-Proxy.md'
165165
- 'Using AWS/Azure/GCP Private VPC Connections' :
166166
- 'Using AWS Azure GCP private VPC connections/README.md'

0 commit comments

Comments
 (0)