mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-14 03:53:54 +01:00
add pg_upgrade mention
This commit is contained in:
parent
8089e9d6d0
commit
6b4794044e
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ docker compose logs -ft
|
|||
rm -rf db_data_OLD
|
||||
```
|
||||
|
||||
If your database is not in a container, then [`pg_upgrade`](https://www.postgresql.org/docs/current/pgupgrade.html) may be a better option: faster, less hassle and doesn't require manually dumping and restoring.
|
||||
|
||||
{{<unsafe>}}
|
||||
<small>
|
||||
Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission.
|
||||
|
|
Loading…
Reference in a new issue