Upgrading Self-Hosting on Digital Ocean
So I've followed the directions in the Notion to update the n8n instance, however, it doesn't appear to be working. 1. su - username 2. cd n8n-docker-caddy 3. sudo docker compose down --rmi all --volumes --remove-orphans 4. sudo docker compose pull 5. sudo docker compose up -d --force-recreate 6. sudo docker compose exec -u root n8n npm install -g axios moment uuid pg json-schema-generator openai @supabase/supabase-js but when I log into my n8n instance it still says that i'm on 1.72.1. Is there some step Im forgetting? Do i need to reboot something?