Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug: Update Nocodb latest #6911

Closed
1 task done
rcarvalhopiaget opened this issue Nov 7, 2023 · 7 comments
Closed
1 task done

🐛 Bug: Update Nocodb latest #6911

rcarvalhopiaget opened this issue Nov 7, 2023 · 7 comments
Assignees

Comments

@rcarvalhopiaget
Copy link

rcarvalhopiaget commented Nov 7, 2023

Please confirm if bug report does NOT exists already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

I updated nocodb using the docker-compose pull command, then docker-compose down and docker-compose up -d

Desired Behavior

I need the table fields and previously inserted names to be as they were before.

Project Details

version: "2.1"
services:
nocodb:
depends_on:
root_db:
condition: service_healthy
environment:
NC_DB: "mysql2://root_db:3306?u=noco&p=password&d=root_db"
image: "nocodb/nocodb:latest"
ports:
- "8080:8080"
restart: always
volumes:
- "nc_data:/usr/app/data"
root_db:
ports:
- "3306:3306"
environment:

Attachments

Look how my noco looked after I updated

2023-11-07_13-44

@dstala
Copy link
Member

dstala commented Nov 8, 2023

@rcarvalhopiaget what version did you upgrade from? what's mysql version that you are working with?

@dstala dstala assigned pranavxc and unassigned o1lab Nov 8, 2023
@emre1e
Copy link

emre1e commented Nov 8, 2023

im always following this steps. Maybe it will help you.

find NocoDB container ID

docker ps

stop NocoDB container NOT THE DB

docker stop <YOUR_CONTAINER_ID>

delete NocoDB container NOT THE DB

docker rm <YOUR_CONTAINER_ID>

find NocoDB image

docker images

delete NocoDB image NOT THE DB

docker rmi <YOUR_IMAGE_ID>

execute sudo docker-compose up -d

@mustafapc19
Copy link
Contributor

@rcarvalhopiaget Can u provide

  • Nocodb meta data (records in nc_bases_v2, nc_columns_v2, nc_views_v2 tables in your NC_DB)
  • backend logs after upgrade.

We can connect on discord if its more convenient for you. My discord user id is mustafapc19

@rcarvalhopiaget
Copy link
Author

rcarvalhopiaget commented Nov 8, 2023 via email

@rcarvalhopiaget
Copy link
Author

rcarvalhopiaget commented Nov 8, 2023 via email

@rcarvalhopiaget
Copy link
Author

rcarvalhopiaget commented Nov 8, 2023 via email

@dstala
Copy link
Member

dstala commented Nov 8, 2023

Thanks for updating about status @rcarvalhopiaget
We will keep an eye on this to see if we can emulate something similar locally. If you can reproduce issue again, do let us know. Closing this thread for now.

@dstala dstala closed this as completed Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants