skytechguyver
Tuesday, July 24, 2018
How to install postgresql into ubuntu
Installation
sudo apt-get update
sudo apt-get install postgresql postgresql-contrib
Backup
pg_dump my_postgres_db > my_postgres_db.sql
Restore
plsql my_postgres_db < my_postgres_db.sql
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
free online comma separating tool
https://delim.co/#
Reset Visual Paradigm - Hacker way!
In my current company, I'm using Visual Paradigm for my documentation task. If you go there site, you can either download community and ...
Jasper Server in Docker
One of the functionality in our system is can able to generate a report using Jasper report. We have a Jasper server setup in another ip ad...
Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use
This issue happens when I installed Postgres in my vagrant (vm) and then I after a while I removed it. But the service is still running in t...
No comments:
Post a Comment