[Exchange and share] 有没有在 V23 中安装过 postgresql 数据库的?
Tofloor
poster avatar
铁山老道孔乙己
deepin
2023-06-05 16:33
Author

有没有在 V23 中安装过 postgresql 数据库的?

我现在使用的是 postgresql 13,如果升级到 V23,是否可以正常运行?

有这方面经历的伙伴给分享下。谢谢!

confused

Reply Favorite View the author
All Replies
donaldsebleung
deepin
2023-06-05 17:22
#1

建议找办法把数据库备份到外部存储上再升级系统,毕竟系统大版本升级是有风险的

倘若升级到 deepin 23 Beta 成功但 Postgresql 不能直接运行,建议到时候用 Podman 创建个 Postgresql 容器再把数据导进去,安装 Podman 的命令如下

sudo apt update && sudo apt install -y podman
Reply View the author
铁山老道孔乙己
deepin
2023-06-05 19:28
#2

我的意思不是 从 20.9 直接升级到 V23

而是说 postgresql-13 是否能够在 V23 上正常运行?

Reply View the author
盘灶车站
deepin
2023-06-05 21:22
#3

你问一下粉刷匠吧,他是本论坛中这个数据库的长期用户

Reply View the author
Jokul
deepin
2023-06-06 01:59
#4

V23 Beta版本上 源内置14版本,可以通过apt install 正常安装运行postgresql 14版本

image.png

Reply View the author
铁山老道孔乙己
deepin
2023-06-06 16:33
#5
Jokul

V23 Beta版本上 源内置14版本,可以通过apt install 正常安装运行postgresql 14版本

image.png

到时候升级到 postgresql-14 也行

Reply View the author