Skip to content

Commit 52521e3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 71c8fb4 commit 52521e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SQLDumpRestoration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ docker-compose -f local.yml up postgres
1919
2. Find the container ID using `docker ps`, then enter the PostgreSQL container to execute commands.
2020

2121
```
22-
$ docker ps
23-
CONTAINER ID IMAGE COMMAND
22+
$ docker ps
23+
CONTAINER ID IMAGE COMMAND
2424
23d33f22cc43 sde_indexing_helper_production_postgres "docker-entrypoint.s…"
2525
26-
$ docker exec -it 23d33f22cc43 bash
26+
$ docker exec -it 23d33f22cc43 bash
2727
```
2828

2929
3. Create a connection to the database.
@@ -32,7 +32,7 @@ $ docker exec -it 23d33f22cc43 bash
3232
psql -U VnUvMKBSdkoFIETgLongnxYHrYVJKufn -d sde_indexing_helper
3333
```
3434

35-
4. Ensure that the database `sde_indexing_helper` is empty.
35+
4. Ensure that the database `sde_indexing_helper` is empty.
3636

3737
```
3838
sde_indexing_helper-# \c
@@ -78,4 +78,4 @@ docker-compose -f local.yml up
7878
docker-compose -f local.yml run --rm django python manage.py createsuperuser
7979
```
8080

81-
8. Log in to the SDE Indexing Helper frontend to ensure that all data has been correctly populated in the UI.
81+
8. Log in to the SDE Indexing Helper frontend to ensure that all data has been correctly populated in the UI.

0 commit comments

Comments
 (0)