Discourse 如何通过终端工具访问 PGSQL

PGSQL 在 Discourse 中是通过容器方式运行的,要访问 PGSQL 中的数据那么首先需要进入到容器后才可以。

进入容器的命令为:

 cd /var/discourse/
 ./launcher enter app
 su discourse
 psql discourse

最后的命令是登录到运行在容器中的 pgsql。

查看 pgsql 上运行的数据库的命令为: \l

下面显示的是当前容器中运行的 pgsql 数据库。

discourse=> \l
                                                        List of databases
   Name    |  Owner   | Encoding | Locale Provider |   Collate   |    Ctype    | ICU Locale | ICU Rules |   Access privileges    
-----------+----------+----------+-----------------+-------------+-------------+------------+-----------+------------------------
 discourse | postgres | UTF8     | libc            | en_US.UTF-8 | en_US.UTF-8 |            |           | =Tc/postgres          +
           |          |          |                 |             |             |            |           | postgres=CTc/postgres +
           |          |          |                 |             |             |            |           | discourse=CTc/postgres
 postgres  | postgres | UTF8     | libc            | en_US.UTF-8 | en_US.UTF-8 |            |           | 
 template0 | postgres | UTF8     | libc            | en_US.UTF-8 | en_US.UTF-8 |            |           | =c/postgres           +
           |          |          |                 |             |             |            |           | postgres=CTc/postgres
 template1 | postgres | UTF8     | libc            | en_US.UTF-8 | en_US.UTF-8 |            |           | =c/postgres           +
           |          |          |                 |             |             |            |           | postgres=CTc/postgres
(4 rows)

discourse=> ^C
discourse=> 

2024-07-25_08-48-45

这也是直接访问 Discourse 数据库的方法,你可以在上面的命令行工具中执行 SQL。

Discourse 如何通过终端工具访问 PGSQL - Discourse - iSharkFly

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

HoneyMoose

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值