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
Context
Create a command named onetomany:postgres:backup that will use pg_dump to dump the database and archive it. It will also automatically delete backups after a specific amount of time.
Context
Create a command named
onetomany:postgres:backupthat will usepg_dumpto dump the database and archive it. It will also automatically delete backups after a specific amount of time.