Commit b33968f0 by sujata

backup.sh file created

1 parent aaffd232
# Take backup of the strapi config
npm run strapi config:dump > "backup/strapi.tmp.config"
sed '1,4d' "backup/strapi.tmp.config" > "backup/strapi.config"
rm "backup/strapi.tmp.config"
# Take database backup.
mysqldump -h localhost -u advith_admin -p'Advith@3214!' advith_db > backup/dump.sql
\ No newline at end of file \ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!