Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes the documentation for a feature that no longer exists #276

Merged
merged 3 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Alternatively, a summary report can be created using the `pt-query-digest utilit

`pt-query-digest /var/log/mysql/mysql-slow.log`

**Dutch** speaking customers also have the option to monitor the long running queries in the “MySQL slow queries” section on their [Service Panel](https://auth.byte.nl/). You can sort them by query time to see the longest queries at the top.

## How to Reclaim the Disk Space

Before reclaiming the disk space it's important that the long running queries have been resolved/stopped!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,32 @@ A user can have different roles between teams. Each role is defined by a set of
| | | | | |
| ------------------------------------- | ------------ | ------------- | --------- | --------- |
| **Permissions** | **Merchant** | **Developer** | **Admin** | **Owner** |
| See the team | ✅ | ✅ | ✅ | ✅ |
| See the Hypernodes in the team | ✅ | ✅ | ✅ | ✅ |
| See the logs | ✅ | ✅ | ✅ | ✅ |
| See the SSH keys that have been added | ✅ | ✅ | ✅ | ✅ |
| See the linked SSL certificate | ✅ | ✅ | ✅ | ✅ |
| See the allowlist | ✅ | ✅ | ✅ | ✅ |
| Manage the allowlist | | ✅ | ✅ | ✅ |
| Manage SSL certificates | | ✅ | ✅ | ✅ |
| Add SSH keys | | ✅ | ✅ | ✅ |
| Request to restore backups | | ✅ | ✅ | ✅ |
| Attach backups | | ✅ | ✅ | ✅ |
| Create backups | | ✅ | ✅ | ✅ |
| Enable Varnish | | ✅ | ✅ | ✅ |
| Change the PHP version | | ✅ | ✅ | ✅ |
| Manage monitoring | | ✅ | ✅ | ✅ |
| Manage bots | | ✅ | ✅ | ✅ |
| Add or remove team members | | | ✅ | ✅ |
| Change roles within the team | | | ✅ | ✅ |
| Rename the team | | | ✅ | ✅ |
| Remove Hypernodes from the team | | | ✅ | ✅ |
| Change plan | | | ✅ | ✅ |
| Add Hypernodes to the team | | | | ✅ |
| Delete the team | | | | ✅ |
| Transfer Hypernode ownership | | | | ✅ |
| Change payment details | | | | ✅ |
| View invoices | | | | ✅ |
| See the team | ✅ | ✅ | ✅ | ✅ |
| See the Hypernodes in the team | ✅ | ✅ | ✅ | ✅ |
| See the logs | ✅ | ✅ | ✅ | ✅ |
| See the SSH keys that have been added | ✅ | ✅ | ✅ | ✅ |
| See the linked SSL certificate | ✅ | ✅ | ✅ | ✅ |
| See the allowlist | ✅ | ✅ | ✅ | ✅ |
| Manage the allowlist | | ✅ | ✅ | ✅ |
| Manage SSL certificates | | ✅ | ✅ | ✅ |
| Add SSH keys | | ✅ | ✅ | ✅ |
| Request to restore backups | | ✅ | ✅ | ✅ |
| Attach backups | | ✅ | ✅ | ✅ |
| Create backups | | ✅ | ✅ | ✅ |
| Enable Varnish | | ✅ | ✅ | ✅ |
| Change the PHP version | | ✅ | ✅ | ✅ |
| Manage monitoring | | ✅ | ✅ | ✅ |
| Manage bots | | ✅ | ✅ | ✅ |
| Add or remove team members | | | ✅ | ✅ |
| Change roles within the team | | | ✅ | ✅ |
| Rename the team | | | ✅ | ✅ |
| Remove Hypernodes from the team | | | ✅ | ✅ |
| Change plan | | | ✅ | ✅ |
| Add Hypernodes to the team | | | | ✅ |
| Delete the team | | | | ✅ |
| Transfer Hypernode ownership | | | | ✅ |
| Change payment details | | | | ✅ |
| View invoices | | | | ✅ |

## How to Assign Roles

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion documentation_urls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ article: https://support.hypernode.com/en/support/solutions/articles/48000970831
article: https://support.hypernode.com/en/support/solutions/articles/48000982378-how-to-flush-the-varnish-cache/
article: https://support.hypernode.com/en/support/solutions/articles/48001153093-dns-for-service-panel-users/
article: https://support.hypernode.com/en/support/solutions/articles/48001153348-how-to-secure-your-data-using-encryption-and-hashing/
article: https://support.hypernode.com/en/support/solutions/articles/48001154919-how-to-use-the-mysql-slow-queries-in-the-control-panel/
article: https://support.hypernode.com/en/support/solutions/articles/48001155575-how-to-change-your-hypernode-settings/
article: https://support.hypernode.com/en/support/solutions/articles/48001158433-how-hypernode-protects-your-magento-shop/
article: https://support.hypernode.com/en/support/solutions/articles/48001163357-how-to-block-bad-bots-via-the-service-panel/
Expand Down
Loading