DB Connection URL in README doesn't work #7
Open
opened 2026-03-15 21:26:59 +00:00 by DuwYAnne
·
1 comment
No Branch/Tag Specified
main
renovate/nocodb-nocodb-ee-2026.x
renovate/nocodb-nocodb-2026.x
renovate/postgres-18.x
renovate/postgres-13.x
backups
upgrade
main-2
2.5.0+2026.08.0
2.4.0+2026.07.0
2.3.0+2026.06.2
2.2.1+2026.06.1
2.2.0+2026.06.0
2.1.11+2026.05.3
2.1.10+2026.05.2
2.1.9+2026.05.1
2.1.8+2026.05.0
2.1.7+2026.04.3
2.1.6+2026.04.2
2.1.5+2026.04.1
2.1.4+2026.04.0
2.1.3+0.301.5
2.1.2+0.301.4
2.1.1+0.301.3
2.1.0+0.301.2
2.0.0+0.301.2
1.2.10+0.265.1
1.2.9+0.265.0
1.2.8+0.264.9
1.2.7+0.264.8
1.2.6+0.264.7
1.2.5+0.264.6
1.2.4+0.264.4
1.2.3+0.264.3
1.2.2+0.264.2
1.2.1+0.264.1
1.2.0+0.264.0
1.1.6+0.263.8
1.1.5+0.263.6
1.1.4+0.263.4
1.1.3+0.263.3
1.1.2+0.263.1
1.1.1+0.263.0
1.1.0+0.262.5
1.0.0+0.255.2
1.0.1+0.258.10
Labels
No items
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
appletalk
arjan
basebuilder
BornDeleuze
Brooke
carla
cas (Cassowary)
codegod100
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
flancian
Frando
iexos
jade (Jade Ambrose)
javielico (Javielico)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
marlon (marlon)
mayel
mirsal
moosemower
moritz
nicksellen (Nick Sellen)
notplants
oxaliq (sorrel)
p4u1
pau
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
PhiNatalie
renovate-bot (Comrade Renovate Bot)
ripclap
rix
rscmbbng
sef (sef)
simon
sixsmith (Sixsmith)
stevensting
tobias
trav (Trav Fryer)
val (val (he/him))
vaznasty
virtualboys
wolcen (Chris Thompson)
wykwit
xynosis
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/nocodb#7
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Issue
When following README instructions, the
appservice with fail with an error:Error: Meta database configuration missing database name.This is because the the db connection url contains the
&character, which in some shells (like bash) will delineate the command and run the prefix in the background, leaving the connection url to be truncated aspg://db:5432?u=nocodb.Proposed Fix
Surround the secret value with quotations in the README to be
"pg://db:5432?u=nocodb&p=${DATABASE_PW}&d=nocodb"Tested on
abra version 0.13.0-beta-06a57deand recipe version2.1.1+0.301.3hey, sorry for the delay! just fixed it, thanks! though i think we could avoid adding this secret manually and generate the db url within the entrypoint like we do in other recipes. i'll leave this issue open until i have time to work on it :)