I was updating on my own using the guide but up until recently ran into a snag with some new files being added and whatnot. I restored my droplet to a previous snapshot so its running 100% on 0.9.7.9 at the moment
This should be simple for someone who knows what he/shes is doing, there are no customizations on my install other than a custom header
I can give you root access to my droplet on digital ocean and paypal you your price for updating
(FWIW since you already seem to have found a solution)
We offer migrations from Bitnami (or any other hosted instance) to our Discourse hosting service.
The migration is free if you commit for at least one year.
I have just installed Docker on stance’s DO instance, and it’s working great.
The backups in the admin panel are great - create backup and download from old forum, start Docker, upload backup (thanks@zogstrip!) , enable restore, restore backup, stop the container, start the container, and we’re all done!
Additionally, here’s a command to copy your assets into Docker, assuming ./launcher ssh works:
cd /home/discourse/public/assets
scp -P 2222 customimage1.png customimage2.png favicon.ico localhost:/var/www/discourse/public/assets
EDIT: It’s kinda weird to think that if I did this just 1 day earlier, it would’ve been harder for me to move the backup to the new install. That’s the perks of living on the bleeding edge!