
The Resources document lists all currently known resources and will be converted to a list of separate resource documents once the individual resource documents are done. The Headers and Response Codes document contains a list of request and response headers and the HTTP return codes. This is a work in progress and will be expanded upon. Added initial versions of the filter, monitor, session and user resource documents. These provide information about various parts of MaxScale and allow interaction. All PATCH operations expect a JSON Patch type document in the request body. Examples modified accordingly. Add MaxScale resource document which describes the resources that give the global configuration options and show statistics. The resources that link to other resources provide values as a list of relative links. This reduces the amount of sent data when the client doesn't require all parts of the resource. Since the updating is not yet implement, it should be stated that the update API will most likely be modified at some point. The module resource is similar to `maxadmin show modules` and the log resource contains status information about logs. The log resource also has an "action" resource at `/maxscale/logs/flush` which flushes logs to disk and rotates them. Added start and stop entry points for services and monitors. Also added missing service parameters to the list of parameters that can be updated. The documentation lists listeners as a sub-resource of the service. This allows the listeners of a particular service to be queried.
6.5 KiB
Search page for MariaDB MaxScale Documentation
Contents
About MariaDB MaxScale
Getting Started
Upgrading MariaDB MaxScale
- Upgrading MariaDB MaxScale from 1.4 to 2.0
- Upgrading MariaDB MaxScale from 1.3 to 1.4
- Upgrading MariaDB MaxScale from 1.2 to 1.3
- Upgrading MariaDB MaxScale from 1.1.1 to 1.2
- Upgrading MariaDB MaxScale from 1.0.5 to 1.1.0
Reference
- MaxAdmin
- How Errors are Handled in MariaDB MaxScale
- Debug and Diagnostic Support
- Routing Hints
- MaxBinlogCheck
- MaxScale REST API
Tutorials
The main tutorial for MariaDB MaxScale consist of setting up MariaDB MaxScale for the environment you are using with either a connection-based or a read/write-based configuration.
These tutorials are for specific use cases and module combinations.
- Administration Tutorial
- Filter Tutorial
- MariaDB MaxScale Information Schema Tutorial
- MySQL Cluster Setup
- Replication Proxy with the Binlog Router Tutorial
- RabbitMQ Setup and MariaDB MaxScale Integration Tutorial
- RabbitMQ and Tee Filter Data Archiving Tutorial
- Simple Schema Sharding Tutorial
Here are tutorials on monitoring and managing MariaDB MaxScale in cluster environments.
- Nagios Plugins for MariaDB MaxScale Tutorial
- MariaDB MaxScale HA with Corosync-Pacemaker
- MariaDB MaxScale HA with Lsyncd
Routers
The routing module is the core of a MariaDB MaxScale service. The router documentation contains all module specific configuration options and detailed explanations of their use.
There are also two diagnostic routing modules. The CLI is for MaxAdmin and the Debug CLI client for Telnet.
Filters
Here are detailed documents about the filters MariaDB MaxScale offers. They contain configuration guides and example use cases. Before reading these, you should have read the filter tutorial so that you know how they work and how to configure them.
- Query Log All
- Regex Filter
- Tee Filter
- Top N Filter
- Database Firewall Filter
- RabbitMQ Filter
- Named Server Filter
- Gatekeeper - Adaptive Firewall
Monitors
Common options for all monitor modules.
Module specific documentation.
Protocols
Documentation for MaxScale protocol modules.
Authenticators
A short description of the authentication module type can be found in the Authentication Modules document.
Utilities
Design Documents
- Core Objects Design (in development)
- Binlog Router Design (in development)
- DCB States (to be replaced in StarUML)
- Schema Sharding Router Technical Documentation
Earlier Release Notes
- MariaDB MaxScale 1.4.3 Release Notes
- MariaDB MaxScale 1.4.2 Release Notes
- MariaDB MaxScale 1.4.1 Release Notes
- MariaDB MaxScale 1.4.0 Release Notes
- MariaDB MaxScale 1.3.0 Release Notes
- MariaDB MaxScale 1.2.0 Release Notes
- MariaDB MaxScale 1.1.1 Release Notes
- MariaDB MaxScale 1.1.0 Release Notes
- MariaDB MaxScale 1.0.3 Release Notes
- MariaDB MaxScale 1.0.1 Release Notes
- MariaDB MaxScale 1.0 Release Notes
- MariaDB MaxScale 0.7 Release Notes
- MariaDB MaxScale 0.6 Release Notes
- MariaDB MaxScale 0.5 Release Notes