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 am running wordpress inside a bitnami container. It seems that XCloner doesn't recognise wp-content (doesn't even show in the section where you can choose which folders to ignore). My guess is that bitnami uses a symbolic link to connect the wp-content folder and this confuses xcloner. Is this something that can be fixed?
The text was updated successfully, but these errors were encountered:
So either create a new local adapter supporting symlinks, or maybe allow to include other arbitrary folders (in that case /bitnami/wordpress/... alongside the wp root directory /opt/bitnami/wordpress/) ?
I managed to work around it using this command inside the container: wp option add xcloner_start_path '/bitnami/wordpress'
Then I deactivated/activated the plugin and now it sees the mounted volume instead of wordpress root
(which shouldn't need backup anyway as it's in the container's image)
I am running wordpress inside a bitnami container. It seems that XCloner doesn't recognise wp-content (doesn't even show in the section where you can choose which folders to ignore). My guess is that bitnami uses a symbolic link to connect the wp-content folder and this confuses xcloner. Is this something that can be fixed?
The text was updated successfully, but these errors were encountered: