- psql -v variable interpolation doesn't work in -c mode on PostgreSQL 18. Use direct SQL string with single-quoted password (passwords are base64url, no special SQL chars). - Make image pull/retag loop non-fatal (|| true) so deploy continues even if images haven't been pushed yet for this commit. - Preserve bootstrap-tier credentials from .env (previous commit).