|
|
@@ -417,7 +417,7 @@ AutoReqProv: no
|
|
|
echo "which is a major version upgrade. We expect a database incompatibility,"
|
|
|
echo "so we strongly recommend you to recreate the existing database under"
|
|
|
echo "$RPM_INSTALL_PREFIX/var/postgresql/db/ by running the following command:"
|
|
|
- echo " \$ $RPM_INSTALL_PREFIX/bin/pg_dump restore"
|
|
|
+ echo " \$ $RPM_INSTALL_PREFIX/bin/pg_migrate restore"
|
|
|
echo "If this fails for some reasons, try to restore your data manually:"
|
|
|
echo " \$ $RPM_INSTALL_PREFIX/lib/openpkg/bzip2 -d -c \\ "
|
|
|
echo " $RPM_INSTALL_PREFIX/var/postgresql/db.dump.sql.bz2 | \\ "
|