Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b36735c

Browse files
author
Dementii Priadko
committed
Merge branch 'fix-reports-list-all-dbs' into 'main'
Added functionality to show every db in db-related reports See merge request postgres-ai/postgres_ai!34
2 parents 96504be + 6cb8efb commit b36735c

File tree

2 files changed

+682
-495
lines changed

2 files changed

+682
-495
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ A complete PostgreSQL monitoring solution with automated performance analysis an
1111

1212
**Database:**
1313
- Supports PostgreSQL versions 14-17
14+
- **pg_stat_statements extension must be enabled** for query performance monitoring
1415

1516
## ⚠️ Security Notice
1617

@@ -74,22 +75,21 @@ curl -o postgres_ai https://gitlab.com/postgres-ai/postgres_ai/-/raw/main/postgr
7475
&& chmod +x postgres_ai
7576
```
7677

77-
Now, start it and wait for a few minutes. Two optional adjustments:
78-
- remove `--demo` unless you want to see it in action without monitoring an actual Postgres DB (this option creates a demo DB)
79-
- get an Postgres AI access token for your organization at https://console.postgres.ai (`Your org name → Manage → Access tokens`)
78+
Now, start it and wait for a few minutes. Get a Postgres AI access token for your organization at https://console.postgres.ai (`Your org name → Manage → Access tokens`):
8079

8180
```bash
8281
# Production setup with your Access token
8382
./postgres_ai quickstart --api-key=your_access_token
8483
```
84+
**Note:** You can also add your database instance in the same command:
85+
./postgres_ai quickstart --api-key=your_access_token --add-instance="postgresql://user:pass@host:port/db"
8586

8687
Or if you want to just check out how it works:
8788
```bash
8889
# Complete setup with demo database
8990
./postgres_ai quickstart --demo
9091
```
9192

92-
9393
That's it! Everything is installed, configured, and running.
9494

9595
## 📊 What you get

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /