Update move_psql.md
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
## Этап 1. Создание дампов
|
||||
### 1.1. Дамп СХЕМЫ (только таблицы, без функций/триггеров)
|
||||
```sh
|
||||
```bash
|
||||
pg_dump -p 5436 -U postgres -d edemo_ehd1 \
|
||||
--schema-only \
|
||||
--clean \
|
||||
|
||||
Reference in New Issue
Block a user