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 29caa13725
commit be5abcc9fa
3 changed files with 4 additions and 4 deletions

View File

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