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
Issue: When restarting a DragonflyDB instance in Coolify, the public port setting is not retained. The instance loses its public port configuration, unlike PostgreSQL, which correctly restores the public port after a restart.
Logs: No specific error logs, but the issue can be observed when checking the network settings of the DragonflyDB container after a restart. Port mappings are missing or not marked as public.
Steps to Reproduce
Deploy a DragonflyDB instance in Coolify and make the port public.
Confirm that the port is accessible publicly (e.g., using curl or a browser).
Restart the DragonflyDB instance from the Coolify dashboard or CLI.
Check the network configuration of the DragonflyDB instance after the restart.
Observe that the public port setting is not retained, and the instance is no longer accessible publicly.
Example Repository URL
Not applicable. This issue can be reproduced using a default DragonflyDB instance setup in Coolify.
Coolify Version
v4.0.0-beta.367
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
The issue does not occur with PostgreSQL instances, where the public port is restored correctly after a restart. The bug seems specific to DragonflyDB. Attempts to resolve it by adding a save() call in the StartDragonfly.php script did not fix the problem. This suggests that the is_public and public_port attributes may not be set or persisted correctly before the StartDatabaseProxy call.
The text was updated successfully, but these errors were encountered:
tbvgl
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Nov 13, 2024
Error Message and Logs
Issue: When restarting a DragonflyDB instance in Coolify, the public port setting is not retained. The instance loses its public port configuration, unlike PostgreSQL, which correctly restores the public port after a restart.
Logs: No specific error logs, but the issue can be observed when checking the network settings of the DragonflyDB container after a restart. Port mappings are missing or not marked as public.
Steps to Reproduce
Example Repository URL
Not applicable. This issue can be reproduced using a default DragonflyDB instance setup in Coolify.
Coolify Version
v4.0.0-beta.367
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
The issue does not occur with PostgreSQL instances, where the public port is restored correctly after a restart. The bug seems specific to DragonflyDB. Attempts to resolve it by adding a save() call in the StartDragonfly.php script did not fix the problem. This suggests that the is_public and public_port attributes may not be set or persisted correctly before the StartDatabaseProxy call.
The text was updated successfully, but these errors were encountered: