Fathoni Insan Silmi
Fathoni Insan Silmi
> Hi @fathoniinsansilmi , do you have some information in logs ? In both agent and UI ? yes i do have logs both agen and ui here it is...
> @fathoniinsansilmi what is the output of temboard --version ? ``` sudo temboard --version INFO: Starting temboard 7.7. temBoard 7.7 System Ubuntu 18.04.5 LTS (Bionic Beaver) Python 2.7.17 (/usr/bin/python) psycopg2...
> Thanks. What is the output of `DEBUG=Y temboard-migratedb check` ? where should i execute this command?
``` ngufathoni@gateway:~$ export DEBUG=Y ngufathoni@gateway:~$ temboard-migratedb check 2021-12-27 16:47:35,546 [11511] [app ] INFO: Starting temboard-migratedb 7.7. 2021-12-27 16:47:35,550 [11511] [app ] INFO: No config file found. 2021-12-27 16:47:35,566 [11511] [migratedb...
ngufathoni@gateway:~$ sudo -u temboard temboard-migratedb check INFO: Starting temboard-migratedb 7.7. INFO: Found config file /etc/temboard/temboard.conf. INFO: temBoard database is up-to-date.
postgres=# \d List of relations Schema | Name | Type | Owner --------+----------------------+----------+---------- public | accounts | table | postgres public | accounts_user_id_seq | sequence | postgres public | pg_stat_statements...
temboard database doesn't exist, should i create it?
oh u mean psql on same environment temboard service, sory i thought that was supposed to execute on temboard-agent, ``` console temboard=# \d Did not find any relations. temboard=# \dn+...
Hi @bersace , do we need upgrade version first before execute this command: $ sudo -u temboard psql -f /usr/lib/temboard/lib/python2.7/site-packages/temboardui/model/alembic/versions/statements.sql
hi @bersace i have another question, is it possible to conect temboard agent 7.10 version with temboard ui 7.9 version? if that possible, will there be any issue for that?