You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can connect to your db with all kinds of tools like dbeaver, just open up a new connection, specify `postgreSQL` in the search bar.
63
+
You can connect to your db with all kinds of tools like dbeaver, just open up a new connection, specify `postgreSQL` in
64
+
the search bar.
65
65
66
66
The default username we provided in the command above is `postgres` and the password is `test`.
67
67
@@ -77,10 +77,11 @@ FROM information_schema.schemata;
77
77
78
78

79
79
80
-
81
-
82
80
### Troubleshooting
83
-
You may run into some errors about node identity when running 'deployNodes', this is because the database will already have the node information, so you will want to make sure to clear the database contents so that you don't run into issues when recompiling the nodes.
81
+
82
+
You may run into some errors about node identity when running 'deployNodes', this is because the database will already
83
+
have the node information, so you will want to make sure to clear the database contents so that you don't run into
0 commit comments