Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 03d9635

Browse files
committed
fix: Pull before recreating DB init scripts
We should always get the latest images before provisioning. Also fix an unrelated typo.
1 parent f05190c commit 03d9635

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you want to pull down just the images for one service but not its dependencie
5252
Database backups
5353
~~~~~~~~~~~~~~~~
5454

55-
You can routinely create backups of your local databases. To create a backup, use ``make dev.backup``. When you want to restore you database to the backup, run ``make dev.restore``. Warning, this will retore all your databases. You might have to cycle the database containers off and on using ``make dev.down.<database service name>`` and ``make dev.up.<database service name>``.
55+
You can routinely create backups of your local databases. To create a backup, use ``make dev.backup``. When you want to restore you database to the backup, run ``make dev.restore``. Warning, this will restore all your databases. You might have to cycle the database containers off and on using ``make dev.down.<database service name>`` and ``make dev.up.<database service name>``.
5656

5757
Running micro-frontends outside of devstack
5858
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

update-dbs-init-sql-scripts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export DEVSTACK_SKIP_DEMO="true"
2020
# create a docker devstack with LMS and ecommerce
2121
make destroy
2222
make dev.clone.ssh
23+
make dev.pull.lms+ecommerce
2324
make dev.provision.services.lms+ecommerce
2425

2526
# dump schema and data from mysql databases in the mysql docker container and copy them to current directory in docker host

0 commit comments

Comments
 (0)