docs: Correct order of steps for postgres migrate
All threads resolved!
All threads resolved!
Compare changes
Files
3+ 1
− 0
docker compose exec -i postgres pg_dump -U postgres postgres > db_dump.sql
cannot be used if the postgres container is stopped (first step).
I switched these two steps in the docs.