Skip to content
View 0xNord's full-sized avatar
Block or Report

Block or report 0xNord

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0xNord/README.md

Hi there 👋, I'm 0xNord

Visitor Count

Pinned

  1. simple-calculator simple-calculator Public

    Simple JS Calculator

    SCSS

  2. Travel-LandingPage Travel-LandingPage Public

    вёрстка по макету Figma: Norway Travel Landing Page

    SCSS

  3. how to push postgres localdb to hero... how to push postgres localdb to heroku using dropbox
    1
    1) create dump of your localdb
    2
    - PGPASSWORD=yourpass pg_dump -Fc --no-acl --no-owner -h localhost -U username localdb_name > mydb.dump
    3
    2) download file to dropbox and get the link
    4
    3) change your link from 'https://www.dropbox.com/s/xxx/mydb.dump?dl=0 to 'https://dl.dropboxusercontent.com/s/xxx/mydb.dump'
    5
    4) push to heroku:
  4. authFailedForUser(node_heroku_postgr... authFailedForUser(node_heroku_postgres_localhost)FIXED
    1
    - heroku postgres db,
    2
    - installed postgres on local,
    3
    - nodejs
    4
    
                  
    5
    **/db route -> Error error: password authentication failed for user "username"**