Skip to content

Commit 7a9c9af

Browse files
authored
Merge pull request #6293 from EnterpriseDB/release-2024-11-25a
Release 2024-11-25a
2 parents fe0787a + 5387f43 commit 7a9c9af

File tree

64 files changed

+2683
-1215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2683
-1215
lines changed

advocacy_docs/edb-postgres-ai/console/estate/agent/create-machine-user.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Select the **Add New User** button.
1414

1515
On the **Add New User** page, for the "User Type" select **Machine User*.
1616

17-
The form changes when you select make that selection so it's asking for a name and optional email. Enter a name for the machine user.
17+
The form changes when you make that selection so it's asking for a name and optional email. Enter a name for the machine user.
1818

1919
## Creating an access key
2020

2121
Check the **Create Access Key** checkbox in **Add New User** page. The form will expand to ask for an Access Key Name and an Expiry time.
2222

23-
Give the key a name in the Access Key Name field and enter a value from 1 to 365 for the number of days from now that you want this key to be valid in the Expires In field. The date on which the key will expire is shown in the underneath the field.
23+
Give the key a name in the Access Key Name field and enter a value from 1 to 365 for the number of days from now that you want this key to be valid in the Expires In field. The date on which the key will expire is shown underneath the field.
2424

2525
Select the **Add User** button.
2626

@@ -34,7 +34,7 @@ Once you have securely stored your access key, select the **Key Stored Safely**
3434

3535
Select the **Projects** tab to view all your projects.
3636

37-
Select the project from which you want to monitor the a database.
37+
Select the project from which you want to monitor the database.
3838

3939
This will take you to the project's overview. Select the **Users** tab, and locate the machine user you just created.
4040

@@ -46,5 +46,5 @@ An **Assign Project Roles** dialog will appear with a selection of roles that ca
4646

4747
Select the "estate ingester" role and then select the **Submit** button.
4848

49-
Your new machine user is ready for to ingest data from the Beacon Agent.
49+
Your new machine user is now ready to ingest data from the Beacon Agent.
5050

gatsby-config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,12 @@ module.exports = {
327327
noInlineHighlight: true,
328328
aliases: {
329329
postgresql: "sql",
330+
psql: "sql",
330331
sh: "shell",
331332
"c++": "cpp",
332333
console: "shell-session",
334+
output: "none",
335+
terminal: "none",
333336
},
334337
},
335338
},

install_template/templates/products/replication-server/arm64_index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
{% block frontmatter %}
66
{{super()}}
77
redirects:
8-
- /eprs/latest/03_installation/03_installing_rpm_package/x86_amd64/
8+
- /eprs/latest/03_installation/03_installing_rpm_package/arm64/
99
{% endblock frontmatter %}

0 commit comments

Comments
 (0)