Upgrade postgresql-8.3 to postgresql-9.0
Howto upgrade your postgresql-8.3 to postgresql-9.0
Install postgresql-9.0
#pg_dropcluster --stop 9.0 main
#pg_upgradecluster 9.0 main
#pg_dropcluster --stop 8.3 main
#apt-get remove postgresql-8.3
Читайте також:
- Wrong charset, conversion from `utf-8' to `windows-1251' is not allowed chroot
- ssh daemon on Android with dropbear
- Forcing fsck run on next boot
- Howto install Postfix and SASL (Debian, Ubuntu)
- bash history - відображення дати і часу для кожної команди
- Linux Commands For Shared Library Management and Debugging Problem
- etc snapshots with git
- Веб-камера Ricoh VGP-VCC5 в linux
- Google Translate API From The Command Line
- Retrieving elements in a specific order in django