Skip to content

Commit

Permalink
Add Archiver Feature in MySQL, MariaDB
Browse files Browse the repository at this point in the history
Signed-off-by: SK Ali Arman <arman@appscode.com>
  • Loading branch information
sheikh-arman authored and 1gtm committed Feb 7, 2025
1 parent 7a9d04e commit 2cdc53a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/mariadb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ aliases:
## Supported MariaDB Features

| Features | Availability |
| ------------------------------------------------------- | :----------: |
|---------------------------------------------------------| :----------: |
| Clustering | &#10003; |
| Persistent Volume | &#10003; |
| Instant Backup | &#10003; |
| Scheduled Backup | &#10003; |
| Continuous Archiving using `wal-g` | &#10003; |
| Initialize using Snapshot | &#10003; |
| Initialize using Script (\*.sql, \*sql.gz and/or \*.sh) | &#10003; |
| Custom Configuration | &#10003; |
Expand Down
1 change: 1 addition & 0 deletions docs/guides/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ aliases:
| Automated Horizontal Scaling | &#10003; |
| Automated Volume Expansion | &#10003; |
| Backup/Recovery: Instant, Scheduled ( [Stash](https://stash.run/) ) | &#10003; |
| Continuous Archiving using `wal-g` | &#10003; |
| Initialize using Snapshot | &#10003; |
| Initialize using Script (\*.sql, \*sql.gz and/or \*.sh) | &#10003; |
| Custom Configuration | &#10003; |
Expand Down

0 comments on commit 2cdc53a

Please sign in to comment.