This is a completely new repo, I will create a new server and import the current DB. A "Floating IP" has been attached to the current server. This will allow to switch over without downtime once the DNS entry has been updated.
This repo works on Ubuntu 16.04, it has been tested with it on Vagrant (and the mediawiki recipe has been tested on a temporary server on Digital Ocean)
./script/bootstrap
knife zero converge name:web.remotestorage.io
knife digital_ocean droplet create --server-name wiki.remotestorage.io \
--image ubuntu-16-04-x64 \
--location ams3 \
--size 512mb \
--ssh-keys 11577,1536005 \
--run-list "role[base],role[wiki]" \
--secret-file ".chef/encrypted_data_bag_secret" \
--zero