restore.sh 128 Bytes
npm run strapi config:restore < "backup/strapi.config"
pg_restore -h localhost -p 5432 -U ravindra -d offers -v "backup/pg.dump"