我已经使用 Hangfire 配置了 Log4net,并且它正确记录到我的项目的根目录。
是否可以在仪表板 UI 中显示执行的特定作业下的日志?
我正在使用 pgAdmin,无法删除数据库中的订阅或删除数据库。
当我尝试删除数据库时,我收到错误消息
ERROR: database "xxxx" is being used by logical replication subscription DETAIL: There are 4 subscriptions.
Run Code Online (Sandbox Code Playgroud)
当我尝试删除收到的订阅时
ERROR: could not drop the replication slot "xxxx" on publisher DETAIL: The error was: ERROR: replication slot "xxxx" does not exist
Run Code Online (Sandbox Code Playgroud)
查询复制槽时我收到 0 个结果
select * from pg_replication_slots
Run Code Online (Sandbox Code Playgroud)
当我查询订阅时,它们都会出现
SELECT * FROM pg_subscription
Run Code Online (Sandbox Code Playgroud)
非常感谢任何帮助!