Skip to content

Commit

Permalink
Merge pull request #5699 from EnterpriseDB/release/2024-05-28a
Browse files Browse the repository at this point in the history
Release: 2024-05-28a
  • Loading branch information
gvasquezvargas committed May 28, 2024
2 parents e2eb1a2 + 8c7eda9 commit 5f91337
Show file tree
Hide file tree
Showing 49 changed files with 98 additions and 85 deletions.
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/ai-ml/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ navigation:
- using-tech-preview
---

Postgres AI Database is designed to solve all AI data management needs, including storing, searching, and retrieving of AI data. This uplevels Postgres to a database that manages and serves all types of data modalities directly and combines it with its battle-proof strengths as an established Enterprise system of record that manages high-value business data.
EDB Postgres® AI Database is designed to solve all AI data management needs, including storing, searching, and retrieving of AI data. This uplevels Postgres to a database that manages and serves all types of data modalities directly and combines it with its battle-proof strengths as an established Enterprise system of record that manages high-value business data.

In this tech preview, you will be able to use the pgai extension to build a simple retrieval augmented generation (RAG) application in Postgres.

Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/ai-ml/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Where to start with EDB Postgres AI AI/ML and the pgai tech preview
prevNext: True
---

At the heart of EDB Postgres AI is the EDB Postgres AI database (pgai). This builds on Postgres's flexibility and extends its capability to include store the vector data of embeddings.
At the heart of EDB Postgres® AI is the EDB Postgres AI database (pgai). This builds on Postgres's flexibility and extends its capability to include storing the vector data of embeddings.

The pgai extension is currently available as a tech preview. It will be continuously extended with new functions. Here comes a description of the major functionality available to date.

Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/analytics/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ of an upcoming "Storage Location" feature that will also support
### Lakehouse Sync

Lakehouse Sync is a Data Migration Service offered as part of the EDB
Postgres® AI platform. It can "sync" tables from a transactional database, to
Postgres AI platform. It can "sync" tables from a transactional database, to
Lakehouse Tables in a destination Storage Location. Currently, it supports
source databases hosted in the EDB Postgres AI Cloud Service (formerly known as
BigAnimal). In the future, it will support more source databases (such as Oracle)
Expand Down
6 changes: 3 additions & 3 deletions advocacy_docs/edb-postgres-ai/analytics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ navigation:
- reference
---

_EDB Postgres Lakehouse extends the power of Postgres to analytical workloads,
EDB Postgres Lakehouse extends the power of Postgres to analytical workloads,
by adding a vectorized query engine and separating storage from compute. Building
a Data Lakehouse has never been easier – just use Postgres._
a Data Lakehouse has never been easier – just use Postgres.

## Rapid Analytics for Postgres

Expand Down Expand Up @@ -51,7 +51,7 @@ it supports querying "Delta Tables" stored according to the Delta Lake protocol.
## Lakehouse Sync

You can sync your own data from tables in transactional sources (initially, EDB
Postgres AI Cloud Service databases) into Lakehouse Tables in Storage Locations
Postgres® AI Cloud Service databases) into Lakehouse Tables in Storage Locations
(initially, managed locations in S3 object storage).

## Fully Managed Service
Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/analytics/quick_start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For more details and advanced use cases, see [reference](./reference).
## Introduction

