Skip to content

Commit

Permalink
Add DigitalOcean integration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunlol committed Aug 15, 2024
1 parent 5976f80 commit 5ed4d97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/postgresql/source-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,12 @@ ALTER USER [user] WITH REPLICATION;

Logical replication is turned off by default. To turn it on, you have to update the [cloud flag](https://cloud.google.com/sql/docs/postgres/replication/configure-logical-replication#configure-your-postgresql-instance): `cloudsql.logical_decoding` = `on`. This will need a restart of your instance before `SHOW wal_level;` returns `logical`.

### DigitalOcean

Navigate to the [DigitalOcean databases](https://cloud.digitalocean.com/databases) tab and specify your database credentials, which can be found in the Connection details:

![](/img/perm-digitalocean.png)

### Self-managed PostgreSQL

#### Connection {#self-managed-connection}
Expand Down
Binary file added docs/static/img/perm-digitalocean.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ed4d97

Please sign in to comment.