You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker exec -it source_service-source_db-1 psql -U postgres -d source_db -c "UPDATE users SET name = name || '_updated' WHERE email LIKE '%example.com';"
echo "Updated rows in source_db. Check targets with ./check_target.sh"