-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathvalues.demo.yaml
49 lines (48 loc) · 1.06 KB
/
values.demo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
env:
AWS_REGION: eu-central-1
coordinator:
type: s3
bucket: place_your_bucket
transferSpec:
regular_snapshot:
incremental:
- namespace: public
name: playing_with_neon
cursor_field: id
enabled: true
src:
type: pg
params:
Hosts:
- YOUR_NEON_DB
Database: YOUR_DB_NAME
User: YOUR_DB_USER
Password: YOUR_DB_PASSWORD
Port: 5432
BatchSize: 1024
SlotByteLagLimit: 53687091200
EnableTLS: true
KeeperSchema: public
DesiredTableSize: 1073741824
SnapshotDegreeOfParallelism: 4
dst:
type: ch
params:
User: YOUR_DC_USER
Password: YOUR_DC_PASSWORD
ShardsList:
- Hosts:
- YOUR_DC_HOST
Database: default
HTTPPort: 8443
SSLEnabled: true
NativePort: 9440
MigrationOptions:
AddNewColumns: true
InsertParams:
MaterializedViewsIgnoreErrors: true
RetryCount: 20
UseSchemaInTableName: true
Interval: 1000000000
Cleanup: Drop
BufferTriggingSize: 536870912