-
|
We use Skywalking V9.6.0 with PostgreSQL as backend storage. The log file skywalking-oap-server.log contains a lot of errors "value too long for type character varying(200)": Is there any way to modify the table templates (i.e. increase the length of the corresponding columns) alarm_record* and endpoint_relation_server_side*? Since new tables are created for each day, it does not make sense to modify the columns of existing tables. Thank you very much in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
|
They are controlled in the source files. About alarm record, #11404 had changed it, and included in the latest 9.7.0 release. |
Beta Was this translation helpful? Give feedback.
-
I am just getting started with Skywalking so I would like to leave the decision up to someone experienced. |
Beta Was this translation helpful? Give feedback.
I submitted this, #11686. No guarantee this could fix your issue if the length at your side is the edge case.