If you're upgrading to a new iPhone 17 or installing the latest operating system, you'll save yourself a lot of trouble by making a good backup first. Here's how to do it.
docker run --rm \ --name wrata-debug-psql \ -e POSTGRES_HOST_AUTH_METHOD=trust \ -e POSTGRES_USER=postgres \ -e POSTGRES_DB=wrata_development \ -d \ -p 5432:5432 ...