@ashfurrow If you are OK with downtime, moving off Docker means doing a pg_dump/pg_restore plus maybe copying the dump.rdb from the redis container over. A minimal downtime approach would have you setup a hot standby for Postgres and Redis and then doing a switch-over.
@Gargron Yeah, I’m okay with downtime as long as I clearly communicate it upfront.
Using Docker has taken me so far off the happy path of what everyone else seems to be using (not to mention what the docs describe). I liked it at first because it made things easy, but I’ve learned enough to not really need it anymore.
I’ll probably stay on DigitalOcean. Do you like their one-click install? Or would I be best setting things up myself?