CodeRoad help in relational db course

I am learning SQL and the terminal has all my databases and it saves my progress but the Code road starts the progress from the beginning and it is not match with my progress . how can i fix this?

Are you logged in to Gitpod with your Github account?

yes , and i did not have any problems before in bash course

Welcome to the forum @Amir3

Here is a post on the Dashboard you may find helpful.

Happy coding

no, i can open the Code Road but it is started from the beginning and i had gone more . And in the terminal i can find my database or tables and etc . i dont want to start it again.

Each time you go into the Dashboard to restart from where you left off, you need to repeat the step to view the command palette and select CodeRoad:Start and re-enter the postgres connection string: psql --username=freecodecamp --dbname=postgres. And if you’ve restarted several times, you may need to delete your extra workspaces for whichever challenge you’re on.

Also, I struggled with the interface whenever I made a typo. Using the backspace would sometimes get me in trouble, so now I use the back arrow key when I want to delete and correct a typo. You can use the up arrow key to repeat the last thing you entered. And if you wind up with a prompt that is not => and the interface no longer responds to anything you enter, enter the weird character in the prompt and a semi-colon to continue. For example, if you have a prompt that’s something like )>, enter ); to get past it.

I’m still working on the Relational Database challenges and have learned that it’s easier to prepare statements in an offline text editor and copy/paste them into the interface to get past the interface quirks. Also, I think resetting a step got me out of trouble once. Hope this helps. Good luck!

i deleted my extra workspace and it worked. Thank you for your help.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.