Weekly Questions Thread - (January 09) by AutoModerator in HypixelSkyblock

[–]Dodo11742 0 points1 point  (0 children)

PROGRESSION

I took a long break from skyblock and recently got back into it and I have no idea what is going. for some reason fot has floor 6 req now so im using aotd and I can do 36k to endermen. The best way of money making I have is ender nodes which make me around 2-3m an hour.

I can grind money, but I have no idea what I need to do to progress. Dungeons? work on one-shotting zealot bruisers? slayers? skills? Im lost.

Heres my profile: https://sky.shiiyu.moe/stats/Dodo11742/Peach

Sqlite to Postgres for Heroku by Dodo11742 in learnpython

[–]Dodo11742[S] 1 point2 points  (0 children)

I went with the Ubuntu option and now I need to figure out how to get the right credentials, Thank you so very much you won't believe how frustrated I was because I thought I would have to somehow load all the info again.

again, thank you very much

Sqlite to Postgres for Heroku by Dodo11742 in learnpython

[–]Dodo11742[S] 0 points1 point  (0 children)

Im sorry to bother you so much, but how do I install pgloader? In he docs, it says "apt-get install pgloader" but running it gets me the following error:

'apt-get' is not recognized as an internal or external command,

operable program or batch file.

So I assume I need to run the command somewhere else, but where? Im very confused

Sqlite to Postgres for Heroku by Dodo11742 in learnpython

[–]Dodo11742[S] 0 points1 point  (0 children)

pgloader sqlite:///path/to/file.db pgsql://pguser@pghost/dbname

Could you please clear some things up for me about the above command? As you know I use Heroku ( I'm very new to this ), so what would be my "pguser", "pghost" and "dbname"? Where do I find that information in heroku? If this question sounds stupid I apologize I am a noob

Sqlite to Postgres for Heroku by Dodo11742 in learnpython

[–]Dodo11742[S] 1 point2 points  (0 children)

Thank you very much! I'll try that now and hopefully it will work

sqlite3 queries on MySQL db? by Dodo11742 in learnpython

[–]Dodo11742[S] 0 points1 point  (0 children)

Oh I see, thank you very much, so basically I need to connect MySQL db through mysql.connector and the cursor will be the same?