...
Code Block | ||||
---|---|---|---|---|
| ||||
pg_dump -U postgresradar -h 10.38.181.78 -Fc -d radar > /path/to/file/radar.dump |
...
Code Block | ||||
---|---|---|---|---|
| ||||
pg_restore -U postgresradar -h 10.38.181.94 /path/to/file/radar.dump |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
pg_dump -U postgresradar -h 10.38.181.78 -Fc -d radar > /path/to/file/radar.dump |
...
Code Block | ||||
---|---|---|---|---|
| ||||
pg_restore -U postgresradar -h 10.38.181.94 /path/to/file/radar.dump |
...