1
0

feat(backend): support replication of postgresql

Resolve #10205
This commit is contained in:
syuilo
2023-04-08 15:53:36 +09:00
parent 132feea1fa
commit 9114c8cb8e
7 changed files with 96 additions and 0 deletions
+2
View File
@@ -38,6 +38,8 @@
- Add Minimizing ("folding") of windows
### Server
- PostgreSQLのレプリケーション対応
- 設定ファイルの `dbReplications` および `dbSlaves` にて設定できます
- イベント用Redisを別サーバーに分離できるように
- ジョブキュー用Redisを別サーバーに分離できるように
- サーバーの全体的なパフォーマンスを向上