Commit f28bb9a 1 parent 7fd8c70 commit f28bb9a Copy full SHA for f28bb9a
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ psql -U postgres -w -h localhost -f ../sql/grafanaappdb.sql grafanaappdb
115
115
mongosh json_scada < ../mongo_seed/a_rs-init.js
116
116
mongosh json_scada < ../mongo_seed/b_create-db.js
117
117
mongoimport --db json_scada --collection protocolDriverInstances --type json --file ../demo-docker/mongo_seed/files/demo_instances.json
118
- mongoimport --db json_scada --collection protocolConnections --type json --file ../demo-docker/mongo_seed/files/demo_connections .json
118
+ mongoimport --db json_scada --collection protocolConnections --type json --file ../demo-docker/mongo_seed/files/demo_connections_linux .json
119
119
mongoimport --db json_scada --collection realtimeData --type json --file ../demo-docker/mongo_seed/files/demo_data.json
120
120
mongoimport --db json_scada --collection processInstances --type json --file ../demo-docker/mongo_seed/files/demo_process_instances.json
121
121
mongoimport --db json_scada --collection users --type json --file ../demo-docker/mongo_seed/files/demo_users.json
You can’t perform that action at this time.
0 commit comments