-
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
-
-
Import PostgreSQL database
-
Open terminal as admin, then execute these lines
$ cd C:\Program Files\PostgreSQL\10\bin $ psql -U <username> nutrahome < nutrahome.pgsql
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Nutrahome/Nutrahome_DB
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
Repository files navigation
About
Nutrahome 💾 PostgreSQL database
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published