Thanks to visit codestin.com
Credit goes to github.com

Skip to content

repo sync #2060

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/connections/storage/catalog/db2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,13 @@ database shortly.
If your Db2 Warehouse is in a private network, be sure to [whitelist
Segment's IP
address](https://segment.com/docs/connections/storage/warehouses/faq/#which-ips-should-i-whitelist).
Otherwise, we will not be able to load your data.
Otherwise, Segment can't load your data.

### Unique User

We strongly recommend creating a unique User for the Segment Db2 Warehouse
Segment recommends you to create a unique User for the Segment Db2 Warehouse
connection to your Db2 Warehouse instance so that you can manage permissions
separately.

### SSL/TLS
Always require SSL/TLS and make sure your data warehouse can only accept secure connections. Segment only connects to your data warehouse using SSL/TLS.
11 changes: 6 additions & 5 deletions src/connections/storage/catalog/postgres/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rewite: true
redirect_from:
- '/connections/warehouses/catalog/postgres/'
---
PostgreSQL, or Postgres, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards compliance. As a database server, its primary functions are to store data securely and return that data in response to requests from other software applications.
PostgreSQL, or Postgres, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards compliance. As a database server, its primary functions are to store data securely and return that data in response to requests from other software applications.

PostgreSQL is ACID-compliant and transactional. PostgreSQL has updatable views and materialized views, triggers, foreign keys; supports functions and stored procedures, and other expandability. Developed by the PostgreSQL Global Development Group, free and open-source.

Expand Down Expand Up @@ -45,7 +45,7 @@ This guide explains how to set up a Postgres database with Heroku. Heroku is a c

When you click **Create Database**, a modal appears with your plan choices. Depending on your needs, some plans may be more suitable than others - for example, more expensive plans generally have better performance and more storage. Segment recommends that new customers start with the "Standard 4" plan.

For the fastest sync times, choose the US East region.
For the fastest sync times, choose the US East region.

After you configure these settings, click "Login to Install" and/or "Visit Heroku Dashboard to create your first app".

Expand Down Expand Up @@ -354,10 +354,11 @@ GRANT CREATE, TEMPORARY ON DATABASE <enter database name here> TO segment;


## Security
Make sure you're logging in with a user that has read and write permissions so that we can write to your database.

- Whitelist the Segment IP (`52.25.130.38/32`)
To make sure your Postgres database is secure:
- Log in with a user that has read and write permissions so that Segment can write to your database.
- Whitelist the Segment IP (`52.25.130.38/32`). Otherwise, Segment can't load your data.
- Create a service user that has `read/write` permissions.
- Always require SSL/TLS and make sure your data warehouse can only accept secure connections. Segment only connects to your data warehouse using SSL/TLS.

## Best Practices

Expand Down
5 changes: 5 additions & 0 deletions src/connections/storage/catalog/redshift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,13 @@ After creating a Redshift warehouse, the next step is to connect Segment:
4. Select which sources and collections/properties will sync to this Warehouse

## Security

### VPC
VPCs keep servers inaccessible to traffic from the internet. With VPC, you're able to designate specific web servers access to your servers. In this case, you will be whitelisting the [Segment IPs](/docs/connections/storage/warehouses/faq#which-ips-should-i-whitelist) to write to your data warehouse.

### SSL/TLS
Always require SSL/TLS and make sure your data warehouse accepts only secure connections. Segment only connects to your data warehouse using SSL/TLS.

## Best practices

### Networking
Expand Down