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
The database will be created if the redis_password field is entirely omitted, but this is not ideal as I want to manage & rotate the password myself via API.
Additionally, the GET /databases/:uuid API on a Redis DB does not return the current redis_password.
The text was updated successfully, but these errors were encountered:
SierraJC
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Nov 23, 2024
Error Message and Logs
Undefined column: 7 ERROR: column "redis_password" of relation "standalone_redis" does not exist
API output: Dev / Debug enabled
API output: Production
Steps to Reproduce
Send POST request to
/databases/redis
withredis_password
field filledcURL
See error.
Example Repository URL
No response
Coolify Version
v4.0.0-beta.372
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 22.04
Additional Information
The database will be created if the
redis_password
field is entirely omitted, but this is not ideal as I want to manage & rotate the password myself via API.Additionally, the GET
/databases/:uuid
API on a Redis DB does not return the currentredis_password
.The text was updated successfully, but these errors were encountered: