Hello, I am trying to update n8n with DigitalOcean.
I’ve followed another topic called “Updating n8n with DigitalOcean” since it had the same issue, but when I paste “find / -type d -name “n8n-caddy-docker” 2>/dev/null” in the droplet terminal nothing is found. Any help would be highly appreciated.
You need to find the folder that has your docker-compose flie in it, Looking at your directory structure there you used a script called n8n_setup.sh to install it so I would start by looking in that script to see what paths it used and how it installed n8n.
Personally I don’t know why you would have used the script over following our docs as you never know what the script might be actually doing or how things are set up unless you have fully reviewed it before running it.
@Jon I think he used the one click solution from digital ocean which has n8n pre-installed on a droplet, however this is an extremely out of date version of 1.67.
@edoardovaca My recommendation would rather be to create a droplet with docker preinstalled and then install n8n via docker as per Jon’s comment. So much easier to maintain and update.