Skip to content

Commit

Permalink
Some (automated) link fixes for the BigAnimal - PGAI rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Jul 18, 2024
1 parent a5b23dd commit 9c640c2
Show file tree
Hide file tree
Showing 118 changed files with 2,660 additions and 2,487 deletions.
349 changes: 169 additions & 180 deletions advocacy_docs/community/contributing/styleguide.mdx

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ description: Understand how to do backups and perform restore using those backup
indexCards: none
---

Cloud Service [automatically and continuously](/biganimal/latest/using_cluster/04_backup_and_restore/) saves backups of your clusters. You can restore your cluster to any point in the past after the initial backup on cluster creation. That functionality is included in the free trial as well. While that means you don't have to do anything to generate backups, it's always sensible to test your backups.
Cloud Service [automatically and continuously](/edb-postgres-ai/cloud-service/managing_your_cluster/backup_and_restore/) saves backups of your clusters. You can restore your cluster to any point in the past after the initial backup on cluster creation. That functionality is included in the free trial as well. While that means you don't have to do anything to generate backups, it's always sensible to test your backups.

If you haven't already, [create a cluster](../create_a_cluster/create_cluster_cli) on EDB Postgres AI Console.
If you haven't already, [create a cluster](/edb-postgres-ai/cloud-service/using_cluster/cli/create_cluster_cli/) on EDB Postgres AI Console.

We're going to [add a database](/biganimal/latest/using_cluster/01_postgres_access/#one-database-with-one-application) called "baseball," which we'll populate with some Major League Baseball statistics.
We're going to [add a database](/edb-postgres-ai/cloud-service/using_cluster/postgres_access/database_authentication/#one-database-with-one-application) called "baseball," which we'll populate with some Major League Baseball statistics.

```sql
create database baseball;
Expand Down Expand Up @@ -117,10 +117,11 @@ To check current state, run: biganimal show-clusters --id p-yyyyyyyyyy
```

!!! Note Optional arguments for the CLI

We're only providing the information we have handy to the restore command: the ID of the cluster, the fact that
the cluster is deleted, and the timestamp for the restore point. The CLI will prompt for additional information,
such as the password or the region to restore to, and allow you to enter or select from a list as appropriate.

If you know ahead of time the options you'll need, you can provide all of them using parameters, and the command
will run non-interactively. The values for the other parameters you don't specify will be inherited from the source cluster.

Expand Down Expand Up @@ -148,9 +149,7 @@ from batters
where yearid = 1998
order by hr_rank limit 5;
```


## Further reading

[Cloud Service CLI reference](/biganimal/latest/reference/cli/) and [Backing up and restoring](/biganimal/latest/using_cluster/04_backup_and_restore/) in the full version documentation.

[Cloud Service CLI reference](/edb-postgres-ai/cloud-service/using_cluster/cli/) and [Backing up and restoring](/edb-postgres-ai/cloud-service/managing_your_cluster/backup_and_restore/) in the full version documentation.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ description: "A few ideas for testing the basic capabilities of the BigAnimal sy
indexCards: none
---

Once you've [created a cluster](../create_a_cluster/), it's time to put it through its paces.
Once you've [created a cluster](/edb-postgres-ai/cloud-service/getting_started/free_trial/detail/create_a_cluster/), it's time to put it through its paces.
Here are some examples to get you started:

* [Backup and restore](backup_and_restore)
* [Import data](import_data)

- [Backup and restore](backup_and_restore)
- [Import data](import_data)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you are looking for a fully hosted database solution, the Hosted option of th

The advantage of the Hosted option is that the database deploys within the EDB cloud infrastructure, so you have full control over the data. EDB's cloud infrastructure globally spans the major cloud service providers making it easy to co-locate the database with other services.

EDB manages the database infrastructure, including backups, monitoring, and updates, and provides a single pane of glass for managing your databases, monitoring performance, and accessing logs and metrics. All of this is visible through the [EDB Postgres AI Console](../console) and its single pane of glass which provides a unified view of your fully managed databases, self-managed databases (through the [EDB Postgres AI Agent](../console/agent)), analytics lakehouses, S3 stores and machine learning services.
EDB manages the database infrastructure, including backups, monitoring, and updates, and provides a single pane of glass for managing your databases, monitoring performance, and accessing logs and metrics. All of this is visible through the [EDB Postgres AI Console](/edb-postgres-ai/console/) and its single pane of glass which provides a unified view of your fully managed databases, self-managed databases (through the [EDB Postgres AI Agent](/edb-postgres-ai/console/estate/agent/)), analytics lakehouses, S3 stores and machine learning services.

Hosted, fully managed databases are also quick to deploy and easy to scale. You can start with a small database and scale up as your data grows. EDB manages the scaling and performance of the database, so you can focus on your applications and data.

Expand All @@ -20,4 +20,4 @@ The Hosted option is available for EDB Postgres Advanced Server (EPAS) and EDB P
<a href="../../images/fullyhosted.svg"><img width="50%" src="../../images/fullyhosted.svg"/></a>
</center>

You can deploy EDB's Postgres Advanced Server (EPAS) or Postgres Extended Server (PGE) databases as hosted databases, with a range of [deployment options](deployment) for high availability and fault tolerance.
You can deploy EDB's Postgres Advanced Server (EPAS) or Postgres Extended Server (PGE) databases as hosted databases, with a range of [deployment options](supported_cluster_types/) for high availability and fault tolerance.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Choose the cluster type and configuration that meets your availability requireme

Select the cluster type names in the table heading for more information on each type and configuration.

| Consideration | [Single node](../overview/02_high_availability/single_node) | [Primary/Standby HA](../overview/02_high_availability/primary_standby_highavailability) | [HA + standby replica](../overview/02_high_availability/primary_standby_highavailability#standby-replicas) | [Distributed HA single region](../overview/02_high_availability/distributed_highavailability#single-data-location) | [Distributed HA multi-region](../overview/02_high_availability/distributed_highavailability#multiple-data-locations-and-witness-node) |
|--------------------------|-------------------------------------------------------------|-----------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|
| Data replication | None | Physical | Physical | Logical | Logical |
| Region | Single | Single | Multi | Single | Multi |
| VM failure tolerance ||||||
| AZ failure tolerance | TBD |||||
| Region failure tolerance | TBD | TBD || TBD ||
| Recovery time objective | varies | 35s-60s | varies | 0 | 0 |
| Recovery point objective | &lt;5 min | 0 | &lt;5 min | 0 | 30s (configurable) |
| Service level agreement | 99.5% | 99.99% | 99.99% | 99.99% | 99.995% |
| Consideration | [Single node](/edb-postgres-ai/cloud-service/references/supported_cluster_types/single_node/) | [Primary/Standby HA](/edb-postgres-ai/cloud-service/references/supported_cluster_types/primary_standby_highavailability/) | [HA + standby replica](/edb-postgres-ai/cloud-service/references/supported_cluster_types/primary_standby_highavailability/#standby-replicas) | [Distributed HA single region](/edb-postgres-ai/cloud-service/references/supported_cluster_types/distributed_highavailability/#single-data-location) | [Distributed HA multi-region](/edb-postgres-ai/cloud-service/references/supported_cluster_types/distributed_highavailability/#multiple-data-locations-and-witness-node) |
| ------------------------ | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Data replication | None | Physical | Physical | Logical | Logical |
| Region | Single | Single | Multi | Single | Multi |
| VM failure tolerance | | | | | |
| AZ failure tolerance | TBD | | | | |
| Region failure tolerance | TBD | TBD | | TBD | |
| Recovery time objective | varies | 35s-60s | varies | 0 | 0 |
| Recovery point objective | &lt;5 min | 0 | &lt;5 min | 0 | 30s (configurable) |
| Service level agreement | 99.5% | 99.99% | 99.99% | 99.99% | 99.995% |
Loading

0 comments on commit 9c640c2

Please sign in to comment.