Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit b33968f0
authored
2025-07-14 16:01:05 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
backup.sh file created
1 parent
aaffd232
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
backup.sh
backup.sh
0 → 100755
View file @
b33968f
# 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
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment