#mastoadmin talk time!
Last night I decided to take a shot at moving my instance out of Docker (which I don't know very well) and into just a regular install with the system PostgreSQL and Redis etc.
I stopped my instance, updated to latest stable and dumped the database, using my usual backup command fired via docker-compose:
docker-compose exec --user postgres db pg_dump -Fc postgres > social.chinwag.org-`date +%Y%m%d%H%M`.psqld
The toot's going to mangle that but you get the idea.
tbc