I finished my project. However, my universe.sql file appears as empty if I download it to attach it to my github repo. Wondering what might be the cause. I cannot connect to the database on gitpod too. Very strange.
Thanks in advance!
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
Challenge Information:
Celestial Bodies Database - Build a Celestial Bodies Database
I have used pg_dump -cC --inserts -U freecodecamp universe > universe.sql all the time. Now after opening gitpod again CodeRoad appears as reset.
Thankfully the source control graph shows my whole progress though. I really hope there is some workaround for my case.
Looks like I can also share my workspace so you can look directly into it. I don’t know if it is OK if I share the URL in this topic though.
Just found another topic and proceeded as posted here from @hbar1st . While the command cat universe.sql didn’t result in anything the other command ls -l universe.sql shows this:
I don’t know, maybe also worth to mention. At first I didn’t know how to make the project public at all. This was the very first time I needed to do something like that. Hence made a google search and found this page. In a hurry I skipped the first section there and proceeded directly at To publish to GitHub. It failed too. Through the hint bottom right I realized following the instructions there I was trying to publish it at wrong repo → the original freecodecamp repo for the project. But, the universe.sql file was also empty before, as I could notice later. I really don’t know what went wrong initially.
Hello all,
just an update: I ended up starting the project from scratch, could finish and successfully publish the universe.sql file. It was kinda frustrating at first, but it was a lot of additional practice in the end, so a → WIN.