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
Create a WordPress service (try it with MariaDB, since that's what I was using).
Add WORDPRESS_CONFIG_EXTRA=$WORDPRESS_CONFIG_EXTRA to the compose file.
Populate a WORDPRESS_CONFIG_EXTRA environment variable.
Clone the service to a different server
Check if that other server actually has the new service. (I checked by looking for the service ID in /var/lib/docker/volumes/.
Example Repository URL
No response
Coolify Version
v4.0.0-beta.360
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 22.04
Additional Information
I discovered a frustrating little bug.
Small aside: it's not possible on a WordPress service to see which server it's actually running on.
When cloning a WordPress service to a different server, two wrong things happen:
The service is cloned, but to the same server instead of the other one.
Extra environment variables might not be cloning. For example, I added WORDPRESS_CONFIG_EXTRA=$WORDPRESS_CONFIG_EXTRA to my compose file and populated that env var, but the value is blank on the clone.
The text was updated successfully, but these errors were encountered:
I'm experiencing the same issues with Coolify v4.0.0-beta.360 on my self-hosted installation. The core problem is the inability to move resources between servers. I've tested this with Ghost CMS and several other services, attempting various solutions such as cloning individual deployments and entire projects.
Error Message and Logs
No errors, but obvious omissions in end results.
Steps to Reproduce
WORDPRESS_CONFIG_EXTRA=$WORDPRESS_CONFIG_EXTRA
to the compose file.WORDPRESS_CONFIG_EXTRA
environment variable./var/lib/docker/volumes/
.Example Repository URL
No response
Coolify Version
v4.0.0-beta.360
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 22.04
Additional Information
I discovered a frustrating little bug.
Small aside: it's not possible on a WordPress service to see which server it's actually running on.
When cloning a WordPress service to a different server, two wrong things happen:
WORDPRESS_CONFIG_EXTRA=$WORDPRESS_CONFIG_EXTRA
to my compose file and populated that env var, but the value is blank on the clone.The text was updated successfully, but these errors were encountered: