mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 04:37:20 +00:00
Fix : csv deleted column (#745)
* docs: new environment detail Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: remove deleted column from csv Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -151,7 +151,7 @@ And connection params for this database can be specified in `NC_DB` environment
|
||||
| AWS_SECRET_ACCESS_KEY | No | For Litestream - S3 secret access key | If Litestream is configured and NC_DB is not present. SQLite gets backed up to S3 |
|
||||
| AWS_BUCKET | No | For Litestream - S3 bucket | If Litestream is configured and NC_DB is not present. SQLite gets backed up to S3 |
|
||||
| AWS_BUCKET_PATH | No | For Litestream - S3 bucket path (like folder within S3 bucket) | If Litestream is configured and NC_DB is not present. SQLite gets backed up to S3 |
|
||||
| NC_EXPORT_MAX_TIMEOUT | No | After NC_EXPORT_MAX_TIMEOUT csv gets downloaded in batches | Default value 5000 will be used |
|
||||
| NC_EXPORT_MAX_TIMEOUT | No | After NC_EXPORT_MAX_TIMEOUT csv gets downloaded in batches | Default value 5000(in millisecond) will be used |
|
||||
|
||||
|
||||
### Docker Compose
|
||||
|
||||
Reference in New Issue
Block a user