@@ -32,35 +32,36 @@ an option in the command line, without providing its value. In this case, the co
32
32
interactively. For long values, such as the SaaS account id, it is more practical to copy/paste the value from
33
33
another source.
34
34
35
- | Option name | On-Prem | SaaS | Comment |
36
- | :-----------------------------| :-------:| :----:| :--------------------------------------------------|
37
- | dsn | [ x] | | i.e. <db_host: db_port > |
38
- | db-user | [ x] | | |
39
- | db-pass | [ x] | | Env. [ DB_PASSWORD] |
40
- | bucketfs-name | [ x] | | |
41
- | bucketfs-host | [ x] | | |
42
- | bucketfs-port | [ x] | | |
43
- | bucketfs-user | [ x] | | |
44
- | bucketfs-password | [ x] | | Env. [ BUCKETFS_PASSWORD] |
45
- | bucketfs-use-https | [ x] | | Optional boolean, defaults to False |
46
- | bucket | [ x] | | |
47
- | saas-url | | [ x] | Env. [ SAAS_HOST] |
48
- | saas-account-id | | [ x] | Env. [ SAAS_ACCOUNT_ID] |
49
- | saas-database-id | | [ x] | Optional, Env. [ SAAS_DATABASE_ID] |
50
- | saas-database-name | | [ x] | Optional, provide if the database_id is unknown |
51
- | saas-token | | [ x] | Env. [ SAAS_TOKEN] |
52
- | path-in-bucket | [ x] | [ x] | |
53
- | language-alias | [ x] | [ x] | |
54
- | version | [ x] | [ x] | Optional, provide for downloading SLC from GitHub |
55
- | container-file | [ x] | [ x] | Optional, provide for uploading SLC file |
56
- | ssl-cert-path | [ x] | [ x] | Optional |
57
- | [ no_ ] use-ssl-cert-validation | [ x] | [ x] | Optional boolean, defaults to True |
58
- | ssl-client-cert-path | [ x] | | Optional |
59
- | ssl-client-private-key | [ x] | | Optional |
60
- | [ no_ ] upload-container | [ x] | [ x] | Optional boolean, defaults to True |
61
- | [ no_ ] alter-system | [ x] | [ x] | Optional boolean, defaults to True |
62
- | [ dis] allow-override | [ x] | [ x] | Optional boolean, defaults to False |
63
- | [ no_ ] wait_for_completion | [ x] | [ x] | Optional boolean, defaults to True |
35
+ | Option name | On-Prem | SaaS | Comment |
36
+ | :-----------------------------| :-------:| :----:| :--------------------------------------------------------|
37
+ | dsn | [ x] | | i.e. <db_host: db_port > |
38
+ | db-user | [ x] | | |
39
+ | db-pass | [ x] | | Env. [ DB_PASSWORD] |
40
+ | bucketfs-name | [ x] | | |
41
+ | bucketfs-host | [ x] | | |
42
+ | bucketfs-port | [ x] | | |
43
+ | bucketfs-user | [ x] | | |
44
+ | bucketfs-password | [ x] | | Env. [ BUCKETFS_PASSWORD] |
45
+ | bucketfs-use-https | [ x] | | Optional boolean, defaults to False |
46
+ | bucket | [ x] | | |
47
+ | saas-url | | [ x] | Env. [ SAAS_HOST] |
48
+ | saas-account-id | | [ x] | Env. [ SAAS_ACCOUNT_ID] |
49
+ | saas-database-id | | [ x] | Optional, Env. [ SAAS_DATABASE_ID] |
50
+ | saas-database-name | | [ x] | Optional, provide if the database_id is unknown |
51
+ | saas-token | | [ x] | Env. [ SAAS_TOKEN] |
52
+ | path-in-bucket | [ x] | [ x] | |
53
+ | language-alias | [ x] | [ x] | |
54
+ | schema | [ x] | [ x] | Required if the user has no permission to create a database schema |
55
+ | version | [ x] | [ x] | Optional, provide for downloading SLC from GitHub |
56
+ | container-file | [ x] | [ x] | Optional, provide for uploading SLC file |
57
+ | ssl-cert-path | [ x] | [ x] | Optional |
58
+ | [ no_ ] use-ssl-cert-validation | [ x] | [ x] | Optional boolean, defaults to True |
59
+ | ssl-client-cert-path | [ x] | | Optional |
60
+ | ssl-client-private-key | [ x] | | Optional |
61
+ | [ no_ ] upload-container | [ x] | [ x] | Optional boolean, defaults to True |
62
+ | [ no_ ] alter-system | [ x] | [ x] | Optional boolean, defaults to True |
63
+ | [ dis] allow-override | [ x] | [ x] | Optional boolean, defaults to False |
64
+ | [ no_ ] wait_for_completion | [ x] | [ x] | Optional boolean, defaults to True |
64
65
65
66
### Container selection
66
67
0 commit comments