Good morning friends, I made a backup in a database, it is not the first time I do it, I used this command:
pg_dump db -f /backup/agosto_31.sql
And I do the restore with:
psql -d agosto_31 -f agosto_31.sql
But this last time I did it, no trigger was exported, and there are a lot of them. I checked in the file August_31.sql and they are. How could I import them again ?, just the triggers.
Thank you all, greetings!