wkw asked
afriadi replied
ah ok, thanks for the response wkw@discord , is there any way to resolve this? or the only way is to delete and start new?
afriadi replied
basically we are using docker image, and we update the docker image to latest version available
afriadi replied
and then it is broken, although previously we are using 0.11.2 and it working just fine
afriadi replied
we are using kubernetes, so when our deployment image changes, it will start new pod
wkw replied
it s kinda not my case then. i was using docker with 2 different instances. i suggest u include these info in your comment as well Bug: failed to import meta data · Issue #343 · nocodb/nocodb · GitHub
pranavxc replied
if possible please share more details about meta DB, which database are you using as metadatabase? (default one is file-based SQLite - noco.db
)
pranavxc replied
you can mount the volume at /usr/app/data/
, which will help to persist data(attachment files, noco.db, etc… )
afriadi replied