-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve storage node startup behavior, added tip for populating start…
…ing db tables
- Loading branch information
1 parent
d48ae02
commit 8b0d36d
Showing
6 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Webots Project File version R2020a | ||
perspectives: 000000ff00000000fd00000003000000000000000000000000fc0100000001fb0000001a0044006f00630075006d0065006e0074006100740069006f006e0000000000ffffffff0000006900ffffff000000010000011c000006dbfc0200000001fb0000001400540065007800740045006400690074006f00720100000024000006db0000003f00ffffff0000000300000bb700000061fc0100000001fb0000000e0043006f006e0073006f006c0065010000000000000bb70000006900ffffff00000a99000006db00000001000000020000000100000008fc00000000 | ||
simulationViewPerspectives: 000000ff000000010000000200000100000009990100000002010000000100 | ||
sceneTreePerspectives: 000000ff000000010000000200000610000000fa0100000002010000000200 | ||
maximizedDockId: -1 | ||
centralWidgetVisible: 1 | ||
selectionDisabled: 0 | ||
viewpointLocked: 0 | ||
orthographicViewHeight: 1 | ||
textFiles: -1 | ||
renderingDevicePerspectives: range:rangefinder;1;3.21875;0;0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Webots Project File version R2020a | ||
perspectives: 000000ff00000000fd00000003000000000000000000000000fc0100000001fb0000001a0044006f00630075006d0065006e0074006100740069006f006e0000000000ffffffff0000006900ffffff00000001000000750000021ffc0200000001fb0000001400540065007800740045006400690074006f007201000000150000021f0000003f00ffffff00000003000004d20000007efc0100000001fb0000000e0043006f006e0073006f006c00650100000000000004d20000006900ffffff0000045b0000021f00000001000000020000000100000008fc00000000 | ||
simulationViewPerspectives: 000000ff0000000100000002000000fa0000035f0100000002010000000100 | ||
sceneTreePerspectives: 000000ff0000000100000002000000c0000000fa0100000002010000000200 | ||
maximizedDockId: -1 | ||
centralWidgetVisible: 1 | ||
selectionDisabled: 0 | ||
viewpointLocked: 0 | ||
orthographicViewHeight: 1 | ||
textFiles: -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Webots Project File version R2020a | ||
perspectives: 000000ff00000000fd00000003000000000000000000000000fc0100000001fb0000001a0044006f00630075006d0065006e0074006100740069006f006e0000000000ffffffff0000006900ffffff00000001000001cd0000027afc0200000001fb0000001400540065007800740045006400690074006f007201000000160000027a0000003f00ffffff000000030000053e0000007efc0100000001fb0000000e0043006f006e0073006f006c006501000000000000053e0000006900ffffff0000036f0000027a00000001000000020000000100000008fc00000000 | ||
simulationViewPerspectives: 000000ff000000010000000200000100000003be0100000002010000000100 | ||
sceneTreePerspectives: 000000ff00000001000000020000024d000000fa0100000002010000000200 | ||
maximizedDockId: -1 | ||
centralWidgetVisible: 1 | ||
selectionDisabled: 0 | ||
viewpointLocked: 0 | ||
orthographicViewHeight: 1 | ||
textFiles: -1 | ||
renderingDevicePerspectives: range:rangefinder;1;1;0;0 | ||
renderingDevicePerspectives: testrobot:rangefinder;1;1.375;0;0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Table initialization: | ||
|
||
``` | ||
docker exec -it storage_db_1 psql app_db app_user -f /volume/test_db.sql | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters