Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jhadobe committed Jul 22, 2024
1 parent 3d04dd3 commit ae7eb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/cloud-guide/deploy/staging-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,4 @@ When importing data, you must drop and create a database.
zcat <cluster-ID_stg>.sql.gz | sed -e 's/DEFINER[ ]*=[ ]*[^*]*\*/\*/' | mysql -h 127.0.0.1 -p -u <database-username> <database-name>;
```

These commands decompress the database dump file, remove the DEFINER statements, and import the database using the specified credentials.
These commands decompress the database dump file, remove the `DEFINER` statements, and import the database using the specified credentials.

0 comments on commit ae7eb6a

Please sign in to comment.