You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed an issue when setting a custom password for a MongoDB connection in Coolify. Passwords containing special characters (e.g., (, ), >, or others) can cause errors during the S3 backup setup. I think this has to do with url encoding maybe?
I noticed this when I was setting up backups for one my databases. I had randomly generated a password that included a ')' and it kept failing with:
bash: line 2: syntax error near unexpected token ')'
I also tried with a couple other such as '>' and got similar errors which I believe is the same problem!
This is my first time submitting an issue, so I’m not sure if this is a bug or just something to keep in mind when creating MongoDB user passwords. Either way, I really appreciate Coolify and wanted to share this just in case it’s something worth noting.
Thanks!
Nick
Steps to Reproduce
Create a new MongoDB instance
Update the password to include a special character such as '(' or '>'
Save and restart the deployment
Try perform a database backup through the Coolify UI
Example Repository URL
No response
Coolify Version
v4.0.0-beta.389
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 20.04.6 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered:
andrasbacsai
added
🐞 Confirmed Bug
Verified issues that have been reproduced by the team.
✅ Done
Issues that are fixed and a PR is ready to be merged.
and removed
🔍 Triage
Issues that need assessment and prioritization.
labels
Feb 3, 2025
github-actionsbot
removed
🐛 Bug
Reported issues that need to be reproduced by the team.
🐞 Confirmed Bug
Verified issues that have been reproduced by the team.
✅ Done
Issues that are fixed and a PR is ready to be merged.
labels
Feb 4, 2025
Error Message and Logs
Hi there,
I noticed an issue when setting a custom password for a MongoDB connection in Coolify. Passwords containing special characters (e.g., (, ), >, or others) can cause errors during the S3 backup setup. I think this has to do with url encoding maybe?
I noticed this when I was setting up backups for one my databases. I had randomly generated a password that included a ')' and it kept failing with:
bash: line 2: syntax error near unexpected token ')'
I also tried with a couple other such as '>' and got similar errors which I believe is the same problem!
This is my first time submitting an issue, so I’m not sure if this is a bug or just something to keep in mind when creating MongoDB user passwords. Either way, I really appreciate Coolify and wanted to share this just in case it’s something worth noting.
Thanks!
Nick
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.389
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 20.04.6 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered: