mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
3.4 KiB
92 lines
3.4 KiB
3 years ago
|
---
|
||
|
title: 'FAQs'
|
||
2 years ago
|
description: 'General FAQs'
|
||
3 years ago
|
---
|
||
|
|
||
3 years ago
|
## How to upgrade NocoDB ?
|
||
3 years ago
|
|
||
3 years ago
|
- Please see [here](https://docs.nocodb.com/getting-started/upgrading)
|
||
3 years ago
|
|
||
3 years ago
|
## How to export CSV from the grid view ?
|
||
3 years ago
|
|
||
3 years ago
|
- Available since [0.81.1](https://github.com/nocodb/nocodb/releases/tag/0.81.1)
|
||
3 years ago
|
|
||
3 years ago
|
## How to share the project with read only access ?
|
||
3 years ago
|
|
||
3 years ago
|
- Either you can invite by email with 'viewer' access control
|
||
|
- Share the base with publicly accessible link. Available since [0.82.0](https://github.com/nocodb/nocodb/releases/tag/0.82.0)
|
||
3 years ago
|
|
||
3 years ago
|
## How to check my current NocoDB version ?
|
||
3 years ago
|
|
||
3 years ago
|
- You can hover the NocoDB icon on the top left corner or check ``PackageVersion`` in Project info.
|
||
3 years ago
|
|
||
2 years ago
|
![image](https://user-images.githubusercontent.com/35857179/192435277-1b1715b9-5885-4e15-861f-4f95bb60294b.png)
|
||
3 years ago
|
|
||
|
## How to check my Project info ?
|
||
3 years ago
|
|
||
3 years ago
|
- You can click on top right icon and click ``Copy Project Info``.
|
||
3 years ago
|
|
||
2 years ago
|
![image](https://user-images.githubusercontent.com/35857179/192435381-e01013b1-7f87-4d3f-b443-420e685f8c41.png)
|
||
3 years ago
|
|
||
3 years ago
|
You should see the similar result as below.
|
||
3 years ago
|
|
||
3 years ago
|
```
|
||
3 years ago
|
Node: **v16.14.0**
|
||
|
Arch: **arm64**
|
||
3 years ago
|
Platform: **darwin**
|
||
|
Docker: **false**
|
||
3 years ago
|
Database: **mysql2**
|
||
2 years ago
|
ProjectOnRootDB: **true**
|
||
3 years ago
|
RootDB: **mysql2**
|
||
2 years ago
|
PackageVersion: **0.97.0**
|
||
3 years ago
|
```
|
||
|
|
||
3 years ago
|
## What is available in free version ?
|
||
2 years ago
|
- [Detailed comparison of NocoDB's generous CE compared to others is here](https://github.com/orgs/nocodb/projects/13).
|
||
3 years ago
|
- NocoDB has just one version that is free & open source.
|
||
|
- In it you will notice advanced features are all available for free.
|
||
|
- ACL
|
||
|
- Collaboration
|
||
2 years ago
|
- Advanced Views : Form View, Gallery View & Kanban View
|
||
|
- Share View
|
||
|
- Embed View
|
||
|
- Password protected View
|
||
3 years ago
|
- Automations
|
||
2 years ago
|
- API Token Support
|
||
3 years ago
|
- And we would never move these features from free to an enterprise version of NocoDB.
|
||
|
- There is no limitations to number of projects, rows or columns either.
|
||
|
|
||
3 years ago
|
## What is the difference between Auth Token and API Token ?
|
||
|
|
||
|
Auth Token is a JWT Token generated based on the logged-in user. By default, the token is only valid for 10 hours. However, you can change the value by defining it using environment variable `NC_JWT_EXPIRES_IN`. If you are passing Auth Token, make sure that the header is called `xc-auth`.
|
||
|
|
||
|
API Token is a Nano ID with a length of 40. If you are passing API Token, make sure that the header is called `xc-token`.
|
||
|
|
||
2 years ago
|
## Do we plan to have an Enterprise Edition?
|
||
3 years ago
|
For features that make sense for enterprises like below - yes
|
||
|
- SSO, SLA, Organisation wide reports and analytics,
|
||
|
- Advanced Audit or ACL,
|
||
|
- Bespoke implementations & integrations,
|
||
|
- A hosted solution.
|
||
|
|
||
|
And increasing number of our customers are requesting it.
|
||
|
|
||
3 years ago
|
## How do we decide if a feature is Enterprise or not ?
|
||
|
|
||
3 years ago
|
- Depends on the effort and whether the intended users are enterprises.
|
||
|
|
||
2 years ago
|
## What are the official socials for NocoDB?
|
||
|
|
||
|
- Youtube: https://www.youtube.com/@nocodb
|
||
|
- Twitter: https://twitter.com/nocodb
|
||
|
- Discord: http://discord.nocodb.com/
|
||
|
- GitHub: https://github.com/nocodb/nocodb
|
||
|
- Community Forums: https://community.nocodb.com/
|
||
|
- LinkedIn: https://www.linkedin.com/company/nocodb
|
||
|
- Reddit: https://www.reddit.com/r/NocoDB/
|
||
|
|
||
|
## Is NocoDB available on the cloud?
|
||
|
|
||
|
Soon! NocoDB is currently developing cloud infrastructure.
|
||
|
To join the upcoming FREE private beta program, [fill out this form here](https://docs.google.com/forms/d/e/1FAIpQLSfKLe8Rcrq0uo2_jM5W1kbVBbzDiQ3IvlP8Iov61FTekVAvzA/viewform) and be the first to try it!
|