Getting Started/Self Hosting
Upgrading
Upgrading NocoDB : Docker, Node and Homebrew!
By default, if NC_DB
is not specified upon installation, then SQLite will be used to store metadata. We suggest users to separate the metadata and user data in different databases as pictured in our architecture.
Docker
Find, Stop & Delete NocoDB Docker Container
Note: Deleting your docker container without setting NC_DB
or mounting to a persistent volume for a default SQLite database will result in losing your data. See examples below.
Find & Remove NocoDB Docker Image
Pull the latest NocoDB image with same environment variables
Updating NocoDB docker container is similar to updating any other docker containers.
Example: Docker Upgrade
Node
Updating docker container is similar to updating a npm package.
From your root folder
Uninstall NocoDB package
Install NocoDB package
Homebrew
Run following commands to upgrade Homebrew Nocodb version.