|
You are here |
zevross.com | ||
| | | | |
jinyuz.dev
|
|
| | | | | 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. | |
| | | | |
stribny.name
|
|
| | | | | [AI summary] The article explains how to automate the backup and restore of PostgreSQL databases using Ansible, covering both the backup process with SQL dumps and the restoration steps. | |
| | | | |
ankane.org
|
|
| | | | | Presto is a "Distributed SQL Query Engine for Big Data" that gives you the ability to join across data stores! :tada: Server The easiest way to... | |
| | | | |
schottsql.com
|
|
| | | For those of us who've worked with SQL Server for some time, we've regularly used SQL Server Management Studio (SSMS). In recent years, we've seen an increase in websites and appl... | ||