Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Hi, I have changed the password of the biadmin, but I m getting an error when I try to acces now, I forget the password, what should I do?
Environment knowage 7.1.5 on windows server,
in Admin and Developer Functionalities by (810 points)
try to change the password on DB or Change the demo_Admin to default tenant to change the password of biadmin.
Always make sure to backup the Knowage database. All objects' schema are stored in the database. If anything goes wrong or if you need to migrate your database to a new environment / server, you can simply restore the database and everything you worked on will be there.

1 Answer

0 votes

Always make sure to backup the Knowage database. All objects' schema are stored in the database. You can find the name of the database and it's credentials in the server.xml file.  If you are using the community edition, it will be either be knowage_ce or knowage_demo depending on the charting tool that was installed .

If anything goes wrong or if you need to migrate your database to a new environment / server, you can simply restore the database and everything you worked on will be there.

by (2.8k points)
edited by
I take it one step further, I put the knowage database, (both schema and data) under version control. There are tools out there that you can use to put a MySQL db  version control. I use dbForge. Works the same as SSDT
...