Skip to content

Nutrahome/Nutrahome_DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Nutrahome DB

  1. Export PostgreSQL database

    • Open terminal as admin, then execute these lines

      $ cd C:\Program Files\PostgreSQL\10\bin
      
      $ pg_dump -U <username> nutrahome > nutrahome.pgsql
  2. Import PostgreSQL database

    • Open terminal as admin, then execute these lines

      $ cd C:\Program Files\PostgreSQL\10\bin
      
      $ psql -U <username> nutrahome < nutrahome.pgsql

About

Nutrahome 💾 PostgreSQL database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published