Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Open
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
4 changes: 2 additions & 2 deletions docs/create-free-k8.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Launch a free Kubernetes cluster with three worker nodes, 4 CPUs and 8 GB of RAM straight from [Percona Portal](https://portal.percona.com). You can create one free cluster per day.

Free clusters expire in three hours. This makes them ideal for testing out PMM with DBaaS and Percona Operators in a native Kubernetes experience.
Free clusters expire in three hours. This makes them ideal for testing out PMM with DBaaS and Percona Operators in a native Kubernetes experience:
![](../../portal-doc/docs/images/K8page.png)

<img width="1440" alt="Screenshot 2022-09-14 at 09 31 02" src="https://user-images.githubusercontent.com/62939655/190077890-1d52f330-0a36-4577-b383-a677f56cc5e7.png">

To launch a free cluster:

Expand Down
13 changes: 7 additions & 6 deletions docs/create-manage-organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Administrators can add any number of Technical users to the organization, and ev
To add users to your organization:

1. Log in to [Percona Platform](https://portal.percona.com).
2. Click **Organization** tab on the left side menu.
3. On the **Members** tab, click the **Invite Member** button.
2. Click **Organization** tab on the left side menu.
3. On the **Members** tab, click the **Invite Member** button.
4. Enter the email address of the user you want to invite, and select a role.
5. Click **Add another user** if you want to invite more than one user. You can send up to ten invitations at a time. If you need to invite more users, send out the current invitations, then click **Invite Members** again. This reopens the invitation form where you can bulk-invite another ten users.
6. Click **Invite** to send the invitations for joining your organization.
6. Click **Invite** to send the invitations for joining your organization.

## Following up on new user invitations
mail invitations expire after seven days. To send a new invitation, click the Resend Email option next to any pending confirmations in the table. This will send a new activation link to the user's email address.
Expand Down Expand Up @@ -91,9 +91,10 @@ To delete a user from your Percona Platform organization:
As an Admin user, you can delete your organization and all its data. Organization users can still use their accounts to access Percona Platform and join or create other organizations.

!!! hint alert alert-success "Tip"
Deleted organizations and their data cannot be restored, so be careful when performing this action.

To delete an organization as an Admin, go to the **Organization** tab **> Organization** and click the bin ![Delete](images/trash.png) icon:
Deleted organizations and their data cannot be restored, so be careful when performing this action.

To delete an organization as an Admin, go to the **Organization** tab **> Organization** and click on the bin icon:


<div class="screenshot">
<a href="images/delete_org.gif" title="" lg-event-uid="&amp;1">
Expand Down
Binary file added docs/images/K8page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/delete_org/delete_org.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/delete_org_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/new_MUI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/rel-notes/december-2022.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Percona Platform Portal powered by MUI
When you [sign into Percona Platform](https://portal.percona.com), you'll see that the general look-and-feel is slightly different.

This is the result of what we've been working on lately. We stopped using the Grafana UI library and migrated over to MUI (Material UI).

This is only the first phase of a more ambitious initiative, led by our amazing Design team, which involves overhauling the general user experience for Percona Platform Portal.

During this first phase we focused on migrating over to the new UI library, while the next phase will bring redesign elements (i.e. better UX).

This change gives us a much better foundation to continue building and growing the Percona Platform Portal on.

![New-UI-changes](../images/new_MUI.png)

## Improved handling of invalid account activation links

We're now showing a more meaningful message for attempts to activate a Percona Account from a link that contains an expired token.
1 change: 1 addition & 0 deletions docs/rel-notes/whats-new.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Here are all the new features, enhancements and changes we've added to Percona Platform in:

- [December 2022](december-2022.md)
- [November 2022](november-2022.md)
- [September 2022](september-2022.md)
- [August 2022](august-2022.md)
Expand Down