0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

Minor typo on MySql import migration command in README.md

Signed-off-by: Mathias Chevalier <mc.mumrau@gmail.com>
This commit is contained in:
Mathias Chevalier 2020-02-18 09:36:48 +01:00
parent 4cd608a6e0
commit aaf830d88b

View file

@ -350,7 +350,7 @@ You're already using Nextcloud and want to switch to docker? Great! Here are som
- To import from a MySQL dump use the following commands - To import from a MySQL dump use the following commands
```console ```console
docker cp ./database.dmp nextcloud_db_1:/dmp docker cp ./database.dmp nextcloud_db_1:/dmp
docker-compose exec db sh -c "mysql -u USER -pPASSWORD nextcloud < /dmp" docker-compose exec db sh -c "mysql -u USER -p PASSWORD nextcloud < /dmp"
docker-compose exec db rm /dmp docker-compose exec db rm /dmp
``` ```
- To import from a PostgreSQL dump use to following commands - To import from a PostgreSQL dump use to following commands