文章分类 - PostgresSQL
postgres数据库迁移与备份
摘要:阅读原文:https://blog.csdn.net/qq_44730186/article/details/107836884 1. 切换用户指令:su -postgres 2. 导出数据库 命令:./pg_dump -U postgres -p 5432 -d test -f /home/pos
阅读全文
浙公网安备 33010602011771号