diff --git a/content/posts/postgres-update.md b/content/posts/postgres-update.md index 12dd2ae..2d1419a 100644 --- a/content/posts/postgres-update.md +++ b/content/posts/postgres-update.md @@ -26,6 +26,6 @@ pg_dropcluster main ``` ## Удаление пакетов старой версии PostgreSQL -``` +```shell apt purge -y postgresql- postgresql-client- ```