TL;DR: Instead of &&
use ;
after a command that might have errors.
My main project at work has a nice Make command for getting a new truncated version of our main database. Unfortunately, I can never remember the exact command, and it requires a second command (pg_restore
) to update my …