/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

minhajuddin.com
| | www.valentinog.com
4.0 parsecs away

Travel
| | Learn to move your first steps with the PostgreSQL console with this cheat sheet.
| | zignar.net
4.0 parsecs away

Travel
| | Personal weblog about programming, linux, life, the universe and everything
| | jinyuz.dev
2.5 parsecs away

Travel
| | So, I was trying to reproduce some issues and bugs that only happened in production. I needed an exact copy of the production database and run it locally. Here's how I did it using pg_dump and pg_restore. $ pg_dump -U postgres -Fc -Z 9 -j 8 production.dump -d postgres Here's the breakdown for the arguments: U means username. It's used to connect to your postgres database. In this case, my username is postgres.
| | www.phponwebsites.com
18.2 parsecs away

Travel
| Create mysql database using php