https://github.com/hexlet-components/pg-dump-example
https://github.com/hexlet-components/pg-dump-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexlet-components/pg-dump-example
- Owner: hexlet-components
- Created: 2018-10-21T18:17:19.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T14:52:48.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:46:56.653Z (about 2 years ago)
- Language: JavaScript
- Size: 396 KB
- Stars: 21
- Watchers: 9
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pg-dump-example
[](https://github.com/hexlet-components/pg-dump-example/actions)
## Requirements
* Installed PostgreSQL and Git
* Created database with name `hexlet`
* Created role with name of your system user ([link](https://www.digitalocean.com/community/tutorials/how-to-use-roles-and-manage-grant-permissions-in-postgresql-on-a-vps-2))
## Install
```bash
git clone https://github.com/hexlet-components/pg-dump-example.git
cd pg-dump-example
# load schema and insert data
make # see Makefile for details
```
[](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=pg-dump-example)
This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=pg-dump-example).
See most active contributors on [hexlet-friends](https://friends.hexlet.io/).