mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
75 lines
1.0 KiB
Markdown
75 lines
1.0 KiB
Markdown
# pg_restore
|
|
|
|
> [!caution]
|
|
> TODO
|
|
|
|
Intro
|
|
|
|
<!-- Remove this line to uncomment if used
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
1. [Sources](#sources)
|
|
|
|
## TL;DR
|
|
|
|
<!-- Uncomment if used
|
|
<details>
|
|
<summary>Setup</summary>
|
|
|
|
```sh
|
|
```
|
|
|
|
</details>
|
|
-->
|
|
|
|
<!-- Uncomment if used
|
|
<details>
|
|
<summary>Usage</summary>
|
|
|
|
```sh
|
|
```
|
|
|
|
</details>
|
|
-->
|
|
|
|
<!-- Uncomment if used
|
|
<details>
|
|
<summary>Real world use cases</summary>
|
|
|
|
```sh
|
|
```
|
|
|
|
</details>
|
|
-->
|
|
|
|
## Further readings
|
|
|
|
- [PostgreSQL]
|
|
- [pg_dump]
|
|
- [pg_dumpall]
|
|
|
|
### Sources
|
|
|
|
- [Documentation]
|
|
- [How to use pg_restore]
|
|
|
|
<!--
|
|
Reference
|
|
═╬═Time══
|
|
-->
|
|
|
|
<!-- In-article sections -->
|
|
<!-- Knowledge base -->
|
|
[pg_dump]: pg_dump.md
|
|
[pg_dumpall]: pg_dumpall.md
|
|
[PostgreSQL]: README.md
|
|
|
|
<!-- Files -->
|
|
<!-- Upstream -->
|
|
[Documentation]: https://www.postgresql.org/docs/current/app-pgrestore.html
|
|
|
|
<!-- Others -->
|
|
[How to use pg_restore]: https://postgres.ai/docs/postgres-howtos/database-administration/backup-recovery/how-to-use-pg-restore
|