docs: use a 'standard' name for the data dump

This commit is contained in:
Jose Diaz-Gonzalez
2021-09-13 03:25:05 -04:00
parent a36256dbd9
commit 6b203b5f49
3 changed files with 4 additions and 4 deletions

View File

@@ -499,7 +499,7 @@ dokku mysql:import <service>
Import a datastore dump:
```shell
dokku mysql:import lollipop < database.dump
dokku mysql:import lollipop < data.dump
```
### export a dump of the mysql service database
@@ -518,7 +518,7 @@ dokku mysql:export lollipop
You can redirect this output to a file:
```shell
dokku mysql:export lollipop > lollipop.dump
dokku mysql:export lollipop > data.dump
```
### Backups