Postgres Lakehouse is a new type of Postgres “cluster” (it’s really just one
node) that you can provision in EDB Postgres AI Cloud Services (formerly known
node) that you can provision in EDB Postgres® AI Cloud Services (formerly known
as "BigAnimal"). It includes a vectorized query engine (based on Apache
[DataFusion](https://github.com/apache/datafusion)) for fast queries over
columnar “Lakehouse Tables” in object storage
Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/analytics/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Managed Storage Locations, and Lakehouse Sync) is limited to AWS.

**EDB-Hosted Only**: "Bring Your Own Account" (BYOA) regions are NOT currently
supported for Lakehouse resources. Support is limited to
ONLY **EDB Postgres AI - Hosted** environments on AWS (a.k.a. "EDB-Hosted AWS regions").
ONLY **EDB Postgres® AI - Hosted** environments on AWS (a.k.a. "EDB-Hosted AWS regions").

This means you can select from one of the following regions:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to create a machine user in EDB Postgres AI Console to en
---


1. In the EDB Postgres AI Console, using your avatar's dropdown, select the **User Management** page.
1. In the EDB Postgres® AI Console, using your avatar's dropdown, select the **User Management** page.

2. Select the **Add New User** button.

Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/console/agent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ navigation:

To monitor your self-managed Postgres database with Beacon Agent, you will need to:

* [Create a machine user](create-machine-user) in the EDB Postgres AI Console. This will provide an access key for the agent.
* [Create a machine user](create-machine-user) in the EDB Postgres® AI Console. This will provide an access key for the agent.
* [Install Beacon Agent](install-agent) on the server where your Postgres instance is running. You will use the access key to enable the agent to communicate with the EDB Postgres AI Estate service.
* [Run Beacon Agent as a service](agent-as-a-service) to have it start automatically on system startup and restart after errors.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Installing Beacon Agent
description: Installing, configuring, testing, and running Beacon Agent
---

The following steps walk you through how to install and configure Beacon Agent, test locally, and then run the agent to see the results in your Estates page in the EDB Postgres AI Console.
The following steps walk you through how to install and configure Beacon Agent, test locally, and then run the agent to see the results in your Estates page in the EDB Postgres® AI Console.

Before you begin, you need to have the following:

Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/console/estate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description: How to manage and integrate EDB Postgres AI Databases and more with

## What is EDB Postgres AI Estate

_The EDB Postgres AI Estate is a component of the EDB Postgres AI Console that provides a single pane of glass for managing and integrating EDB Postgres AI Databases and EDB Postgres AI Agents. The Estate provides a centralized location for managing the lifecycle of EDB Postgres AI Databases and EDB Postgres AI Agents, including provisioning, scaling, and monitoring. The Estate also provides a centralized location for managing the integration of EDB Postgres AI Databases and EDB Postgres AI Agents with the EDB Postgres AI Console's single pane of glass._
The EDB Postgres® AI Estate is a component of the EDB Postgres AI Console that provides a single pane of glass for managing and integrating EDB Postgres AI Databases and EDB Postgres AI Agents. The Estate provides a centralized location for managing the lifecycle of EDB Postgres AI Databases and EDB Postgres AI Agents, including provisioning, scaling, and monitoring. The Estate also provides a centralized location for managing the integration of EDB Postgres AI Databases and EDB Postgres AI Agents with the EDB Postgres AI Console's single pane of glass.
4 changes: 2 additions & 2 deletions advocacy_docs/edb-postgres-ai/console/getstarted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ navTitle: Get Started
description: Get started with the EDB Postgres AI Console.
---

The EDB Postgres AI Console is a web-based user interface that provides a single pane of glass for managing and monitoring EDB Postgres AI Database Cloud Service and EDB Postgres AI Databases. The EDB Postgres AI Console provides a unified view of the EDB Postgres AI Database Cloud Service and EDB Postgres AI Databases, allowing users to manage and monitor their databases, users, and resources from a single interface.
The EDB Postgres® AI Console is a web-based user interface that provides a single pane of glass for managing and monitoring EDB Postgres AI Database Cloud Service and EDB Postgres AI Databases. The EDB Postgres AI Console provides a unified view of the EDB Postgres AI Database Cloud Service and EDB Postgres AI Databases, allowing users to manage and monitor their databases, users, and resources from a single interface.

## Accessing the EDB Postgres AI Console

To access the EDB Postgres AI Console, you will need to have an account with the EDB Postgres AI Database Cloud Service. If you do not have an account, you can sign up for a free trial at [https://www.enterprisedb.com/edb-postgres-ai](https://www.enterprisedb.com/edb-postgres-ai).

Once you have an account, you can access the EDB Postgres AI Console by navigating to [https://console.enterprisedb.com](https://console.enterprisedb.com) and logging in with your EDB Postgres AI Database Cloud Service credentials.
Once you have an account, you can access the EDB Postgres AI Console by navigating to [https://portal.biganimal.com](https://portal.biganimal.com) and logging in with your EDB Postgres AI Database Cloud Service credentials.
4 changes: 1 addition & 3 deletions advocacy_docs/edb-postgres-ai/console/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ navigation:
- reference
---

Introduction to the EDB Postgres AI Console

_The EDB Postgres AI Console is a web-based interface that allows you to manage your EDB Postgres AI environment. The console provides a user-friendly interface for managing your estate, including the remote agents and databases that run on your servers._
The EDB Postgres® AI Console is a web-based interface that allows you to manage your EDB Postgres AI environment. The console provides a user-friendly interface for managing your estate, including the remote agents and databases that run on your servers.
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/databases/cloudservice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ navTitle: Cloud Service
description: An introduction to the EDB Postgres AI Cloud Service and its features.
---

The EDB Postgres AI Cloud Service, formerly known as [BigAnimal](/biganimal/latest/), is an evolution of the service to offer a holistic platform which offers hybrid data estate management, observability, and AI capabilities.
The EDB Postgres® AI Cloud Service, formerly known as [BigAnimal](/biganimal/latest/), is an evolution of the service to offer a holistic platform which offers hybrid data estate management, observability, and AI capabilities.

The EDB Postgres AI Cloud Service itself is a fully managed cloud service that provides a high-performance, scalable, and secure database platform for AI and machine learning workloads. It also allows provides the platform for EDB Postgres AI Analytics and EDB Postgres AI Machine Learning services.

Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/databases/databases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ navTitle: Databases
description: Deploy EDB Postgres AI Databases on-premises with the EDB Postgres AI Estate and Agent components.
---

EDB Postgres databases are the core of the EDB Postgres AI platform. EDB Postgres Databases are available for self-managed deployment and on the EDB Postgres AI Cloud Service. Self-managed EDB Postgres databases can be integrated with the EDB Postgres AI Cloud Service estate and managed through a single pane of glass by installing the [EDB Postgres AI Agent](/edb-postgres-ai/console/agent).
EDB Postgres® databases are the core of the EDB Postgres AI platform. EDB Postgres Databases are available for self-managed deployment and on the EDB Postgres AI Cloud Service. Self-managed EDB Postgres databases can be integrated with the EDB Postgres AI Cloud Service estate and managed through a single pane of glass by installing the [EDB Postgres AI Agent](/edb-postgres-ai/console/agent).

## EDB Postgres Advanced Server (EPAS)

Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/databases/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ navigation:
- options
---

Building on decades of Postgres expertise, the EDB Postgres databases are the core of the EDB Postgres AI platform. EDB Postgres Advanced Server can take on Oracle workloads, while EDB Postgres Extended Server is designed for large-scale, mission-critical enterprise workloads. EDB Postgres Distributed provides high availability and fault tolerance for mission-critical workloads.
Building on decades of Postgres expertise, the EDB Postgres® databases are the core of the EDB Postgres AI platform. EDB Postgres Advanced Server can take on Oracle workloads, while EDB Postgres Extended Server is designed for large-scale, mission-critical enterprise workloads. EDB Postgres Distributed provides high availability and fault tolerance for mission-critical workloads.

For here you can read more about the [databases](databases) that power EDB Postgres AI, and how they can be deployed on-premises with the EDB Postgres AI Estate and Agent components.

Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/databases/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Single instance databases are great for development and testing, but for product

Primary/Secondary replication is a common high availability solution for databases. In this configuration, a primary database server is responsible for processing read and write requests. A secondary database server is configured to replicate the primary database server. If the primary database server fails, the secondary database server can take over and become the primary database server.

This configuration provides fault tolerance and high availability in a particular location. This can be used with EDB Postgres Advanced Server (EPAS) and EDB Postgres Extended Server (PGE).
This configuration provides fault tolerance and high availability in a particular location. This can be used with EDB Postgres® Advanced Server (EPAS) and EDB Postgres Extended Server (PGE).

This is a standard configuration option on EDB Postgres AI Cloud Service.

Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ navigation:
- tools
---

The home of all EDB Postgres AI documentation.
The home of all EDB Postgres® AI documentation.

2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/overview/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ navTitle: Concepts
description: A look at the concepts that underpin EDB Postgres AI.
---

EDB Postgres AI takes EDB’s leading expertise in Postgres and expands the scope of Postgres to address modern challenges. From simplifying your database estate management to infusing AI deep into Postgres and putting it to work to bring all your data under one analytical eye.
EDB Postgres® AI takes EDB’s leading expertise in Postgres and expands the scope of Postgres to address modern challenges. From simplifying your database estate management to infusing AI deep into Postgres and putting it to work to bring all your data under one analytical eye.

EDB Postgres AI is composed of multiple elements which come together to deliver a unified and powerful experience:

Expand Down
12 changes: 6 additions & 6 deletions advocacy_docs/edb-postgres-ai/overview/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ description: What do you want to use EDB Postgres AI for? Start navigating the d

## Do you want to run analytical queries on your Postgres data?

You'll want to look at the [EDB Postgres AI Analytics](/edb-postgres-ai/analytics) documentation, which covers the Postgres Lakehouse.
You'll want to look at the [EDB Postgres® AI Analytics](/edb-postgres-ai/analytics) documentation, which covers the Postgres Lakehouse.

## Are you looking at running machine learning models on your Postgres data?

You'll want to look at the [EDB Postgres AI Machine Learning](/edb-postgres-ai/ai-ml) documentation, which covers the technical preview of the pgai extension.
You'll want to look at the [EDB Postgres® AI Machine Learning](/edb-postgres-ai/ai-ml) documentation, which covers the technical preview of the pgai extension.

## Do you need to migrate your data to Postgres?

You'll want to look at the [EDB Postgres AI Migration](/edb-postgres-ai/tools/migration-and-ai) documentation, which covers the Migration Toolkit and Migration Portal.
You'll want to look at the [EDB Postgres® AI Migration](/edb-postgres-ai/tools/migration-and-ai) documentation, which covers the Migration Toolkit and Migration Portal.

## Do you want to manage your EDB Postgres AI Cloud databases?

You'll want to look at the [EDB Postgres AI Console](/edb-postgres-ai/console) documentation, which covers the Console and Cloud databases.
You'll want to look at the [EDB Postgres® AI Console](/edb-postgres-ai/console) documentation, which covers the Console and Cloud databases.

## Do you want to manage your self-managed Postgres databases as part of a hybrid data estate?

You'll want to look at the [EDB Postgres AI Platform Agent](/edb-postgres-ai/console/agent) documentation, which covers the Estate management and on premises agent installation.
You'll want to look at the [EDB Postgres® AI Platform Agent](/edb-postgres-ai/console/agent) documentation, which covers the Estate management and on premises agent installation.

## Do you want to know more about the EDB Postgres AI Cloud Service?

You'll want to look at the [EDB Postgres AI Cloud Service](/edb-postgres-ai/databases/cloudservice) documentation, which covers the Cloud Service and its databases.
You'll want to look at the [EDB Postgres® AI Cloud Service](/edb-postgres-ai/databases/cloudservice) documentation, which covers the Cloud Service and its databases.

2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/overview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ iconName: Earth
deepToC: true
---

EDB Postgres AI is a new era for EDB. With EDB Postgres AI, customers can now leverage EDB’s enterprise-grade Postgres offerings to support not just their mission critical transactional workloads, but also their analytical and AI applications. This also means that, in addition to the core transactional database releases you have come to expect from EDB, we will now be delivering regular updates to our analytics, AI, and platform capabilities.
EDB Postgres® AI is a new era for EDB. With EDB Postgres AI, customers can now leverage EDB’s enterprise-grade Postgres offerings to support not just their mission critical transactional workloads, but also their analytical and AI applications. This also means that, in addition to the core transactional database releases you have come to expect from EDB, we will now be delivering regular updates to our analytics, AI, and platform capabilities.

In this overview section we will:

Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/overview/releasenotes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ navTitle: Release Notes
description: The current features released and updated in EDB Postgres AI.
---

EDB Postgres AI is a a new era for EDB. With EDB Postgres AI, customers can now
EDB Postgres® AI is a a new era for EDB. With EDB Postgres AI, customers can now
leverage EDB’s enterprise-grade Postgres offerings to support not just their
mission critical transactional workloads, but also their analytical and AI
applications. This also means that, in addition to the core transactional
Expand Down
2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/tools/backup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ description: The backup and recovery tools available in EDB Postgres AI Tools

[Barman](/supported-open-source/barman/) is a tool for managing backup and recovery of PostgreSQL databases. It is designed for business critical databases and provides features such as backup catalogues, incremental backup, retention policies, and remote recovery.

Barman is integrated with EDB Postgres AI and can be used to manage backups of your EDB Postgres AI databases.
Barman is integrated with EDB Postgres® AI and can be used to manage backups of your EDB Postgres AI databases.

2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/tools/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ navigation:
- backup
---

Tools - Everything you need to manage your EDB Postgres AI databases, from migration to backup and recovery.
Tools - Everything you need to manage your EDB Postgres® AI databases, from migration to backup and recovery.

EDB Postgres AI Tools is a set of tools, utilities and extensions that are designed to help you manage your EDB Postgres AI databases. From migration to backup and recovery, EDB Postgres AI Tools has you covered.

2 changes: 1 addition & 1 deletion advocacy_docs/edb-postgres-ai/tools/management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ navTitle: Management
description: An introduction to the management tools of EDB Postgres AI such as Postgres Enterprise Manager.
---

An introduction to the management tools of EDB Postgres AI such as Postgres Enterprise Manager.
An introduction to the management tools of EDB Postgres® AI such as Postgres Enterprise Manager.

[PEM](/pem/latest/) is a comprehensive management tool for EDB Postgres Advanced Server and PostgreSQL databases. PEM provides database administrators with a graphical view of the server, allowing them to easily monitor and manage their databases. PEM also provides tools for database design, monitoring, and tuning, as well as tools for managing database objects, users, and roles.

Expand Down
Loading

2 comments on commit 5f91337

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.