Skip to content

Commit

Permalink
Add content to a repository
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-derkach-oaza committed Apr 15, 2024
0 parents commit 51e3311
Show file tree
Hide file tree
Showing 50 changed files with 2,562 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: ci
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
182 changes: 182 additions & 0 deletions archived/percona-for-mysql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
---
hide:
- feedback
- navigation
- toc
---

<div class="landing" markdown>
<div class="splash header mysql dark" markdown>

![Percona for MySQL logo](assets/logo-dark-mysql.svg)

# Percona for MySQL

Quickstart guides, help guides, reference lists, release notes, the latest downloads. We have everything you need to optimize your MySQL databases is right here.

[Select documentation](#percona-for-mysql-documentation){.md-button .md-button--primary} [What's new](#whats-new){.md-button}

</div>
</div>



## Percona for MySQL documentation

<div data-grid markdown>
<div data-banner markdown>

### Percona Server for MySQL {.title}

A drop-in replacement for MySQL, with advanced features and functionality.

<div class="actions" markdown>

[Releases](#)
[Downloads](#)
[Quickstart Docs :material-arrow-right:](https://pmcf-percona.github.io/pxb-docs/)

</div>
</div>
<div data-banner markdown>

### Percona Operator based on Percona Server for MySQL {.title}

Automate deployment and management of MySQL clusters on Kubernetes with Operator.

<div class="actions" markdown>

[Releases](#)
[Downloads](#)
[Quickstart Docs :material-arrow-right:](https://pmcf-percona.github.io/pxb-docs/)

</div>
</div>
<div data-banner markdown>

### Percona XtraDB Cluster {.title}

A high-availability clustering solution based on Percona Server for MySQL.

<div class="actions" markdown>

[Releases](#)
[Downloads](#)
[Quickstart Docs :material-arrow-right:](https://pmcf-percona.github.io/pxb-docs/)

</div>
</div>
<div data-banner markdown>

### Percona Operator based on Percona XtraDB Cluster {.title}

Automate deployment and management of Percona XtraDB Clusters on Kubernetes with this Operator.

<div class="actions" markdown>

[Releases](#)
[Downloads](#)
[Quickstart Docs :material-arrow-right:](https://pmcf-percona.github.io/pxb-docs/)

</div>
</div>
<div data-banner markdown>

### Percona XtraBackup {.title}

A hot backup solution for MySQL.

<div class="actions" markdown>

[Releases](#)
[Downloads](#)
[Quickstart Docs :material-arrow-right:](https://pmcf-percona.github.io/pxb-docs/)

</div>
</div>
<div data-banner markdown>

### Percona Distribution for MySQL {.title}

The most stable, scalable and secure open source MySQL distribution with choice on either Percona Server for MySQL or Percona XtraDB Cluster.

<div class="actions" markdown>

[Releases](#)
[Downloads](#)
[Quickstart Docs :material-arrow-right:](https://pmcf-percona.github.io/pxb-docs/)

</div>
</div>
<div data-banner markdown>

### Monitoring MySQL with PMM {.title}

High-quality, polyglot monitoring, alerting and more functionalities for MySQL and other database technologies.

<div class="actions" markdown>

[PMM Documentation :material-arrow-right:](https://docs.percona.com/percona-monitoring-and-management)

</div>
</div>
</div>



## What's new

<div data-news markdown>
<div data-article markdown>

**Percona Everest 0.7.0 Beta release**

We are excited to announce the beta release of Percona Everest 0.7.0, marking a significant step forward in our commitment to enhancing database management and performance.

[Release Notes](#)
[Update Guide](#)

</div><div data-article markdown>

**Provisioning databases in Percona Everest (video)**

[Watch Now](#)

</div><div data-article markdown>

**Percona Operator based on Percona Server for MySQL 7.8 release**

Introducing the latest iteration of the Percona Operator based on Percona Server for MySQL 7.8. This release simplifies deployment, scaling, and management of MySQL instances, ensuring high availability, and automatic backups.

[Release Notes](#)
[Update Guide](#)

</div><div data-article markdown>

**Percona Server for MySQL 7.8 release**

This version introduces significant performance improvements, tighter security protocols, and an array of new features aimed at providing unparalleled efficiency and usability.

[Release Notes](#)
[Update Guide](#)

</div><div data-article markdown>

**Percona Everest walkthrough (video)**

[Watch Now](#)

</div><div data-article markdown>

**Percona XtraBackup 13.8 release**

This new release brings forth substantial improvements to backup performance, efficiency, and usability. Key enhancements include faster backup and recovery times, improved support for large databases, and enhanced security features to safeguard your data.

[Release Notes](#)
[Update Guide](#)

</div>

[Read all news :material-arrow-right:](#){.md-button}

</div>
Binary file added docs/.DS_Store
Binary file not shown.
Binary file added docs/assets/highlight.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/assets/logo-dark-mongodb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/assets/logo-dark-mysql.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/assets/logo-dark-operators.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/assets/logo-dark-postgresql.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions docs/assets/logo-everest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions docs/assets/logo-mongodb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions docs/assets/logo-mysql.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 51e3311

Please sign in to comment.