candide
NocoDB Update Failure: Deployment Failed During Network Process (Health Check)
I reached out to the NocoDB devs, and they helped me solve it:
I just had to copy the
nc_auth_jwt_secret
value in the nc_store
table of the Postgres database, paste it in the deployment's NC_AUTH_JWT_SECRET
env value, then redeploy.8 replies
Navidrome Deployment: Trouble with using Volumes, Error while scanning media
@Adam I tried moving /data and /music to the root of the volume using the File Browser, then re-mounted it to the Navidrome deployment and kept the same env files, but it still didn't work...
5 replies
NocoDB: deployment crash, migration failure, current transaction is aborted
Good news: the issue has been resolved. I didn't need to run that other query after all, just needed to deploy the following image provided by a NocoDB dev, which skips
transaction
so the deployment works as expected:
nocodb/nocodb-timely:0.204.0-pr-7425-20240113-1241
Then, once that deployed successfully, I just needed to switch back to nocodb:latest
.
Thank you again for your support, Brody! I've been dealing with this issue for months, and I'm sure the fresh deploy also made a difference, somehow. I'll probably refer to that guide in the future, and hopefully it helps someone else.53 replies
NocoDB: deployment crash, migration failure, current transaction is aborted
I was then asked to do the following:
Please run the following query as well .... replace schema_name with your schema name used in connection. And you should connect to the database you are using as well.
53 replies
NocoDB: deployment crash, migration failure, current transaction is aborted
So, update on this issue: I've been troubleshooting with NocoDB for the last little bit, and here's what was said so far:
I was asked to run
select *
from pg_indexes
The NocoDB dev looked over the results and said, "Somehow index list query returns empty list even if there are index and which is causing this issue."53 replies
NocoDB: deployment crash, migration failure, current transaction is aborted
Well, I really appreciate the guide and all the help! The updated dockerfile was definitely something I would've missed if it wasn't for your help, and I'm sure the guide will help others.
I'm going to try flagging down a NocoDB dev to see if the data error can be fixed, and report back in case someone else has the same error.
53 replies
NocoDB: deployment crash, migration failure, current transaction is aborted
Okay, I just want to make sure I understand the following passage from your guide:
Copy the DATABASE_URL variable from the Postgres database in your old NocoDB project into the note. making sure denote that it is the old database's URL Copy the DATABASE_PRIVATE_URL variable from the Postgres database in your new NocoDB project into the note. making sure denote that it is the old database's URLI wasn't sure if the last sentence was a typo, so I noted down:
OLD DATABASE_URL: A OLD DATABASE_PRIVATE_URL: B NEW DATABASE_URL: C NEW DATABASE_PRIVATE_URL: DAm I correct to place the following values? :
PLUGIN_URL: A NEW_URL: D
53 replies
NocoDB: deployment crash, migration failure, current transaction is aborted
Ouf, I see what you mean now by my deployment being very old... The dockerfile from Railway isn't even the same as the one I have in my repo...
Do you think it would be enough to just edit my dockerfile to match it to the new one? If not, a ping would be perfect.
53 replies